diff options
| author | Ben Murdoch <benm@google.com> | 2011-05-13 15:57:08 +0100 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2011-05-13 15:57:08 +0100 |
| commit | 086aeeaae12517475c22695a200be45495516549 (patch) | |
| tree | 782a4243c07c2b9019a2f1aa565a3e4b90ad8e9c /tools/gyp | |
| parent | 9fac840a46e8b7e26894f4792ba26dde14c56b04 (diff) | |
| download | android_external_v8-086aeeaae12517475c22695a200be45495516549.tar.gz android_external_v8-086aeeaae12517475c22695a200be45495516549.tar.bz2 android_external_v8-086aeeaae12517475c22695a200be45495516549.zip | |
Update V8 to r6238 as required by WebKit r75993
Change-Id: I12f638fcdd02d9102abab17d81c23cde63c08f22
Diffstat (limited to 'tools/gyp')
| -rw-r--r-- | tools/gyp/v8.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index 365e6503..c4db7d97 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -1,4 +1,4 @@ -# Copyright 2009 the V8 project authors. All rights reserved. +# Copyright 2011 the V8 project authors. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: @@ -426,6 +426,8 @@ '../../src/jsregexp.h', '../../src/list-inl.h', '../../src/list.h', + '../../src/lithium.cc', + '../../src/lithium.h', '../../src/lithium-allocator.cc', '../../src/lithium-allocator.h', '../../src/liveedit.cc', @@ -671,6 +673,9 @@ '../../src/x64/full-codegen-x64.cc', '../../src/x64/ic-x64.cc', '../../src/x64/jump-target-x64.cc', + '../../src/x64/lithium-codegen-x64.h', + '../../src/x64/lithium-x64.cc', + '../../src/x64/lithium-x64.h', '../../src/x64/macro-assembler-x64.cc', '../../src/x64/macro-assembler-x64.h', '../../src/x64/regexp-macro-assembler-x64.cc', |
