summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 16:30:55 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 16:30:55 +0000
commit5ebf293dade3f9e1131a8f766c56e43d401db991 (patch)
tree9eeaef9f0b4dd51f75900e31760e6aaa0f50ad4c /build
parent67b716c5c6ecb04d8356fa43706cac4c5f534dd4 (diff)
downloadchromium_src-5ebf293dade3f9e1131a8f766c56e43d401db991.zip
chromium_src-5ebf293dade3f9e1131a8f766c56e43d401db991.tar.gz
chromium_src-5ebf293dade3f9e1131a8f766c56e43d401db991.tar.bz2
Fix Mac bustage from DEPS roll r3728
Review URL: http://codereview.chromium.org/8058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/v8.xcodeproj/v8_prebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/v8.xcodeproj/v8_prebuild.sh b/build/v8.xcodeproj/v8_prebuild.sh
index c61e01c..4cf4753 100755
--- a/build/v8.xcodeproj/v8_prebuild.sh
+++ b/build/v8.xcodeproj/v8_prebuild.sh
@@ -38,6 +38,7 @@ LIBRARIES_EMPTY_CC="${V8_GENERATED_SOURCES_DIR}/libraries-empty.cc"
python "${V8ROOT}/tools/js2c.py" \
"${LIBRARIES_CC}.new" \
"${LIBRARIES_EMPTY_CC}.new" \
+ CORE \
${NATIVE_JS_FILES}
# Only use the new files if they're different from the existing files (if any),