summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 4bf64c3..31c0cfd 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4189,6 +4189,15 @@
# 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/devtools_rpc.cc',
+ 'glue/devtools/devtools_rpc.h',
+ 'glue/devtools/dom_agent.h',
+ 'glue/devtools/dom_agent_impl.cc',
+ 'glue/devtools/dom_agent_impl.h',
+ 'glue/devtools/net_agent.h',
+ 'glue/devtools/net_agent_impl.cc',
+ 'glue/devtools/net_agent_impl.h',
+ 'glue/devtools/tools_agent.h',
'glue/plugins/mozilla_extensions.cc',
'glue/plugins/mozilla_extensions.h',
'glue/plugins/nphostapi.h',
@@ -4316,6 +4325,14 @@
'glue/webdatasource.h',
'glue/webdatasource_impl.cc',
'glue/webdatasource_impl.h',
+ 'glue/webdevtoolsagent.h',
+ 'glue/webdevtoolsagent_delegate.h',
+ 'glue/webdevtoolsagent_impl.cc',
+ 'glue/webdevtoolsagent_impl.h',
+ 'glue/webdevtoolsclient.h',
+ 'glue/webdevtoolsclient_delegate.h',
+ 'glue/webdevtoolsclient_impl.cc',
+ 'glue/webdevtoolsclient_impl.h',
'glue/webdocumentloader_impl.cc',
'glue/webdocumentloader_impl.h',
'glue/webdropdata.cc',