summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 10:58:51 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 10:58:51 +0000
commit0b093c9568e7d15c050dd770002850704df2417b (patch)
treec128112072d53ae1bf7d639bd59a1fe07a211dc9 /webkit/webkit.gyp
parent7aa27fdf4e135daef7f49a37a61e506c165ce214 (diff)
downloadchromium_src-0b093c9568e7d15c050dd770002850704df2417b.zip
chromium_src-0b093c9568e7d15c050dd770002850704df2417b.tar.gz
chromium_src-0b093c9568e7d15c050dd770002850704df2417b.tar.bz2
DevToolsClient frontend improvements:
1. Move callbacks processing to the frontend 2. Dispatch calls directly to Javascript 3. Create CppBoundObject per agent flavor and wire it to IPC 4. Introduce Remote*Agent abstraction in the frontend Review URL: http://codereview.chromium.org/42486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 3a70454..954bfbc 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4202,6 +4202,7 @@
# names.
'glue/devtools/devtools_rpc.cc',
'glue/devtools/devtools_rpc.h',
+ 'glue/devtools/devtools_rpc_js.h',
'glue/devtools/dom_agent.h',
'glue/devtools/dom_agent_impl.cc',
'glue/devtools/dom_agent_impl.h',