diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 15:44:35 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 15:44:35 +0000 |
commit | cfc177b686a161f24c9e0afbf8d4b314001907e6 (patch) | |
tree | fc12a9aea6ffef995eb1306189d3ef02b74fdb64 /webkit/webkit.gyp | |
parent | 670e5b6a2a61c70f16ea23a478c66dd4a8841d93 (diff) | |
download | chromium_src-cfc177b686a161f24c9e0afbf8d4b314001907e6.zip chromium_src-cfc177b686a161f24c9e0afbf8d4b314001907e6.tar.gz chromium_src-cfc177b686a161f24c9e0afbf8d4b314001907e6.tar.bz2 |
WebKit roll 54228:54232. Also migrates to the upstream version of the developer tools.
TBR=hamaji,yurys
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 1c57dc3..3270eac 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -244,22 +244,8 @@ # This list contains all .h, .cc, and .mm files in glue except for # those in the test subdirectory and those with unittest in in their # names. - 'glue/devtools/apu_agent_delegate.h', - 'glue/devtools/bound_object.cc', - 'glue/devtools/bound_object.h', - 'glue/devtools/debugger_agent.h', - 'glue/devtools/debugger_agent_impl.cc', - 'glue/devtools/debugger_agent_impl.h', - 'glue/devtools/debugger_agent_manager.cc', - 'glue/devtools/debugger_agent_manager.h', 'glue/devtools/devtools_message_data.cc', 'glue/devtools/devtools_message_data.h', - 'glue/devtools/devtools_rpc.h', - 'glue/devtools/devtools_rpc_js.h', - 'glue/devtools/profiler_agent.h', - 'glue/devtools/profiler_agent_impl.cc', - 'glue/devtools/profiler_agent_impl.h', - 'glue/devtools/tools_agent.h', 'glue/media/buffered_data_source.cc', 'glue/media/buffered_data_source.h', 'glue/media/media_resource_loader_bridge_factory.cc', @@ -362,10 +348,6 @@ 'glue/webcursor_gtk_data.h', 'glue/webcursor_mac.mm', 'glue/webcursor_win.cc', - 'glue/webdevtoolsagent_impl.cc', - 'glue/webdevtoolsagent_impl.h', - 'glue/webdevtoolsfrontend_impl.cc', - 'glue/webdevtoolsfrontend_impl.h', 'glue/webdropdata.cc', 'glue/webdropdata_win.cc', 'glue/webdropdata.h', |