From 221f4130ad35eb3074ee079dae571157da727a9d Mon Sep 17 00:00:00 2001 From: "yurys@chromium.org" Date: Fri, 11 Dec 2009 09:08:17 +0000 Subject: DevTools: use WebDevToolsMessageData for devtools rpc messages Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34333 Review URL: http://codereview.chromium.org/463065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34337 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index c2bb0b6..adc6687 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -237,8 +237,6 @@ # those in the test subdirectory and those with unittest in in their # names. 'glue/devtools/apu_agent_delegate.h', - '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', @@ -246,6 +244,10 @@ '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', -- cgit v1.1