diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 19:41:20 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 19:41:20 +0000 |
commit | 3a844ba98584660c3941a95cd649a68edeba90e6 (patch) | |
tree | ac16884207509b00971d27de71a7baaf5e5c1779 /webkit/webkit.xcodeproj/webcore_prebuild.sh | |
parent | 4783d98d6dc19b5f3d99b1563a789ee36426c8b0 (diff) | |
download | chromium_src-3a844ba98584660c3941a95cd649a68edeba90e6.zip chromium_src-3a844ba98584660c3941a95cd649a68edeba90e6.tar.gz chromium_src-3a844ba98584660c3941a95cd649a68edeba90e6.tar.bz2 |
Webkit merge 39050:39100 (CL 5 of 5).
Review URL: http://codereview.chromium.org/13740
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.xcodeproj/webcore_prebuild.sh')
-rwxr-xr-x | webkit/webkit.xcodeproj/webcore_prebuild.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/webkit/webkit.xcodeproj/webcore_prebuild.sh b/webkit/webkit.xcodeproj/webcore_prebuild.sh index 339c4f3..0a58d07 100755 --- a/webkit/webkit.xcodeproj/webcore_prebuild.sh +++ b/webkit/webkit.xcodeproj/webcore_prebuild.sh @@ -27,18 +27,6 @@ fi rmdir "${GENERATED_DIR}/include/v8/new" -# WebCore/bindings/js/PausedTimeouts.cpp depends on PausedTimeouts.h, which -# depends on ScheduledAction.h, all in the same directory. PausedTimeouts is -# not JSC-specific and should be built here, but ScheduledAction.h is -# JSC-specific. Our own V8-compatible ScheduledAction.h is in webkit/port/dom -# and would normally not be the one chosen by the preprocessor, which finds -# the JSC one first instead. Copy PausedTimeouts.cpp out to another location -# so that the proper ScheduledAction.h can be included. -mkdir -p "${GENERATED_DIR}/bindings/v8/WebCore/bindings/js" -cp -p "../third_party/WebKit/WebCore/bindings/js/PausedTimeouts.cpp" \ - "../third_party/WebKit/WebCore/bindings/js/PausedTimeouts.h" \ - "${GENERATED_DIR}/bindings/v8/WebCore/bindings/js" - # TODO(mmentovai): If I'm still needed, can I move to jsbindings_prebuild.sh? cd "${GENERATED_DIR}/DerivedSources/v8" mkdir -p ForwardingHeaders/loader |