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

Side by Side Diff: webkit/webkit.gyp

Issue 287009: Move WebDevToolsAgent{Delegate} into the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.h ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'api/public/WebColorName.h', 87 'api/public/WebColorName.h',
88 'api/public/WebCommon.h', 88 'api/public/WebCommon.h',
89 'api/public/WebCompositionCommand.h', 89 'api/public/WebCompositionCommand.h',
90 'api/public/WebConsoleMessage.h', 90 'api/public/WebConsoleMessage.h',
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/WebDataSource.h', 96 'api/public/WebDataSource.h',
97 'api/public/WebDevToolsAgent.h',
98 'api/public/WebDevToolsAgentClient.h',
97 'api/public/WebDragData.h', 99 'api/public/WebDragData.h',
98 'api/public/WebEditingAction.h', 100 'api/public/WebEditingAction.h',
99 'api/public/WebFileChooserCompletion.h', 101 'api/public/WebFileChooserCompletion.h',
100 'api/public/WebFindOptions.h', 102 'api/public/WebFindOptions.h',
101 'api/public/WebFrame.h', 103 'api/public/WebFrame.h',
102 'api/public/WebFrameClient.h', 104 'api/public/WebFrameClient.h',
103 'api/public/WebFontCache.h', 105 'api/public/WebFontCache.h',
104 'api/public/WebForm.h', 106 'api/public/WebForm.h',
105 'api/public/WebHistoryItem.h', 107 'api/public/WebHistoryItem.h',
106 'api/public/WebHTTPBody.h', 108 'api/public/WebHTTPBody.h',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'glue/webaccessibilitymanager_impl.cc', 607 'glue/webaccessibilitymanager_impl.cc',
606 'glue/webaccessibilitymanager_impl.h', 608 'glue/webaccessibilitymanager_impl.h',
607 'glue/webclipboard_impl.cc', 609 'glue/webclipboard_impl.cc',
608 'glue/webclipboard_impl.h', 610 'glue/webclipboard_impl.h',
609 'glue/webcursor.cc', 611 'glue/webcursor.cc',
610 'glue/webcursor.h', 612 'glue/webcursor.h',
611 'glue/webcursor_gtk.cc', 613 'glue/webcursor_gtk.cc',
612 'glue/webcursor_gtk_data.h', 614 'glue/webcursor_gtk_data.h',
613 'glue/webcursor_mac.mm', 615 'glue/webcursor_mac.mm',
614 'glue/webcursor_win.cc', 616 'glue/webcursor_win.cc',
615 'glue/webdevtoolsagent.h',
616 'glue/webdevtoolsagent_delegate.h',
617 'glue/webdevtoolsagent_impl.cc', 617 'glue/webdevtoolsagent_impl.cc',
618 'glue/webdevtoolsagent_impl.h', 618 'glue/webdevtoolsagent_impl.h',
619 'glue/webdevtoolsclient.h', 619 'glue/webdevtoolsclient.h',
620 'glue/webdevtoolsclient_delegate.h', 620 'glue/webdevtoolsclient_delegate.h',
621 'glue/webdevtoolsclient_impl.cc', 621 'glue/webdevtoolsclient_impl.cc',
622 'glue/webdevtoolsclient_impl.h', 622 'glue/webdevtoolsclient_impl.h',
623 'glue/webdropdata.cc', 623 'glue/webdropdata.cc',
624 'glue/webdropdata_win.cc', 624 'glue/webdropdata_win.cc',
625 'glue/webdropdata.h', 625 'glue/webdropdata.h',
626 'glue/webframe_impl.cc', 626 'glue/webframe_impl.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 ], 793 ],
794 } 794 }
795 ], # targets 795 ], # targets
796 } 796 }
797 797
798 # Local Variables: 798 # Local Variables:
799 # tab-width:2 799 # tab-width:2
800 # indent-tabs-mode:nil 800 # indent-tabs-mode:nil
801 # End: 801 # End:
802 # vim: set expandtab tabstop=2 shiftwidth=2: 802 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698