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

Side by Side Diff: content/content_browser.gypi

Issue 9586009: Move TabContentsViewGtk's delegate to content\public\browser. Also name it a delegate instead of a … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'public/browser/speech_recognizer.h', 117 'public/browser/speech_recognizer.h',
118 'public/browser/speech_recognizer_delegate.h', 118 'public/browser/speech_recognizer_delegate.h',
119 'public/browser/user_metrics.h', 119 'public/browser/user_metrics.h',
120 'public/browser/utility_process_host.h', 120 'public/browser/utility_process_host.h',
121 'public/browser/web_contents.h', 121 'public/browser/web_contents.h',
122 'public/browser/web_contents_delegate.cc', 122 'public/browser/web_contents_delegate.cc',
123 'public/browser/web_contents_delegate.h', 123 'public/browser/web_contents_delegate.h',
124 'public/browser/web_contents_observer.cc', 124 'public/browser/web_contents_observer.cc',
125 'public/browser/web_contents_observer.h', 125 'public/browser/web_contents_observer.h',
126 'public/browser/web_contents_view.h', 126 'public/browser/web_contents_view.h',
127 'public/browser/web_contents_view_gtk_delegate.h',
127 'public/browser/web_contents_view_mac_delegate.h', 128 'public/browser/web_contents_view_mac_delegate.h',
128 'public/browser/web_intents_dispatcher.h', 129 'public/browser/web_intents_dispatcher.h',
129 'public/browser/web_ui.h', 130 'public/browser/web_ui.h',
130 'public/browser/web_ui_controller.cc', 131 'public/browser/web_ui_controller.cc',
131 'public/browser/web_ui_controller.h', 132 'public/browser/web_ui_controller.h',
132 'public/browser/web_ui_controller_factory.h', 133 'public/browser/web_ui_controller_factory.h',
133 'public/browser/web_ui_message_handler.h', 134 'public/browser/web_ui_message_handler.h',
134 'public/browser/worker_service.h', 135 'public/browser/worker_service.h',
135 'public/browser/worker_service_observer.h', 136 'public/browser/worker_service_observer.h',
136 'public/browser/zygote_host_linux.h', 137 'public/browser/zygote_host_linux.h',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'browser/tab_contents/provisional_load_details.cc', 641 'browser/tab_contents/provisional_load_details.cc',
641 'browser/tab_contents/provisional_load_details.h', 642 'browser/tab_contents/provisional_load_details.h',
642 'browser/tab_contents/render_view_host_manager.cc', 643 'browser/tab_contents/render_view_host_manager.cc',
643 'browser/tab_contents/render_view_host_manager.h', 644 'browser/tab_contents/render_view_host_manager.h',
644 'browser/tab_contents/tab_contents.cc', 645 'browser/tab_contents/tab_contents.cc',
645 'browser/tab_contents/tab_contents.h', 646 'browser/tab_contents/tab_contents.h',
646 'browser/tab_contents/tab_contents_view_gtk.cc', 647 'browser/tab_contents/tab_contents_view_gtk.cc',
647 'browser/tab_contents/tab_contents_view_gtk.h', 648 'browser/tab_contents/tab_contents_view_gtk.h',
648 'browser/tab_contents/tab_contents_view_helper.cc', 649 'browser/tab_contents/tab_contents_view_helper.cc',
649 'browser/tab_contents/tab_contents_view_helper.h', 650 'browser/tab_contents/tab_contents_view_helper.h',
650 'browser/tab_contents/tab_contents_view_wrapper_gtk.h',
651 'browser/tab_contents/title_updated_details.h', 651 'browser/tab_contents/title_updated_details.h',
652 'browser/tab_contents/web_contents_view_android.cc', 652 'browser/tab_contents/web_contents_view_android.cc',
653 'browser/tab_contents/web_contents_view_android.h', 653 'browser/tab_contents/web_contents_view_android.h',
654 'browser/tab_contents/web_contents_view_mac.h', 654 'browser/tab_contents/web_contents_view_mac.h',
655 'browser/tab_contents/web_contents_view_mac.mm', 655 'browser/tab_contents/web_contents_view_mac.mm',
656 'browser/tab_contents/web_drag_dest_delegate.h', 656 'browser/tab_contents/web_drag_dest_delegate.h',
657 'browser/tab_contents/web_drag_dest_gtk.cc', 657 'browser/tab_contents/web_drag_dest_gtk.cc',
658 'browser/tab_contents/web_drag_dest_gtk.h', 658 'browser/tab_contents/web_drag_dest_gtk.h',
659 'browser/tab_contents/web_drag_dest_mac.h', 659 'browser/tab_contents/web_drag_dest_mac.h',
660 'browser/tab_contents/web_drag_dest_mac.mm', 660 'browser/tab_contents/web_drag_dest_mac.mm',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 ['toolkit_uses_gtk == 1', { 742 ['toolkit_uses_gtk == 1', {
743 'dependencies': [ 743 'dependencies': [
744 '../build/linux/system.gyp:dbus', 744 '../build/linux/system.gyp:dbus',
745 # For FcLangSetAdd call in render_sandbox_host_linux.cc 745 # For FcLangSetAdd call in render_sandbox_host_linux.cc
746 '../build/linux/system.gyp:fontconfig', 746 '../build/linux/system.gyp:fontconfig',
747 '../build/linux/system.gyp:gtk', 747 '../build/linux/system.gyp:gtk',
748 # For XShm* in backing_store_x.cc 748 # For XShm* in backing_store_x.cc
749 '../build/linux/system.gyp:x11', 749 '../build/linux/system.gyp:x11',
750 '../dbus/dbus.gyp:dbus', 750 '../dbus/dbus.gyp:dbus',
751 ], 751 ],
752 }, {
753 'sources!': [
754 # The rules only catch files that start or end with gtk, but this file
755 # would be incorrectly named if we forced the gtk at the end.
756 'public/browser/web_contents_view_gtk_delegate.h',
757 ],
752 }], 758 }],
753 ['OS=="linux"', { 759 ['OS=="linux"', {
754 'dependencies': [ 760 'dependencies': [
755 '../build/linux/system.gyp:udev', 761 '../build/linux/system.gyp:udev',
756 ], 762 ],
757 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS 763 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS
758 'conditions': [ 764 'conditions': [
759 ['linux_sandbox_path != ""', { 765 ['linux_sandbox_path != ""', {
760 'defines': [ 766 'defines': [
761 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', 767 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ], 876 ],
871 }], 877 }],
872 ['input_speech==0', { 878 ['input_speech==0', {
873 'sources/': [ 879 'sources/': [
874 ['exclude', '^browser/speech/'], 880 ['exclude', '^browser/speech/'],
875 ], 881 ],
876 }], 882 }],
877 ], 883 ],
878 } 884 }
879 885
OLDNEW
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_wrapper_gtk.h ('k') | content/public/browser/web_contents_view_gtk_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698