Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: webkit/webkit.gyp

Issue 113836: DevTools: introduce bound object on the agent side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 16977)
+++ webkit/webkit.gyp (working copy)
@@ -4404,6 +4404,8 @@
'glue/devtools/devtools_rpc.cc',
'glue/devtools/devtools_rpc.h',
'glue/devtools/devtools_rpc_js.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',
@@ -4412,9 +4414,6 @@
'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',
@@ -4675,7 +4674,6 @@
'glue/devtools/js/inspector_controller.js',
'glue/devtools/js/inspector_controller_impl.js',
'glue/devtools/js/json.js',
- 'glue/devtools/js/net_agent.js',
'glue/devtools/js/profiler_processor.js',
'inspector/debugger.css',
'inspector/debugger.html',
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698