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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webdevtoolsfrontend_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'api/public/WebContextMenuData.h', 91 'api/public/WebContextMenuData.h',
92 'api/public/WebCrossOriginPreflightResultCache.h', 92 'api/public/WebCrossOriginPreflightResultCache.h',
93 'api/public/WebCString.h', 93 'api/public/WebCString.h',
94 'api/public/WebCursorInfo.h', 94 'api/public/WebCursorInfo.h',
95 'api/public/WebData.h', 95 'api/public/WebData.h',
96 'api/public/WebDatabase.h', 96 'api/public/WebDatabase.h',
97 'api/public/WebDatabaseObserver.h', 97 'api/public/WebDatabaseObserver.h',
98 'api/public/WebDataSource.h', 98 'api/public/WebDataSource.h',
99 'api/public/WebDevToolsAgent.h', 99 'api/public/WebDevToolsAgent.h',
100 'api/public/WebDevToolsAgentClient.h', 100 'api/public/WebDevToolsAgentClient.h',
101 'api/public/WebDevToolsFrontend.h',
102 'api/public/WebDevToolsFrontendClient.h',
101 'api/public/WebDragData.h', 103 'api/public/WebDragData.h',
102 'api/public/WebEditingAction.h', 104 'api/public/WebEditingAction.h',
103 'api/public/WebFileChooserCompletion.h', 105 'api/public/WebFileChooserCompletion.h',
104 'api/public/WebFindOptions.h', 106 'api/public/WebFindOptions.h',
105 'api/public/WebFrame.h', 107 'api/public/WebFrame.h',
106 'api/public/WebFrameClient.h', 108 'api/public/WebFrameClient.h',
107 'api/public/WebFontCache.h', 109 'api/public/WebFontCache.h',
108 'api/public/WebForm.h', 110 'api/public/WebForm.h',
109 'api/public/WebHistoryItem.h', 111 'api/public/WebHistoryItem.h',
110 'api/public/WebHTTPBody.h', 112 'api/public/WebHTTPBody.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'glue/webclipboard_impl.cc', 624 'glue/webclipboard_impl.cc',
623 'glue/webclipboard_impl.h', 625 'glue/webclipboard_impl.h',
624 'glue/webcursor.cc', 626 'glue/webcursor.cc',
625 'glue/webcursor.h', 627 'glue/webcursor.h',
626 'glue/webcursor_gtk.cc', 628 'glue/webcursor_gtk.cc',
627 'glue/webcursor_gtk_data.h', 629 'glue/webcursor_gtk_data.h',
628 'glue/webcursor_mac.mm', 630 'glue/webcursor_mac.mm',
629 'glue/webcursor_win.cc', 631 'glue/webcursor_win.cc',
630 'glue/webdevtoolsagent_impl.cc', 632 'glue/webdevtoolsagent_impl.cc',
631 'glue/webdevtoolsagent_impl.h', 633 'glue/webdevtoolsagent_impl.h',
632 'glue/webdevtoolsclient.h', 634 'glue/webdevtoolsfrontend_impl.cc',
633 'glue/webdevtoolsclient_delegate.h', 635 'glue/webdevtoolsfrontend_impl.h',
634 'glue/webdevtoolsclient_impl.cc',
635 'glue/webdevtoolsclient_impl.h',
636 'glue/webdropdata.cc', 636 'glue/webdropdata.cc',
637 'glue/webdropdata_win.cc', 637 'glue/webdropdata_win.cc',
638 'glue/webdropdata.h', 638 'glue/webdropdata.h',
639 'glue/webframe_impl.cc', 639 'glue/webframe_impl.cc',
640 'glue/webframe_impl.h', 640 'glue/webframe_impl.h',
641 'glue/webframeloaderclient_impl.cc', 641 'glue/webframeloaderclient_impl.cc',
642 'glue/webframeloaderclient_impl.h', 642 'glue/webframeloaderclient_impl.h',
643 'glue/webkit_glue.cc', 643 'glue/webkit_glue.cc',
644 'glue/webkit_glue.h', 644 'glue/webkit_glue.h',
645 'glue/webkitclient_impl.cc', 645 'glue/webkitclient_impl.cc',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 ], 808 ],
809 } 809 }
810 ], # targets 810 ], # targets
811 } 811 }
812 812
813 # Local Variables: 813 # Local Variables:
814 # tab-width:2 814 # tab-width:2
815 # indent-tabs-mode:nil 815 # indent-tabs-mode:nil
816 # End: 816 # End:
817 # vim: set expandtab tabstop=2 shiftwidth=2: 817 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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