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

Side by Side Diff: webkit/webkit.gyp

Issue 293001: Delete glue/webview{_delegate}.h (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/webview_host_win.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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'glue/webplugin_impl.cc', 639 'glue/webplugin_impl.cc',
640 'glue/webplugin_impl.h', 640 'glue/webplugin_impl.h',
641 'glue/webplugininfo.h', 641 'glue/webplugininfo.h',
642 'glue/webpopupmenu_impl.cc', 642 'glue/webpopupmenu_impl.cc',
643 'glue/webpopupmenu_impl.h', 643 'glue/webpopupmenu_impl.h',
644 'glue/webpreferences.cc', 644 'glue/webpreferences.cc',
645 'glue/webpreferences.h', 645 'glue/webpreferences.h',
646 'glue/webthemeengine_impl_win.cc', 646 'glue/webthemeengine_impl_win.cc',
647 'glue/weburlloader_impl.cc', 647 'glue/weburlloader_impl.cc',
648 'glue/weburlloader_impl.h', 648 'glue/weburlloader_impl.h',
649 'glue/webview.h',
650 'glue/webview_delegate.h',
651 'glue/webview_impl.cc', 649 'glue/webview_impl.cc',
652 'glue/webview_impl.h', 650 'glue/webview_impl.h',
653 'glue/webworker_impl.cc', 651 'glue/webworker_impl.cc',
654 'glue/webworker_impl.h', 652 'glue/webworker_impl.h',
655 'glue/webworkerclient_impl.cc', 653 'glue/webworkerclient_impl.cc',
656 'glue/webworkerclient_impl.h', 654 'glue/webworkerclient_impl.h',
657 'glue/window_open_disposition.h', 655 'glue/window_open_disposition.h',
658 'glue/window_open_disposition.cc', 656 'glue/window_open_disposition.cc',
659 657
660 # These files used to be built in the webcore target, but moved here 658 # These files used to be built in the webcore target, but moved here
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 ], 789 ],
792 } 790 }
793 ], # targets 791 ], # targets
794 } 792 }
795 793
796 # Local Variables: 794 # Local Variables:
797 # tab-width:2 795 # tab-width:2
798 # indent-tabs-mode:nil 796 # indent-tabs-mode:nil
799 # End: 797 # End:
800 # vim: set expandtab tabstop=2 shiftwidth=2: 798 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/webview_host_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698