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

Unified Diff: webkit/webkit.gyp

Issue 330029: DevTools: Remove base/ dependencies from glue/devtools (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/webdevtoolsfrontend_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 30177)
+++ webkit/webkit.gyp (working copy)
@@ -98,6 +98,8 @@
'api/public/WebDataSource.h',
'api/public/WebDevToolsAgent.h',
'api/public/WebDevToolsAgentClient.h',
+ 'api/public/WebDevToolsFrontend.h',
+ 'api/public/WebDevToolsFrontendClient.h',
'api/public/WebDragData.h',
'api/public/WebEditingAction.h',
'api/public/WebFileChooserCompletion.h',
@@ -629,10 +631,8 @@
'glue/webcursor_win.cc',
'glue/webdevtoolsagent_impl.cc',
'glue/webdevtoolsagent_impl.h',
- 'glue/webdevtoolsclient.h',
- 'glue/webdevtoolsclient_delegate.h',
- 'glue/webdevtoolsclient_impl.cc',
- 'glue/webdevtoolsclient_impl.h',
+ 'glue/webdevtoolsfrontend_impl.cc',
+ 'glue/webdevtoolsfrontend_impl.h',
'glue/webdropdata.cc',
'glue/webdropdata_win.cc',
'glue/webdropdata.h',
« no previous file with comments | « webkit/glue/webdevtoolsfrontend_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698