diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 16:08:26 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 16:08:26 +0000 |
commit | 28be5797bfa12cfa4e87a2f6cf836dd84ce48093 (patch) | |
tree | 19056b80e3c5a600949f6bc2c67c01154c839c97 /webkit/webkit.gyp | |
parent | e91f4bab25df1e3376ad92b0229cfa8916e13793 (diff) | |
download | chromium_src-28be5797bfa12cfa4e87a2f6cf836dd84ce48093.zip chromium_src-28be5797bfa12cfa4e87a2f6cf836dd84ce48093.tar.gz chromium_src-28be5797bfa12cfa4e87a2f6cf836dd84ce48093.tar.bz2 |
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
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 0f56456..596b157 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -995,6 +995,7 @@ '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.h', + '../third_party/WebKit/WebCore/bindings/v8/custom/V8InspectorControllerCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8LocationCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8MessageChannelConstructor.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodeMapCustom.cpp', |