From 5ebf293dade3f9e1131a8f766c56e43d401db991 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 22 Oct 2008 16:30:55 +0000 Subject: 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 --- build/v8.xcodeproj/v8_prebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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), -- cgit v1.1