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

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: rebase 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/subresource_filter_component_installer.cc', 180 'browser/component_updater/subresource_filter_component_installer.cc',
181 'browser/component_updater/subresource_filter_component_installer.h', 181 'browser/component_updater/subresource_filter_component_installer.h',
182 'browser/component_updater/supervised_user_whitelist_installer.cc', 182 'browser/component_updater/supervised_user_whitelist_installer.cc',
183 'browser/component_updater/supervised_user_whitelist_installer.h', 183 'browser/component_updater/supervised_user_whitelist_installer.h',
184 'browser/component_updater/sw_reporter_installer_win.cc', 184 'browser/component_updater/sw_reporter_installer_win.cc',
185 'browser/component_updater/sw_reporter_installer_win.h', 185 'browser/component_updater/sw_reporter_installer_win.h',
186 'browser/component_updater/swiftshader_component_installer.cc', 186 'browser/component_updater/swiftshader_component_installer.cc',
187 'browser/component_updater/swiftshader_component_installer.h', 187 'browser/component_updater/swiftshader_component_installer.h',
188 'browser/crash_upload_list.cc', 188 'browser/crash_upload_list/crash_upload_list.cc',
189 'browser/crash_upload_list.h', 189 'browser/crash_upload_list/crash_upload_list.h',
190 'browser/custom_handlers/protocol_handler_registry.cc', 190 'browser/custom_handlers/protocol_handler_registry.cc',
191 'browser/custom_handlers/protocol_handler_registry.h', 191 'browser/custom_handlers/protocol_handler_registry.h',
192 'browser/custom_handlers/protocol_handler_registry_factory.cc', 192 'browser/custom_handlers/protocol_handler_registry_factory.cc',
193 'browser/custom_handlers/protocol_handler_registry_factory.h', 193 'browser/custom_handlers/protocol_handler_registry_factory.h',
194 'browser/defaults.cc', 194 'browser/defaults.cc',
195 'browser/defaults.h', 195 'browser/defaults.h',
196 'browser/dom_distiller/dom_distiller_service_factory.cc', 196 'browser/dom_distiller/dom_distiller_service_factory.cc',
197 'browser/dom_distiller/dom_distiller_service_factory.h', 197 'browser/dom_distiller/dom_distiller_service_factory.h',
198 'browser/dom_distiller/lazy_dom_distiller_service.cc', 198 'browser/dom_distiller/lazy_dom_distiller_service.cc',
199 'browser/dom_distiller/lazy_dom_distiller_service.h', 199 'browser/dom_distiller/lazy_dom_distiller_service.h',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'browser/thumbnails/thumbnail_service_factory.h', 645 'browser/thumbnails/thumbnail_service_factory.h',
646 'browser/thumbnails/thumbnail_service_impl.cc', 646 'browser/thumbnails/thumbnail_service_impl.cc',
647 'browser/thumbnails/thumbnail_service_impl.h', 647 'browser/thumbnails/thumbnail_service_impl.h',
648 'browser/thumbnails/thumbnail_tab_helper.cc', 648 'browser/thumbnails/thumbnail_tab_helper.cc',
649 'browser/thumbnails/thumbnail_tab_helper.h', 649 'browser/thumbnails/thumbnail_tab_helper.h',
650 'browser/thumbnails/thumbnailing_algorithm.h', 650 'browser/thumbnails/thumbnailing_algorithm.h',
651 'browser/thumbnails/thumbnailing_context.cc', 651 'browser/thumbnails/thumbnailing_context.cc',
652 'browser/thumbnails/thumbnailing_context.h', 652 'browser/thumbnails/thumbnailing_context.h',
653 'browser/tracing/background_tracing_field_trial.cc', 653 'browser/tracing/background_tracing_field_trial.cc',
654 'browser/tracing/background_tracing_field_trial.h', 654 'browser/tracing/background_tracing_field_trial.h',
655 'browser/tracing/chrome_tracing_delegate.cc',
656 'browser/tracing/chrome_tracing_delegate.h',
655 'browser/tracing/crash_service_uploader.cc', 657 'browser/tracing/crash_service_uploader.cc',
656 'browser/tracing/crash_service_uploader.h', 658 'browser/tracing/crash_service_uploader.h',
657 'browser/tracing/chrome_tracing_delegate.cc',
658 'browser/tracing/chrome_tracing_delegate.h',
659 'browser/tracing/navigation_tracing.cc', 659 'browser/tracing/navigation_tracing.cc',
660 'browser/tracing/navigation_tracing.h', 660 'browser/tracing/navigation_tracing.h',
661 'browser/translate/chrome_translate_client.cc', 661 'browser/translate/chrome_translate_client.cc',
662 'browser/translate/chrome_translate_client.h', 662 'browser/translate/chrome_translate_client.h',
663 'browser/translate/translate_accept_languages_factory.cc', 663 'browser/translate/translate_accept_languages_factory.cc',
664 'browser/translate/translate_accept_languages_factory.h', 664 'browser/translate/translate_accept_languages_factory.h',
665 'browser/translate/translate_service.cc', 665 'browser/translate/translate_service.cc',
666 'browser/translate/translate_service.h', 666 'browser/translate/translate_service.h',
667 'browser/update_client/chrome_update_query_params_delegate.cc', 667 'browser/update_client/chrome_update_query_params_delegate.cc',
668 'browser/update_client/chrome_update_query_params_delegate.h', 668 'browser/update_client/chrome_update_query_params_delegate.h',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 'browser/sync/sync_ui_util.cc', 1457 'browser/sync/sync_ui_util.cc',
1458 'browser/sync/sync_ui_util.h', 1458 'browser/sync/sync_ui_util.h',
1459 'browser/upgrade_detector.cc', 1459 'browser/upgrade_detector.cc',
1460 'browser/upgrade_detector.h', 1460 'browser/upgrade_detector.h',
1461 'browser/usb/usb_chooser_controller.cc', 1461 'browser/usb/usb_chooser_controller.cc',
1462 'browser/usb/usb_chooser_controller.h', 1462 'browser/usb/usb_chooser_controller.h',
1463 'browser/usb/web_usb_chooser_service.cc', 1463 'browser/usb/web_usb_chooser_service.cc',
1464 'browser/usb/web_usb_chooser_service.h', 1464 'browser/usb/web_usb_chooser_service.h',
1465 ], 1465 ],
1466 'chrome_browser_win_sources': [ 1466 'chrome_browser_win_sources': [
1467 'browser/downgrade/user_data_downgrade.cc',
1468 'browser/downgrade/user_data_downgrade.h',
1467 'browser/first_run/try_chrome_dialog_view.cc', 1469 'browser/first_run/try_chrome_dialog_view.cc',
1468 'browser/first_run/try_chrome_dialog_view.h', 1470 'browser/first_run/try_chrome_dialog_view.h',
1469 'browser/first_run/upgrade_util.cc', 1471 'browser/first_run/upgrade_util.cc',
1470 'browser/google/did_run_updater_win.cc', 1472 'browser/google/did_run_updater_win.cc',
1471 'browser/google/did_run_updater_win.h', 1473 'browser/google/did_run_updater_win.h',
1472 'browser/hang_monitor/hang_crash_dump_win.cc', 1474 'browser/hang_monitor/hang_crash_dump_win.cc',
1473 'browser/hang_monitor/hang_crash_dump_win.h', 1475 'browser/hang_monitor/hang_crash_dump_win.h',
1474 'browser/metrics/antivirus_metrics_provider_win.cc', 1476 'browser/metrics/antivirus_metrics_provider_win.cc',
1475 'browser/metrics/antivirus_metrics_provider_win.h', 1477 'browser/metrics/antivirus_metrics_provider_win.h',
1476 'browser/password_manager/password_manager_util_win.cc', 1478 'browser/password_manager/password_manager_util_win.cc',
1477 'browser/password_manager/password_manager_util_win.h', 1479 'browser/password_manager/password_manager_util_win.h',
1478 'browser/themes/theme_service_win.cc', 1480 'browser/themes/theme_service_win.cc',
1479 'browser/themes/theme_service_win.h', 1481 'browser/themes/theme_service_win.h',
1480 'browser/downgrade/user_data_downgrade.cc',
1481 'browser/downgrade/user_data_downgrade.h',
1482 ], 1482 ],
1483 'chrome_browser_non_win_sources': [ 1483 'chrome_browser_non_win_sources': [
1484 'browser/profile_resetter/triggered_profile_resetter_stub.cc', 1484 'browser/profile_resetter/triggered_profile_resetter_stub.cc',
1485 'browser/profiles/profile_shortcut_manager_stub.cc', 1485 'browser/profiles/profile_shortcut_manager_stub.cc',
1486 ], 1486 ],
1487 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1487 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1488 'chrome_browser_win_mac_sources': [ 1488 'chrome_browser_win_mac_sources': [
1489 'browser/crash_upload_list_crashpad.cc', 1489 'browser/crash_upload_list/crash_upload_list_crashpad.cc',
1490 'browser/crash_upload_list_crashpad.h', 1490 'browser/crash_upload_list/crash_upload_list_crashpad.h',
1491 'browser/media_galleries/fileapi/file_path_watcher_util.cc', 1491 'browser/media_galleries/fileapi/file_path_watcher_util.cc',
1492 'browser/media_galleries/fileapi/file_path_watcher_util.h', 1492 'browser/media_galleries/fileapi/file_path_watcher_util.h',
1493 'browser/media_galleries/fileapi/iapps_data_provider.cc', 1493 'browser/media_galleries/fileapi/iapps_data_provider.cc',
1494 'browser/media_galleries/fileapi/iapps_data_provider.h', 1494 'browser/media_galleries/fileapi/iapps_data_provider.h',
1495 'browser/media_galleries/fileapi/itunes_data_provider.cc', 1495 'browser/media_galleries/fileapi/itunes_data_provider.cc',
1496 'browser/media_galleries/fileapi/itunes_data_provider.h', 1496 'browser/media_galleries/fileapi/itunes_data_provider.h',
1497 'browser/media_galleries/fileapi/itunes_file_util.cc', 1497 'browser/media_galleries/fileapi/itunes_file_util.cc',
1498 'browser/media_galleries/fileapi/itunes_file_util.h', 1498 'browser/media_galleries/fileapi/itunes_file_util.h',
1499 'browser/media_galleries/fileapi/picasa_data_provider.cc', 1499 'browser/media_galleries/fileapi/picasa_data_provider.cc',
1500 'browser/media_galleries/fileapi/picasa_data_provider.h', 1500 'browser/media_galleries/fileapi/picasa_data_provider.h',
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
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