summaryrefslogtreecommitdiffstats
path: root/src/SConscript
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-13 15:57:08 +0100
committerBen Murdoch <benm@google.com>2011-05-13 15:57:08 +0100
commit086aeeaae12517475c22695a200be45495516549 (patch)
tree782a4243c07c2b9019a2f1aa565a3e4b90ad8e9c /src/SConscript
parent9fac840a46e8b7e26894f4792ba26dde14c56b04 (diff)
downloadandroid_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 'src/SConscript')
-rwxr-xr-xsrc/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript
index b1f9bb61..0c8e140d 100755
--- a/src/SConscript
+++ b/src/SConscript
@@ -1,4 +1,4 @@
-# Copyright 2008 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:
@@ -85,6 +85,7 @@ SOURCES = {
jsregexp.cc
jump-target.cc
lithium-allocator.cc
+ lithium.cc
liveedit.cc
log-utils.cc
log.cc
@@ -211,6 +212,7 @@ SOURCES = {
x64/full-codegen-x64.cc
x64/ic-x64.cc
x64/jump-target-x64.cc
+ x64/lithium-x64.cc
x64/macro-assembler-x64.cc
x64/regexp-macro-assembler-x64.cc
x64/register-allocator-x64.cc