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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2088613002: Move c/b/crash_upload_list* to subdir with OWNERS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crash-list-all
Patch Set: Created 4 years, 6 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
« no previous file with comments | « chrome/browser/ui/webui/flash_ui.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 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'browser/component_updater/recovery_component_installer.cc', 176 'browser/component_updater/recovery_component_installer.cc',
177 'browser/component_updater/recovery_component_installer.h', 177 'browser/component_updater/recovery_component_installer.h',
178 'browser/component_updater/sth_set_component_installer.cc', 178 'browser/component_updater/sth_set_component_installer.cc',
179 'browser/component_updater/sth_set_component_installer.h', 179 'browser/component_updater/sth_set_component_installer.h',
180 'browser/component_updater/supervised_user_whitelist_installer.cc', 180 'browser/component_updater/supervised_user_whitelist_installer.cc',
181 'browser/component_updater/supervised_user_whitelist_installer.h', 181 'browser/component_updater/supervised_user_whitelist_installer.h',
182 'browser/component_updater/sw_reporter_installer_win.cc', 182 'browser/component_updater/sw_reporter_installer_win.cc',
183 'browser/component_updater/sw_reporter_installer_win.h', 183 'browser/component_updater/sw_reporter_installer_win.h',
184 'browser/component_updater/swiftshader_component_installer.cc', 184 'browser/component_updater/swiftshader_component_installer.cc',
185 'browser/component_updater/swiftshader_component_installer.h', 185 'browser/component_updater/swiftshader_component_installer.h',
186 'browser/crash_upload_list.cc', 186 'browser/crash_upload_list/crash_upload_list.cc',
187 'browser/crash_upload_list.h', 187 'browser/crash_upload_list/crash_upload_list.h',
188 'browser/custom_handlers/protocol_handler_registry.cc', 188 'browser/custom_handlers/protocol_handler_registry.cc',
189 'browser/custom_handlers/protocol_handler_registry.h', 189 'browser/custom_handlers/protocol_handler_registry.h',
190 'browser/custom_handlers/protocol_handler_registry_factory.cc', 190 'browser/custom_handlers/protocol_handler_registry_factory.cc',
191 'browser/custom_handlers/protocol_handler_registry_factory.h', 191 'browser/custom_handlers/protocol_handler_registry_factory.h',
192 'browser/defaults.cc', 192 'browser/defaults.cc',
193 'browser/defaults.h', 193 'browser/defaults.h',
194 'browser/dom_distiller/dom_distiller_service_factory.cc', 194 'browser/dom_distiller/dom_distiller_service_factory.cc',
195 'browser/dom_distiller/dom_distiller_service_factory.h', 195 'browser/dom_distiller/dom_distiller_service_factory.h',
196 'browser/dom_distiller/lazy_dom_distiller_service.cc', 196 'browser/dom_distiller/lazy_dom_distiller_service.cc',
197 'browser/dom_distiller/lazy_dom_distiller_service.h', 197 'browser/dom_distiller/lazy_dom_distiller_service.h',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'browser/thumbnails/thumbnail_service_factory.h', 643 'browser/thumbnails/thumbnail_service_factory.h',
644 'browser/thumbnails/thumbnail_service_impl.cc', 644 'browser/thumbnails/thumbnail_service_impl.cc',
645 'browser/thumbnails/thumbnail_service_impl.h', 645 'browser/thumbnails/thumbnail_service_impl.h',
646 'browser/thumbnails/thumbnail_tab_helper.cc', 646 'browser/thumbnails/thumbnail_tab_helper.cc',
647 'browser/thumbnails/thumbnail_tab_helper.h', 647 'browser/thumbnails/thumbnail_tab_helper.h',
648 'browser/thumbnails/thumbnailing_algorithm.h', 648 'browser/thumbnails/thumbnailing_algorithm.h',
649 'browser/thumbnails/thumbnailing_context.cc', 649 'browser/thumbnails/thumbnailing_context.cc',
650 'browser/thumbnails/thumbnailing_context.h', 650 'browser/thumbnails/thumbnailing_context.h',
651 'browser/tracing/background_tracing_field_trial.cc', 651 'browser/tracing/background_tracing_field_trial.cc',
652 'browser/tracing/background_tracing_field_trial.h', 652 'browser/tracing/background_tracing_field_trial.h',
653 'browser/tracing/chrome_tracing_delegate.cc',
654 'browser/tracing/chrome_tracing_delegate.h',
Lei Zhang 2016/06/21 07:24:36 sorting is hard
653 'browser/tracing/crash_service_uploader.cc', 655 'browser/tracing/crash_service_uploader.cc',
654 'browser/tracing/crash_service_uploader.h', 656 'browser/tracing/crash_service_uploader.h',
655 'browser/tracing/chrome_tracing_delegate.cc',
656 'browser/tracing/chrome_tracing_delegate.h',
657 'browser/tracing/navigation_tracing.cc', 657 'browser/tracing/navigation_tracing.cc',
658 'browser/tracing/navigation_tracing.h', 658 'browser/tracing/navigation_tracing.h',
659 'browser/translate/chrome_translate_client.cc', 659 'browser/translate/chrome_translate_client.cc',
660 'browser/translate/chrome_translate_client.h', 660 'browser/translate/chrome_translate_client.h',
661 'browser/translate/translate_accept_languages_factory.cc', 661 'browser/translate/translate_accept_languages_factory.cc',
662 'browser/translate/translate_accept_languages_factory.h', 662 'browser/translate/translate_accept_languages_factory.h',
663 'browser/translate/translate_service.cc', 663 'browser/translate/translate_service.cc',
664 'browser/translate/translate_service.h', 664 'browser/translate/translate_service.h',
665 'browser/update_client/chrome_update_query_params_delegate.cc', 665 'browser/update_client/chrome_update_query_params_delegate.cc',
666 'browser/update_client/chrome_update_query_params_delegate.h', 666 'browser/update_client/chrome_update_query_params_delegate.h',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 'browser/sync/sync_ui_util.cc', 1455 'browser/sync/sync_ui_util.cc',
1456 'browser/sync/sync_ui_util.h', 1456 'browser/sync/sync_ui_util.h',
1457 'browser/upgrade_detector.cc', 1457 'browser/upgrade_detector.cc',
1458 'browser/upgrade_detector.h', 1458 'browser/upgrade_detector.h',
1459 'browser/usb/usb_chooser_controller.cc', 1459 'browser/usb/usb_chooser_controller.cc',
1460 'browser/usb/usb_chooser_controller.h', 1460 'browser/usb/usb_chooser_controller.h',
1461 'browser/usb/web_usb_chooser_service.cc', 1461 'browser/usb/web_usb_chooser_service.cc',
1462 'browser/usb/web_usb_chooser_service.h', 1462 'browser/usb/web_usb_chooser_service.h',
1463 ], 1463 ],
1464 'chrome_browser_win_sources': [ 1464 'chrome_browser_win_sources': [
1465 'browser/downgrade/user_data_downgrade.cc',
1466 'browser/downgrade/user_data_downgrade.h',
1465 'browser/first_run/try_chrome_dialog_view.cc', 1467 'browser/first_run/try_chrome_dialog_view.cc',
1466 'browser/first_run/try_chrome_dialog_view.h', 1468 'browser/first_run/try_chrome_dialog_view.h',
1467 'browser/first_run/upgrade_util.cc', 1469 'browser/first_run/upgrade_util.cc',
1468 'browser/google/did_run_updater_win.cc', 1470 'browser/google/did_run_updater_win.cc',
1469 'browser/google/did_run_updater_win.h', 1471 'browser/google/did_run_updater_win.h',
1470 'browser/hang_monitor/hang_crash_dump_win.cc', 1472 'browser/hang_monitor/hang_crash_dump_win.cc',
1471 'browser/hang_monitor/hang_crash_dump_win.h', 1473 'browser/hang_monitor/hang_crash_dump_win.h',
1472 'browser/metrics/antivirus_metrics_provider_win.cc', 1474 'browser/metrics/antivirus_metrics_provider_win.cc',
1473 'browser/metrics/antivirus_metrics_provider_win.h', 1475 'browser/metrics/antivirus_metrics_provider_win.h',
1474 'browser/password_manager/password_manager_util_win.cc', 1476 'browser/password_manager/password_manager_util_win.cc',
1475 'browser/password_manager/password_manager_util_win.h', 1477 'browser/password_manager/password_manager_util_win.h',
1476 'browser/themes/theme_service_win.cc', 1478 'browser/themes/theme_service_win.cc',
1477 'browser/themes/theme_service_win.h', 1479 'browser/themes/theme_service_win.h',
1478 'browser/downgrade/user_data_downgrade.cc',
1479 'browser/downgrade/user_data_downgrade.h',
1480 ], 1480 ],
1481 'chrome_browser_non_win_sources': [ 1481 'chrome_browser_non_win_sources': [
1482 'browser/profile_resetter/triggered_profile_resetter_stub.cc', 1482 'browser/profile_resetter/triggered_profile_resetter_stub.cc',
1483 'browser/profiles/profile_shortcut_manager_stub.cc', 1483 'browser/profiles/profile_shortcut_manager_stub.cc',
1484 ], 1484 ],
1485 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1485 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1486 'chrome_browser_win_mac_sources': [ 1486 'chrome_browser_win_mac_sources': [
1487 'browser/crash_upload_list_crashpad.cc', 1487 'browser/crash_upload_list/crash_upload_list_crashpad.cc',
1488 'browser/crash_upload_list_crashpad.h', 1488 'browser/crash_upload_list/crash_upload_list_crashpad.h',
1489 'browser/media_galleries/fileapi/file_path_watcher_util.cc', 1489 'browser/media_galleries/fileapi/file_path_watcher_util.cc',
1490 'browser/media_galleries/fileapi/file_path_watcher_util.h', 1490 'browser/media_galleries/fileapi/file_path_watcher_util.h',
1491 'browser/media_galleries/fileapi/iapps_data_provider.cc', 1491 'browser/media_galleries/fileapi/iapps_data_provider.cc',
1492 'browser/media_galleries/fileapi/iapps_data_provider.h', 1492 'browser/media_galleries/fileapi/iapps_data_provider.h',
1493 'browser/media_galleries/fileapi/itunes_data_provider.cc', 1493 'browser/media_galleries/fileapi/itunes_data_provider.cc',
1494 'browser/media_galleries/fileapi/itunes_data_provider.h', 1494 'browser/media_galleries/fileapi/itunes_data_provider.h',
1495 'browser/media_galleries/fileapi/itunes_file_util.cc', 1495 'browser/media_galleries/fileapi/itunes_file_util.cc',
1496 'browser/media_galleries/fileapi/itunes_file_util.h', 1496 'browser/media_galleries/fileapi/itunes_file_util.h',
1497 'browser/media_galleries/fileapi/picasa_data_provider.cc', 1497 'browser/media_galleries/fileapi/picasa_data_provider.cc',
1498 'browser/media_galleries/fileapi/picasa_data_provider.h', 1498 'browser/media_galleries/fileapi/picasa_data_provider.h',
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 'browser/notifications/desktop_notification_profile_util.cc', 2194 'browser/notifications/desktop_notification_profile_util.cc',
2195 'browser/notifications/desktop_notification_profile_util.h', 2195 'browser/notifications/desktop_notification_profile_util.h',
2196 'browser/notifications/login_state_notification_blocker_chromeos.cc', 2196 'browser/notifications/login_state_notification_blocker_chromeos.cc',
2197 'browser/notifications/login_state_notification_blocker_chromeos.h', 2197 'browser/notifications/login_state_notification_blocker_chromeos.h',
2198 'browser/notifications/message_center_display_service.cc', 2198 'browser/notifications/message_center_display_service.cc',
2199 'browser/notifications/message_center_display_service.h', 2199 'browser/notifications/message_center_display_service.h',
2200 'browser/notifications/native_notification_display_service.cc', 2200 'browser/notifications/native_notification_display_service.cc',
2201 'browser/notifications/native_notification_display_service.h', 2201 'browser/notifications/native_notification_display_service.h',
2202 'browser/notifications/notification.cc', 2202 'browser/notifications/notification.cc',
2203 'browser/notifications/notification.h', 2203 'browser/notifications/notification.h',
2204 'browser/notifications/notification_builder_mac.h',
2204 'browser/notifications/notification_builder_mac.mm', 2205 'browser/notifications/notification_builder_mac.mm',
2205 'browser/notifications/notification_builder_mac.h',
2206 'browser/notifications/notification_delegate.h', 2206 'browser/notifications/notification_delegate.h',
2207 'browser/notifications/notification_display_service.h', 2207 'browser/notifications/notification_display_service.h',
2208 'browser/notifications/notification_display_service_factory.cc', 2208 'browser/notifications/notification_display_service_factory.cc',
2209 'browser/notifications/notification_display_service_factory.h', 2209 'browser/notifications/notification_display_service_factory.h',
2210 'browser/notifications/notification_object_proxy.cc', 2210 'browser/notifications/notification_object_proxy.cc',
2211 'browser/notifications/notification_object_proxy.h', 2211 'browser/notifications/notification_object_proxy.h',
2212 'browser/notifications/notification_permission_context.cc', 2212 'browser/notifications/notification_permission_context.cc',
2213 'browser/notifications/notification_permission_context.h', 2213 'browser/notifications/notification_permission_context.h',
2214 'browser/notifications/notification_platform_bridge.h', 2214 'browser/notifications/notification_platform_bridge.h',
2215 'browser/notifications/notification_platform_bridge_mac.h', 2215 'browser/notifications/notification_platform_bridge_mac.h',
(...skipping 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 '../components/components.gyp:rlz', 4278 '../components/components.gyp:rlz',
4279 '../components/components.gyp:search_engines', 4279 '../components/components.gyp:search_engines',
4280 '../rlz/rlz.gyp:rlz_lib', 4280 '../rlz/rlz.gyp:rlz_lib',
4281 'common', 4281 'common',
4282 ], 4282 ],
4283 }, 4283 },
4284 ], 4284 ],
4285 }], 4285 }],
4286 ], 4286 ],
4287 } 4287 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/flash_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698