From 3a9059af548b217862ab7471531e719627cfa816 Mon Sep 17 00:00:00 2001 From: "dimich@google.com" Date: Tue, 24 Mar 2009 18:29:25 +0000 Subject: 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 --- webkit/build/V8Bindings/SConscript | 4 ++-- webkit/build/V8Bindings/V8Bindings.vcproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'webkit/build/V8Bindings') 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 @@ > -- cgit v1.1