diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 18:29:25 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 18:29:25 +0000 |
commit | 3a9059af548b217862ab7471531e719627cfa816 (patch) | |
tree | d2b6ba3e683d3f1c39a5561b4cb417a0514e73ff /webkit/build | |
parent | a8ad78109b8332225248a382ee750f94536daa6c (diff) | |
download | chromium_src-3a9059af548b217862ab7471531e719627cfa816.zip chromium_src-3a9059af548b217862ab7471531e719627cfa816.tar.gz chromium_src-3a9059af548b217862ab7471531e719627cfa816.tar.bz2 |
Start using upstreamed worker files and remove the old ones from webkit/port.
Before submitting, I'll add DEPS with corresponding WebKit rev (see http://codereview.chromium.org/52007)
Review URL: http://codereview.chromium.org/45035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 4 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 02b777b..dd6a25a 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -360,8 +360,8 @@ inputs = [ '$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp', '$PORT_DIR/bindings/v8/V8XMLHttpRequestUploadCustom.cpp', '$PORT_DIR/bindings/v8/V8XMLHttpRequestUtilities.cpp', - '$PORT_DIR/bindings/v8/WorkerContextExecutionProxy.cpp', - '$PORT_DIR/bindings/v8/WorkerScriptController.cpp', + '$WEBCORE_DIR/bindings/v8/WorkerContextExecutionProxy.cpp', + '$WEBCORE_DIR/bindings/v8/WorkerScriptController.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8ClipboardCustom.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 7111942..c5d1326 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -3049,19 +3049,19 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\WorkerContextExecutionProxy.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerContextExecutionProxy.cpp" > </File> <File - RelativePath="..\..\port\bindings\v8\WorkerContextExecutionProxy.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerContextExecutionProxy.h" > </File> <File - RelativePath="..\..\port\bindings\v8\WorkerScriptController.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerScriptController.cpp" > </File> <File - RelativePath="..\..\port\bindings\v8\WorkerScriptController.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerScriptController.h" > </File> </Files> |