aboutsummaryrefslogtreecommitdiff
path: root/Android.v8common.mk
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-02-23 13:46:05 +0000
committerAndrei Popescu <andreip@google.com>2010-02-25 14:07:18 +0000
commit3100271588b61cbc1dc472a3f2f105d2eed8497f (patch)
tree05c3c54cf44b861d1d61dfcbb6b83e2ee2c13281 /Android.v8common.mk
parent6b23cceca405474a281cdf61cbcd6ecf10944a82 (diff)
downloadv8-3100271588b61cbc1dc472a3f2f105d2eed8497f.tar.gz
Update to V8 with partial snapshots. This is taken from the partial_snapshot branch of V8.
Diffstat (limited to 'Android.v8common.mk')
-rw-r--r--Android.v8common.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/Android.v8common.mk b/Android.v8common.mk
index 42ca22f2..06e397e9 100644
--- a/Android.v8common.mk
+++ b/Android.v8common.mk
@@ -33,6 +33,7 @@ V8_LOCAL_SRC_FILES := \
src/handles.cc \
src/hashmap.cc \
src/heap.cc \
+ src/heap-profiler.cc \
src/ic.cc \
src/interpreter-irregexp.cc \
src/jsregexp.cc \
@@ -130,9 +131,7 @@ V8_LOCAL_JS_LIBRARY_FILES := \
src/math.js \
src/messages.js \
src/apinatives.js \
- src/date-delay.js \
- src/regexp-delay.js \
- src/json-delay.js \
- src/mirror-delay.js \
- src/debug-delay.js \
+ src/date.js \
+ src/regexp.js \
+ src/json.js \
src/macros.py