| OLD | NEW |
| 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 Loading... |
| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'browser/chrome_browser_main_mac.mm', | 133 'browser/chrome_browser_main_mac.mm', |
| 138 'browser/chrome_browser_main_win.cc', | 134 'browser/chrome_browser_main_win.cc', |
| 139 'browser/chrome_browser_main_win.h', | 135 'browser/chrome_browser_main_win.h', |
| 140 'browser/chrome_child_process_watcher.cc', | 136 'browser/chrome_child_process_watcher.cc', |
| 141 'browser/chrome_child_process_watcher.h', | 137 'browser/chrome_child_process_watcher.h', |
| 142 'browser/chrome_content_browser_client.cc', | 138 'browser/chrome_content_browser_client.cc', |
| 143 'browser/chrome_content_browser_client.h', | 139 'browser/chrome_content_browser_client.h', |
| 144 'browser/chrome_content_browser_client_parts.h', | 140 'browser/chrome_content_browser_client_parts.h', |
| 145 'browser/chrome_device_client.cc', | 141 'browser/chrome_device_client.cc', |
| 146 'browser/chrome_device_client.h', | 142 'browser/chrome_device_client.h', |
| 147 'browser/chrome_elf_init_win.cc', | |
| 148 'browser/chrome_elf_init_win.h', | |
| 149 'browser/chrome_net_benchmarking_message_filter.cc', | 143 'browser/chrome_net_benchmarking_message_filter.cc', |
| 150 'browser/chrome_net_benchmarking_message_filter.h', | 144 'browser/chrome_net_benchmarking_message_filter.h', |
| 151 'browser/chrome_notification_types.h', | 145 'browser/chrome_notification_types.h', |
| 152 'browser/chrome_quota_permission_context.cc', | 146 'browser/chrome_quota_permission_context.cc', |
| 153 'browser/chrome_quota_permission_context.h', | 147 'browser/chrome_quota_permission_context.h', |
| 154 'browser/chrome_select_file_dialog_factory_win.cc', | |
| 155 'browser/chrome_select_file_dialog_factory_win.h', | |
| 156 'browser/command_observer.h', | 148 'browser/command_observer.h', |
| 157 'browser/command_updater.cc', | 149 'browser/command_updater.cc', |
| 158 'browser/command_updater.h', | 150 'browser/command_updater.h', |
| 159 'browser/command_updater_delegate.h', | 151 'browser/command_updater_delegate.h', |
| 160 'browser/component_updater/caps_installer_win.cc', | 152 'browser/component_updater/caps_installer_win.cc', |
| 161 'browser/component_updater/caps_installer_win.h', | 153 'browser/component_updater/caps_installer_win.h', |
| 162 'browser/component_updater/chrome_component_updater_configurator.cc', | 154 'browser/component_updater/chrome_component_updater_configurator.cc', |
| 163 'browser/component_updater/chrome_component_updater_configurator.h', | 155 'browser/component_updater/chrome_component_updater_configurator.h', |
| 164 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 156 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 165 'browser/component_updater/component_patcher_operation_out_of_process.h', | 157 'browser/component_updater/component_patcher_operation_out_of_process.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'browser/download/download_status_updater_win.cc', | 231 'browser/download/download_status_updater_win.cc', |
| 240 'browser/download/download_target_determiner.cc', | 232 'browser/download/download_target_determiner.cc', |
| 241 'browser/download/download_target_determiner.h', | 233 'browser/download/download_target_determiner.h', |
| 242 'browser/download/download_target_determiner_delegate.h', | 234 'browser/download/download_target_determiner_delegate.h', |
| 243 'browser/download/download_target_info.h', | 235 'browser/download/download_target_info.h', |
| 244 'browser/download/download_ui_controller.cc', | 236 'browser/download/download_ui_controller.cc', |
| 245 'browser/download/download_ui_controller.h', | 237 'browser/download/download_ui_controller.h', |
| 246 'browser/download/drag_download_item.h', | 238 'browser/download/drag_download_item.h', |
| 247 'browser/download/save_package_file_picker.cc', | 239 'browser/download/save_package_file_picker.cc', |
| 248 'browser/download/save_package_file_picker.h', | 240 'browser/download/save_package_file_picker.h', |
| 249 'browser/enumerate_modules_model_win.cc', | |
| 250 'browser/enumerate_modules_model_win.h', | |
| 251 # Oh hey, all the cool browser/extensions files are hanging out in | 241 # Oh hey, all the cool browser/extensions files are hanging out in |
| 252 # chrome/chrome_browser_extensions.gypi. | 242 # chrome/chrome_browser_extensions.gypi. |
| 253 'browser/external_protocol/external_protocol_handler.cc', | 243 'browser/external_protocol/external_protocol_handler.cc', |
| 254 'browser/external_protocol/external_protocol_handler.h', | 244 'browser/external_protocol/external_protocol_handler.h', |
| 255 'browser/external_protocol/external_protocol_observer.cc', | 245 'browser/external_protocol/external_protocol_observer.cc', |
| 256 'browser/external_protocol/external_protocol_observer.h', | 246 'browser/external_protocol/external_protocol_observer.h', |
| 257 'browser/file_select_helper.cc', | 247 'browser/file_select_helper.cc', |
| 258 'browser/file_select_helper.h', | 248 'browser/file_select_helper.h', |
| 259 'browser/file_select_helper_mac.mm', | 249 'browser/file_select_helper_mac.mm', |
| 260 'browser/fullscreen.h', | 250 'browser/fullscreen.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'browser/interstitials/chrome_metrics_helper.cc', | 309 'browser/interstitials/chrome_metrics_helper.cc', |
| 320 'browser/interstitials/chrome_metrics_helper.h', | 310 'browser/interstitials/chrome_metrics_helper.h', |
| 321 'browser/interstitials/security_interstitial_page.cc', | 311 'browser/interstitials/security_interstitial_page.cc', |
| 322 'browser/interstitials/security_interstitial_page.h', | 312 'browser/interstitials/security_interstitial_page.h', |
| 323 'browser/intranet_redirect_detector.cc', | 313 'browser/intranet_redirect_detector.cc', |
| 324 'browser/intranet_redirect_detector.h', | 314 'browser/intranet_redirect_detector.h', |
| 325 'browser/invalidation/profile_invalidation_provider_factory.cc', | 315 'browser/invalidation/profile_invalidation_provider_factory.cc', |
| 326 'browser/invalidation/profile_invalidation_provider_factory.h', | 316 'browser/invalidation/profile_invalidation_provider_factory.h', |
| 327 'browser/io_thread.cc', | 317 'browser/io_thread.cc', |
| 328 'browser/io_thread.h', | 318 'browser/io_thread.h', |
| 329 'browser/jumplist_updater_win.cc', | |
| 330 'browser/jumplist_updater_win.h', | |
| 331 'browser/jumplist_win.cc', | |
| 332 'browser/jumplist_win.h', | |
| 333 'browser/lifetime/application_lifetime.cc', | 319 'browser/lifetime/application_lifetime.cc', |
| 334 'browser/lifetime/application_lifetime.h', | 320 'browser/lifetime/application_lifetime.h', |
| 335 'browser/lifetime/application_lifetime_mac.mm', | 321 'browser/lifetime/application_lifetime_mac.mm', |
| 336 'browser/mac/bluetooth_utility.h', | 322 'browser/mac/bluetooth_utility.h', |
| 337 'browser/mac/bluetooth_utility.mm', | 323 'browser/mac/bluetooth_utility.mm', |
| 338 'browser/mac/dock.h', | 324 'browser/mac/dock.h', |
| 339 'browser/mac/dock.mm', | 325 'browser/mac/dock.mm', |
| 340 'browser/mac/install_from_dmg.h', | 326 'browser/mac/install_from_dmg.h', |
| 341 'browser/mac/install_from_dmg.mm', | 327 'browser/mac/install_from_dmg.mm', |
| 342 'browser/mac/keystone_glue.h', | 328 'browser/mac/keystone_glue.h', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'browser/prerender/prerender_message_filter.cc', | 484 'browser/prerender/prerender_message_filter.cc', |
| 499 'browser/prerender/prerender_message_filter.h', | 485 'browser/prerender/prerender_message_filter.h', |
| 500 'browser/prerender/prerender_origin.cc', | 486 'browser/prerender/prerender_origin.cc', |
| 501 'browser/prerender/prerender_origin.h', | 487 'browser/prerender/prerender_origin.h', |
| 502 'browser/prerender/prerender_resource_throttle.cc', | 488 'browser/prerender/prerender_resource_throttle.cc', |
| 503 'browser/prerender/prerender_resource_throttle.h', | 489 'browser/prerender/prerender_resource_throttle.h', |
| 504 'browser/prerender/prerender_tab_helper.cc', | 490 'browser/prerender/prerender_tab_helper.cc', |
| 505 'browser/prerender/prerender_tab_helper.h', | 491 'browser/prerender/prerender_tab_helper.h', |
| 506 'browser/prerender/prerender_util.cc', | 492 'browser/prerender/prerender_util.cc', |
| 507 'browser/prerender/prerender_util.h', | 493 'browser/prerender/prerender_util.h', |
| 508 'browser/private_working_set_snapshot.h', | |
| 509 'browser/private_working_set_snapshot_win.cc', | |
| 510 'browser/process_resource_usage.cc', | 494 'browser/process_resource_usage.cc', |
| 511 'browser/process_resource_usage.h', | 495 'browser/process_resource_usage.h', |
| 512 'browser/process_singleton.h', | 496 'browser/process_singleton.h', |
| 513 'browser/process_singleton_win.cc', | 497 'browser/process_singleton_win.cc', |
| 514 'browser/profiles/incognito_mode_policy_handler.cc', | 498 'browser/profiles/incognito_mode_policy_handler.cc', |
| 515 'browser/profiles/incognito_mode_policy_handler.h', | 499 'browser/profiles/incognito_mode_policy_handler.h', |
| 516 'browser/push_messaging/push_messaging_app_identifier.cc', | 500 'browser/push_messaging/push_messaging_app_identifier.cc', |
| 517 'browser/push_messaging/push_messaging_app_identifier.h', | 501 'browser/push_messaging/push_messaging_app_identifier.h', |
| 518 'browser/push_messaging/push_messaging_constants.cc', | 502 'browser/push_messaging/push_messaging_constants.cc', |
| 519 'browser/push_messaging/push_messaging_constants.h', | 503 'browser/push_messaging/push_messaging_constants.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 'browser/usb/usb_chooser_context_factory.cc', | 655 'browser/usb/usb_chooser_context_factory.cc', |
| 672 'browser/usb/usb_chooser_context_factory.h', | 656 'browser/usb/usb_chooser_context_factory.h', |
| 673 'browser/usb/usb_tab_helper.cc', | 657 'browser/usb/usb_tab_helper.cc', |
| 674 'browser/usb/usb_tab_helper.h', | 658 'browser/usb/usb_tab_helper.h', |
| 675 'browser/usb/web_usb_histograms.cc', | 659 'browser/usb/web_usb_histograms.cc', |
| 676 'browser/usb/web_usb_histograms.h', | 660 'browser/usb/web_usb_histograms.h', |
| 677 'browser/usb/web_usb_permission_provider.cc', | 661 'browser/usb/web_usb_permission_provider.cc', |
| 678 'browser/usb/web_usb_permission_provider.h', | 662 'browser/usb/web_usb_permission_provider.h', |
| 679 'browser/web_data_service_factory.cc', | 663 'browser/web_data_service_factory.cc', |
| 680 'browser/web_data_service_factory.h', | 664 'browser/web_data_service_factory.h', |
| 665 'browser/win/app_icon.cc', |
| 666 'browser/win/app_icon.h', |
| 667 'browser/win/browser_util.cc', |
| 668 'browser/win/browser_util.h', |
| 669 'browser/win/chrome_elf_init.cc', |
| 670 'browser/win/chrome_elf_init.h', |
| 671 'browser/win/chrome_select_file_dialog_factory.cc', |
| 672 'browser/win/chrome_select_file_dialog_factory.h', |
| 673 'browser/win/enumerate_modules_model.cc', |
| 674 'browser/win/enumerate_modules_model.h', |
| 675 'browser/win/jumplist.cc', |
| 676 'browser/win/jumplist.h', |
| 677 'browser/win/jumplist_updater.cc', |
| 678 'browser/win/jumplist_updater.h', |
| 679 'browser/win/private_working_set_snapshot.cc', |
| 680 'browser/win/private_working_set_snapshot.h', |
| 681 'browser/win/settings_app_monitor.cc', | 681 'browser/win/settings_app_monitor.cc', |
| 682 'browser/win/settings_app_monitor.h', | 682 'browser/win/settings_app_monitor.h', |
| 683 ], | 683 ], |
| 684 # Android sources included regardless of android_java_ui. | 684 # Android sources included regardless of android_java_ui. |
| 685 'chrome_browser_android_sources': [ | 685 'chrome_browser_android_sources': [ |
| 686 'browser/media/protected_media_identifier_permission_context.cc', | 686 'browser/media/protected_media_identifier_permission_context.cc', |
| 687 'browser/media/protected_media_identifier_permission_context.h', | 687 'browser/media/protected_media_identifier_permission_context.h', |
| 688 ], | 688 ], |
| 689 # Browser sources used when android_java_ui is enabled. | 689 # Browser sources used when android_java_ui is enabled. |
| 690 'chrome_browser_android_java_ui_sources': [ | 690 'chrome_browser_android_java_ui_sources': [ |
| (...skipping 3600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4291 '../components/components.gyp:rlz', | 4291 '../components/components.gyp:rlz', |
| 4292 '../components/components.gyp:search_engines', | 4292 '../components/components.gyp:search_engines', |
| 4293 '../rlz/rlz.gyp:rlz_lib', | 4293 '../rlz/rlz.gyp:rlz_lib', |
| 4294 'common', | 4294 'common', |
| 4295 ], | 4295 ], |
| 4296 }, | 4296 }, |
| 4297 ], | 4297 ], |
| 4298 }], | 4298 }], |
| 4299 ], | 4299 ], |
| 4300 } | 4300 } |
| OLD | NEW |