summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.gyp
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 13:03:51 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 13:03:51 +0000
commit097e38421957bcdf84a79fbed193570fbb2e647e (patch)
tree088062f435d940d67b06a1b7a35a5b0850cb9243 /webkit/tools/test_shell/test_shell.gyp
parent31d58b18c3ae0bc157eab12371f5777f3340cabc (diff)
downloadchromium_src-097e38421957bcdf84a79fbed193570fbb2e647e.zip
chromium_src-097e38421957bcdf84a79fbed193570fbb2e647e.tar.gz
chromium_src-097e38421957bcdf84a79fbed193570fbb2e647e.tar.bz2
Initial WebDevToolsAgent implementation contains two agent objects: Dom agent
and Net agent. Dom agent provides API for querying for DOM nodes and receiving notifications on Dom updates. It has some logic in and this logic is covered with the unit tests. Net agent pushes an initial set of request/response-related events to the client. It is to be filled with more data later on. It currently caches loaders for all the requests which is Ok for the case when this agent is turned ON (at least for now). Note that this code is not yet wired to the dev tools agent (this is by design). The plan is to start enrolling the dev tools agent glue that connects these sub-agents with the IPC transport once this CL is in. Original CL: http://codereview.chromium.org/41008/show Review URL: http://codereview.chromium.org/43128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r--webkit/tools/test_shell/test_shell.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index a9ac5aa..2950e4b 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -228,6 +228,8 @@
'../../glue/context_menu_unittest.cc',
'../../glue/cpp_bound_class_unittest.cc',
'../../glue/cpp_variant_unittest.cc',
+ '../../glue/devtools/dom_agent_unittest.cc',
+ '../../glue/devtools/devtools_mock_rpc.h',
'../../glue/dom_operations_unittest.cc',
'../../glue/dom_serializer_unittest.cc',
'../../glue/glue_serialize_unittest.cc',