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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1357393002: Desktop context menu reorganisation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'browser/push_messaging/push_messaging_permission_context_factory.cc', 732 'browser/push_messaging/push_messaging_permission_context_factory.cc',
733 'browser/push_messaging/push_messaging_permission_context_factory.h', 733 'browser/push_messaging/push_messaging_permission_context_factory.h',
734 'browser/push_messaging/push_messaging_service_factory.cc', 734 'browser/push_messaging/push_messaging_service_factory.cc',
735 'browser/push_messaging/push_messaging_service_factory.h', 735 'browser/push_messaging/push_messaging_service_factory.h',
736 'browser/push_messaging/push_messaging_service_impl.cc', 736 'browser/push_messaging/push_messaging_service_impl.cc',
737 'browser/push_messaging/push_messaging_service_impl.h', 737 'browser/push_messaging/push_messaging_service_impl.h',
738 'browser/renderer_context_menu/context_menu_content_type_factory.cc', 738 'browser/renderer_context_menu/context_menu_content_type_factory.cc',
739 'browser/renderer_context_menu/context_menu_content_type_factory.h', 739 'browser/renderer_context_menu/context_menu_content_type_factory.h',
740 'browser/renderer_context_menu/context_menu_content_type_panel.cc', 740 'browser/renderer_context_menu/context_menu_content_type_panel.cc',
741 'browser/renderer_context_menu/context_menu_content_type_panel.h', 741 'browser/renderer_context_menu/context_menu_content_type_panel.h',
742 'browser/renderer_context_menu/spellchecker_submenu_observer.h',
743 'browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc',
744 'browser/renderer_host/chrome_render_message_filter.cc', 742 'browser/renderer_host/chrome_render_message_filter.cc',
745 'browser/renderer_host/chrome_render_message_filter.h', 743 'browser/renderer_host/chrome_render_message_filter.h',
746 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', 744 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h',
747 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm', 745 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm',
748 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h ', 746 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h ',
749 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.m m', 747 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.m m',
750 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', 748 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc',
751 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', 749 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
752 'browser/renderer_preferences_util.cc', 750 'browser/renderer_preferences_util.cc',
753 'browser/renderer_preferences_util.h', 751 'browser/renderer_preferences_util.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 # TODO(stuartmorgan): Remove this once enough has been componentized that 955 # TODO(stuartmorgan): Remove this once enough has been componentized that
958 # there's no value in building any of chrome/ for iOS. 956 # there's no value in building any of chrome/ for iOS.
959 'chrome_browser_ios_sources': [ 957 'chrome_browser_ios_sources': [
960 'browser/browser_process.cc', 958 'browser/browser_process.cc',
961 'browser/browser_process.h', 959 'browser/browser_process.h',
962 'browser/browser_process_platform_part_base.cc', 960 'browser/browser_process_platform_part_base.cc',
963 'browser/browser_process_platform_part_base.h', 961 'browser/browser_process_platform_part_base.h',
964 ], 962 ],
965 # Desktop Linux and ChromeOS. 963 # Desktop Linux and ChromeOS.
966 'chrome_browser_linux_sources': [ 964 'chrome_browser_linux_sources': [
967 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc',
968 ], 965 ],
969 # Desktop linux, doesn't count ChromeOS. 966 # Desktop linux, doesn't count ChromeOS.
970 'chrome_browser_linux_desktop_sources': [ 967 'chrome_browser_linux_desktop_sources': [
971 'browser/first_run/upgrade_util.cc', 968 'browser/first_run/upgrade_util.cc',
972 'browser/first_run/upgrade_util_linux.cc', 969 'browser/first_run/upgrade_util_linux.cc',
973 'browser/first_run/upgrade_util_linux.h', 970 'browser/first_run/upgrade_util_linux.h',
974 'browser/fullscreen_aurax11.cc', 971 'browser/fullscreen_aurax11.cc',
975 'browser/icon_loader_auralinux.cc', 972 'browser/icon_loader_auralinux.cc',
976 'browser/password_manager/native_backend_kwallet_x.cc', 973 'browser/password_manager/native_backend_kwallet_x.cc',
977 'browser/password_manager/native_backend_kwallet_x.h', 974 'browser/password_manager/native_backend_kwallet_x.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'browser/hang_monitor/hang_crash_dump_win.cc', 1287 'browser/hang_monitor/hang_crash_dump_win.cc',
1291 'browser/hang_monitor/hang_crash_dump_win.h', 1288 'browser/hang_monitor/hang_crash_dump_win.h',
1292 'browser/hang_monitor/hung_plugin_action.cc', 1289 'browser/hang_monitor/hung_plugin_action.cc',
1293 'browser/hang_monitor/hung_plugin_action.h', 1290 'browser/hang_monitor/hung_plugin_action.h',
1294 'browser/hang_monitor/hung_window_detector.cc', 1291 'browser/hang_monitor/hung_window_detector.cc',
1295 'browser/hang_monitor/hung_window_detector.h', 1292 'browser/hang_monitor/hung_window_detector.h',
1296 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', 1293 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
1297 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', 1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h',
1298 'browser/password_manager/password_manager_util_win.cc', 1295 'browser/password_manager/password_manager_util_win.cc',
1299 'browser/password_manager/password_manager_util_win.h', 1296 'browser/password_manager/password_manager_util_win.h',
1300 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc',
1301 ], 1297 ],
1302 'chrome_browser_non_win_sources': [ 1298 'chrome_browser_non_win_sources': [
1303 'browser/profiles/profile_shortcut_manager_stub.cc', 1299 'browser/profiles/profile_shortcut_manager_stub.cc',
1304 ], 1300 ],
1305 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1301 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1306 'chrome_browser_win_mac_sources': [ 1302 'chrome_browser_win_mac_sources': [
1307 'browser/media_galleries/fileapi/file_path_watcher_util.cc', 1303 'browser/media_galleries/fileapi/file_path_watcher_util.cc',
1308 'browser/media_galleries/fileapi/file_path_watcher_util.h', 1304 'browser/media_galleries/fileapi/file_path_watcher_util.h',
1309 'browser/media_galleries/fileapi/iapps_data_provider.cc', 1305 'browser/media_galleries/fileapi/iapps_data_provider.cc',
1310 'browser/media_galleries/fileapi/iapps_data_provider.h', 1306 'browser/media_galleries/fileapi/iapps_data_provider.h',
(...skipping 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 '../components/components.gyp:omnibox_browser', 4103 '../components/components.gyp:omnibox_browser',
4108 '../components/components.gyp:rlz', 4104 '../components/components.gyp:rlz',
4109 '../components/components.gyp:search_engines', 4105 '../components/components.gyp:search_engines',
4110 '../rlz/rlz.gyp:rlz_lib', 4106 '../rlz/rlz.gyp:rlz_lib',
4111 ], 4107 ],
4112 }, 4108 },
4113 ], 4109 ],
4114 }], 4110 }],
4115 ], 4111 ],
4116 } 4112 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698