From 28be5797bfa12cfa4e87a2f6cf836dd84ce48093 Mon Sep 17 00:00:00 2001 From: "pfeldman@chromium.org" Date: Wed, 18 Mar 2009 16:08:26 +0000 Subject: Unfork WebInspector frontend take 2: New DEPS and webkit/... Review URL: http://codereview.chromium.org/48132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11967 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/V8Bindings/SConscript | 1 + webkit/build/V8Bindings/V8Bindings.vcproj | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'webkit/build') diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 73f8911..ed95005 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -372,6 +372,7 @@ inputs = [ '$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8InspectorControllerCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8LocationCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8MessageChannelConstructor.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodeMapCustom.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 0ae35829..4aab599 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -212,6 +212,10 @@ > + + -- cgit v1.1