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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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
11 # These variables are so the file lists can be shared with the GN build. 11 # These variables are so the file lists can be shared with the GN build.
12 # There are two sections of sources: 12 # There are two sections of sources:
13 # * "Platform"-based sources (OS, toolkit, etc.) 13 # * "Platform"-based sources (OS, toolkit, etc.)
14 # * Feature/directory-based sources (e.g., history, printing) 14 # * Feature/directory-based sources (e.g., history, printing)
15 15
16 ### Platform-based sources ### 16 ### Platform-based sources ###
17 17
18 # The set of sources used on all platforms but iOS that aren't listed in 18 # The set of sources used on all platforms but iOS that aren't listed in
19 # more specific variables below. 19 # more specific variables below.
20 'chrome_browser_non_ios_sources': [ 20 'chrome_browser_non_ios_sources': [
21 'browser/about_flags.cc', 21 'browser/about_flags.cc',
22 'browser/about_flags.h', 22 'browser/about_flags.h',
23 'browser/after_startup_task_utils.cc', 23 'browser/after_startup_task_utils.cc',
24 'browser/after_startup_task_utils.h', 24 'browser/after_startup_task_utils.h',
25 'browser/app_controller_mac.h', 25 'browser/app_controller_mac.h',
26 'browser/app_controller_mac.mm', 26 'browser/app_controller_mac.mm',
27 'browser/app_icon_win.cc',
28 'browser/app_icon_win.h',
29 'browser/app_mode/app_mode_utils.cc', 27 'browser/app_mode/app_mode_utils.cc',
30 'browser/app_mode/app_mode_utils.h', 28 'browser/app_mode/app_mode_utils.h',
31 'browser/autofill/personal_data_manager_factory.cc', 29 'browser/autofill/personal_data_manager_factory.cc',
32 'browser/autofill/personal_data_manager_factory.h', 30 'browser/autofill/personal_data_manager_factory.h',
33 'browser/autofill/risk_util.cc', 31 'browser/autofill/risk_util.cc',
34 'browser/autofill/risk_util.h', 32 'browser/autofill/risk_util.h',
35 'browser/autofill/validation_rules_storage_factory.cc', 33 'browser/autofill/validation_rules_storage_factory.cc',
36 'browser/autofill/validation_rules_storage_factory.h', 34 'browser/autofill/validation_rules_storage_factory.h',
37 'browser/background_sync/background_sync_controller_factory.cc', 35 'browser/background_sync/background_sync_controller_factory.cc',
38 'browser/background_sync/background_sync_controller_factory.h', 36 'browser/background_sync/background_sync_controller_factory.h',
(...skipping 17 matching lines...) Expand all
56 'browser/bitmap_fetcher/bitmap_fetcher.h', 54 'browser/bitmap_fetcher/bitmap_fetcher.h',
57 'browser/bitmap_fetcher/bitmap_fetcher_delegate.h', 55 'browser/bitmap_fetcher/bitmap_fetcher_delegate.h',
58 'browser/bitmap_fetcher/bitmap_fetcher_service.cc', 56 'browser/bitmap_fetcher/bitmap_fetcher_service.cc',
59 'browser/bitmap_fetcher/bitmap_fetcher_service.h', 57 'browser/bitmap_fetcher/bitmap_fetcher_service.h',
60 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc', 58 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc',
61 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.h', 59 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.h',
62 'browser/browser_about_handler.cc', 60 'browser/browser_about_handler.cc',
63 'browser/browser_about_handler.h', 61 'browser/browser_about_handler.h',
64 'browser/browser_shutdown.cc', 62 'browser/browser_shutdown.cc',
65 'browser/browser_shutdown.h', 63 'browser/browser_shutdown.h',
66 'browser/browser_util_win.cc',
67 'browser/browser_util_win.h',
68 'browser/browsing_data/autofill_counter.cc', 64 'browser/browsing_data/autofill_counter.cc',
69 'browser/browsing_data/autofill_counter.h', 65 'browser/browsing_data/autofill_counter.h',
70 'browser/browsing_data/browsing_data_appcache_helper.cc', 66 'browser/browsing_data/browsing_data_appcache_helper.cc',
71 'browser/browsing_data/browsing_data_appcache_helper.h', 67 'browser/browsing_data/browsing_data_appcache_helper.h',
72 'browser/browsing_data/browsing_data_cache_storage_helper.cc', 68 'browser/browsing_data/browsing_data_cache_storage_helper.cc',
73 'browser/browsing_data/browsing_data_cache_storage_helper.h', 69 'browser/browsing_data/browsing_data_cache_storage_helper.h',
74 'browser/browsing_data/browsing_data_channel_id_helper.cc', 70 'browser/browsing_data/browsing_data_channel_id_helper.cc',
75 'browser/browsing_data/browsing_data_channel_id_helper.h', 71 'browser/browsing_data/browsing_data_channel_id_helper.h',
76 'browser/browsing_data/browsing_data_cookie_helper.cc', 72 'browser/browsing_data/browsing_data_cookie_helper.cc',
77 'browser/browsing_data/browsing_data_cookie_helper.h', 73 'browser/browsing_data/browsing_data_cookie_helper.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'browser/chrome_browser_main_mac.mm', 135 'browser/chrome_browser_main_mac.mm',
140 'browser/chrome_browser_main_win.cc', 136 'browser/chrome_browser_main_win.cc',
141 'browser/chrome_browser_main_win.h', 137 'browser/chrome_browser_main_win.h',
142 'browser/chrome_child_process_watcher.cc', 138 'browser/chrome_child_process_watcher.cc',
143 'browser/chrome_child_process_watcher.h', 139 'browser/chrome_child_process_watcher.h',
144 'browser/chrome_content_browser_client.cc', 140 'browser/chrome_content_browser_client.cc',
145 'browser/chrome_content_browser_client.h', 141 'browser/chrome_content_browser_client.h',
146 'browser/chrome_content_browser_client_parts.h', 142 'browser/chrome_content_browser_client_parts.h',
147 'browser/chrome_device_client.cc', 143 'browser/chrome_device_client.cc',
148 'browser/chrome_device_client.h', 144 'browser/chrome_device_client.h',
149 'browser/chrome_elf_init_win.cc',
150 'browser/chrome_elf_init_win.h',
151 'browser/chrome_net_benchmarking_message_filter.cc', 145 'browser/chrome_net_benchmarking_message_filter.cc',
152 'browser/chrome_net_benchmarking_message_filter.h', 146 'browser/chrome_net_benchmarking_message_filter.h',
153 'browser/chrome_notification_types.h', 147 'browser/chrome_notification_types.h',
154 'browser/chrome_quota_permission_context.cc', 148 'browser/chrome_quota_permission_context.cc',
155 'browser/chrome_quota_permission_context.h', 149 'browser/chrome_quota_permission_context.h',
156 'browser/chrome_select_file_dialog_factory_win.cc',
157 'browser/chrome_select_file_dialog_factory_win.h',
158 'browser/command_observer.h', 150 'browser/command_observer.h',
159 'browser/command_updater.cc', 151 'browser/command_updater.cc',
160 'browser/command_updater.h', 152 'browser/command_updater.h',
161 'browser/command_updater_delegate.h', 153 'browser/command_updater_delegate.h',
162 'browser/component_updater/caps_installer_win.cc', 154 'browser/component_updater/caps_installer_win.cc',
163 'browser/component_updater/caps_installer_win.h', 155 'browser/component_updater/caps_installer_win.h',
164 'browser/component_updater/chrome_component_updater_configurator.cc', 156 'browser/component_updater/chrome_component_updater_configurator.cc',
165 'browser/component_updater/chrome_component_updater_configurator.h', 157 'browser/component_updater/chrome_component_updater_configurator.h',
166 'browser/component_updater/component_patcher_operation_out_of_process.cc', 158 'browser/component_updater/component_patcher_operation_out_of_process.cc',
167 'browser/component_updater/component_patcher_operation_out_of_process.h', 159 'browser/component_updater/component_patcher_operation_out_of_process.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'browser/download/download_status_updater_win.cc', 233 'browser/download/download_status_updater_win.cc',
242 'browser/download/download_target_determiner.cc', 234 'browser/download/download_target_determiner.cc',
243 'browser/download/download_target_determiner.h', 235 'browser/download/download_target_determiner.h',
244 'browser/download/download_target_determiner_delegate.h', 236 'browser/download/download_target_determiner_delegate.h',
245 'browser/download/download_target_info.h', 237 'browser/download/download_target_info.h',
246 'browser/download/download_ui_controller.cc', 238 'browser/download/download_ui_controller.cc',
247 'browser/download/download_ui_controller.h', 239 'browser/download/download_ui_controller.h',
248 'browser/download/drag_download_item.h', 240 'browser/download/drag_download_item.h',
249 'browser/download/save_package_file_picker.cc', 241 'browser/download/save_package_file_picker.cc',
250 'browser/download/save_package_file_picker.h', 242 'browser/download/save_package_file_picker.h',
251 'browser/enumerate_modules_model_win.cc',
252 'browser/enumerate_modules_model_win.h',
253 # Oh hey, all the cool browser/extensions files are hanging out in 243 # Oh hey, all the cool browser/extensions files are hanging out in
254 # chrome/chrome_browser_extensions.gypi. 244 # chrome/chrome_browser_extensions.gypi.
255 'browser/external_protocol/external_protocol_handler.cc', 245 'browser/external_protocol/external_protocol_handler.cc',
256 'browser/external_protocol/external_protocol_handler.h', 246 'browser/external_protocol/external_protocol_handler.h',
257 'browser/external_protocol/external_protocol_observer.cc', 247 'browser/external_protocol/external_protocol_observer.cc',
258 'browser/external_protocol/external_protocol_observer.h', 248 'browser/external_protocol/external_protocol_observer.h',
259 'browser/file_select_helper.cc', 249 'browser/file_select_helper.cc',
260 'browser/file_select_helper.h', 250 'browser/file_select_helper.h',
261 'browser/file_select_helper_mac.mm', 251 'browser/file_select_helper_mac.mm',
262 'browser/fullscreen.h', 252 'browser/fullscreen.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'browser/interstitials/chrome_metrics_helper.cc', 311 'browser/interstitials/chrome_metrics_helper.cc',
322 'browser/interstitials/chrome_metrics_helper.h', 312 'browser/interstitials/chrome_metrics_helper.h',
323 'browser/interstitials/security_interstitial_page.cc', 313 'browser/interstitials/security_interstitial_page.cc',
324 'browser/interstitials/security_interstitial_page.h', 314 'browser/interstitials/security_interstitial_page.h',
325 'browser/intranet_redirect_detector.cc', 315 'browser/intranet_redirect_detector.cc',
326 'browser/intranet_redirect_detector.h', 316 'browser/intranet_redirect_detector.h',
327 'browser/invalidation/profile_invalidation_provider_factory.cc', 317 'browser/invalidation/profile_invalidation_provider_factory.cc',
328 'browser/invalidation/profile_invalidation_provider_factory.h', 318 'browser/invalidation/profile_invalidation_provider_factory.h',
329 'browser/io_thread.cc', 319 'browser/io_thread.cc',
330 'browser/io_thread.h', 320 'browser/io_thread.h',
331 'browser/jumplist_updater_win.cc',
332 'browser/jumplist_updater_win.h',
333 'browser/jumplist_win.cc',
334 'browser/jumplist_win.h',
335 'browser/lifetime/application_lifetime.cc', 321 'browser/lifetime/application_lifetime.cc',
336 'browser/lifetime/application_lifetime.h', 322 'browser/lifetime/application_lifetime.h',
337 'browser/lifetime/application_lifetime_mac.mm', 323 'browser/lifetime/application_lifetime_mac.mm',
338 'browser/mac/bluetooth_utility.h', 324 'browser/mac/bluetooth_utility.h',
339 'browser/mac/bluetooth_utility.mm', 325 'browser/mac/bluetooth_utility.mm',
340 'browser/mac/dock.h', 326 'browser/mac/dock.h',
341 'browser/mac/dock.mm', 327 'browser/mac/dock.mm',
342 'browser/mac/install_from_dmg.h', 328 'browser/mac/install_from_dmg.h',
343 'browser/mac/install_from_dmg.mm', 329 'browser/mac/install_from_dmg.mm',
344 'browser/mac/keystone_glue.h', 330 'browser/mac/keystone_glue.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'browser/prerender/prerender_message_filter.cc', 486 'browser/prerender/prerender_message_filter.cc',
501 'browser/prerender/prerender_message_filter.h', 487 'browser/prerender/prerender_message_filter.h',
502 'browser/prerender/prerender_origin.cc', 488 'browser/prerender/prerender_origin.cc',
503 'browser/prerender/prerender_origin.h', 489 'browser/prerender/prerender_origin.h',
504 'browser/prerender/prerender_resource_throttle.cc', 490 'browser/prerender/prerender_resource_throttle.cc',
505 'browser/prerender/prerender_resource_throttle.h', 491 'browser/prerender/prerender_resource_throttle.h',
506 'browser/prerender/prerender_tab_helper.cc', 492 'browser/prerender/prerender_tab_helper.cc',
507 'browser/prerender/prerender_tab_helper.h', 493 'browser/prerender/prerender_tab_helper.h',
508 'browser/prerender/prerender_util.cc', 494 'browser/prerender/prerender_util.cc',
509 'browser/prerender/prerender_util.h', 495 'browser/prerender/prerender_util.h',
510 'browser/private_working_set_snapshot.h',
511 'browser/private_working_set_snapshot_win.cc',
512 'browser/process_resource_usage.cc', 496 'browser/process_resource_usage.cc',
513 'browser/process_resource_usage.h', 497 'browser/process_resource_usage.h',
514 'browser/process_singleton.h', 498 'browser/process_singleton.h',
515 'browser/process_singleton_win.cc', 499 'browser/process_singleton_win.cc',
516 'browser/profiles/incognito_mode_policy_handler.cc', 500 'browser/profiles/incognito_mode_policy_handler.cc',
517 'browser/profiles/incognito_mode_policy_handler.h', 501 'browser/profiles/incognito_mode_policy_handler.h',
518 'browser/push_messaging/push_messaging_app_identifier.cc', 502 'browser/push_messaging/push_messaging_app_identifier.cc',
519 'browser/push_messaging/push_messaging_app_identifier.h', 503 'browser/push_messaging/push_messaging_app_identifier.h',
520 'browser/push_messaging/push_messaging_constants.cc', 504 'browser/push_messaging/push_messaging_constants.cc',
521 'browser/push_messaging/push_messaging_constants.h', 505 'browser/push_messaging/push_messaging_constants.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'browser/usb/usb_chooser_context_factory.cc', 657 'browser/usb/usb_chooser_context_factory.cc',
674 'browser/usb/usb_chooser_context_factory.h', 658 'browser/usb/usb_chooser_context_factory.h',
675 'browser/usb/usb_tab_helper.cc', 659 'browser/usb/usb_tab_helper.cc',
676 'browser/usb/usb_tab_helper.h', 660 'browser/usb/usb_tab_helper.h',
677 'browser/usb/web_usb_histograms.cc', 661 'browser/usb/web_usb_histograms.cc',
678 'browser/usb/web_usb_histograms.h', 662 'browser/usb/web_usb_histograms.h',
679 'browser/usb/web_usb_permission_provider.cc', 663 'browser/usb/web_usb_permission_provider.cc',
680 'browser/usb/web_usb_permission_provider.h', 664 'browser/usb/web_usb_permission_provider.h',
681 'browser/web_data_service_factory.cc', 665 'browser/web_data_service_factory.cc',
682 'browser/web_data_service_factory.h', 666 'browser/web_data_service_factory.h',
667 'browser/win/app_icon.cc',
668 'browser/win/app_icon.h',
669 'browser/win/browser_util.cc',
670 'browser/win/browser_util.h',
671 'browser/win/chrome_elf_init.cc',
672 'browser/win/chrome_elf_init.h',
673 'browser/win/chrome_select_file_dialog_factory.cc',
674 'browser/win/chrome_select_file_dialog_factory.h',
675 'browser/win/enumerate_modules_model.cc',
676 'browser/win/enumerate_modules_model.h',
677 'browser/win/jumplist.cc',
678 'browser/win/jumplist.h',
679 'browser/win/jumplist_updater.cc',
680 'browser/win/jumplist_updater.h',
681 'browser/win/private_working_set_snapshot.cc',
682 'browser/win/private_working_set_snapshot.h',
683 'browser/win/settings_app_monitor.cc', 683 'browser/win/settings_app_monitor.cc',
684 'browser/win/settings_app_monitor.h', 684 'browser/win/settings_app_monitor.h',
685 ], 685 ],
686 # Android sources included regardless of android_java_ui. 686 # Android sources included regardless of android_java_ui.
687 'chrome_browser_android_sources': [ 687 'chrome_browser_android_sources': [
688 'browser/media/protected_media_identifier_permission_context.cc', 688 'browser/media/protected_media_identifier_permission_context.cc',
689 'browser/media/protected_media_identifier_permission_context.h', 689 'browser/media/protected_media_identifier_permission_context.h',
690 ], 690 ],
691 # Browser sources used when android_java_ui is enabled. 691 # Browser sources used when android_java_ui is enabled.
692 'chrome_browser_android_java_ui_sources': [ 692 'chrome_browser_android_java_ui_sources': [
(...skipping 3601 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 '../components/components.gyp:rlz', 4294 '../components/components.gyp:rlz',
4295 '../components/components.gyp:search_engines', 4295 '../components/components.gyp:search_engines',
4296 '../rlz/rlz.gyp:rlz_lib', 4296 '../rlz/rlz.gyp:rlz_lib',
4297 'common', 4297 'common',
4298 ], 4298 ],
4299 }, 4299 },
4300 ], 4300 ],
4301 }], 4301 }],
4302 ], 4302 ],
4303 } 4303 }
OLDNEW
« no previous file with comments | « chrome/browser/win/private_working_set_snapshot_unittest.cc ('k') | chrome/chrome_process_finder.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698