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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 911153002: Moved the TraceUploader to chrome/ and abstracted it for alternative new upload destinations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 'browser/favicon/favicon_tab_helper.h', 1449 'browser/favicon/favicon_tab_helper.h',
1450 'browser/favicon/favicon_tab_helper_observer.h', 1450 'browser/favicon/favicon_tab_helper_observer.h',
1451 ], 1451 ],
1452 'chrome_browser_gnome_keyring_sources': [ 1452 'chrome_browser_gnome_keyring_sources': [
1453 'browser/password_manager/native_backend_gnome_x.cc', 1453 'browser/password_manager/native_backend_gnome_x.cc',
1454 'browser/password_manager/native_backend_gnome_x.h', 1454 'browser/password_manager/native_backend_gnome_x.h',
1455 ], 1455 ],
1456 'chrome_browser_libsecret_sources': [ 1456 'chrome_browser_libsecret_sources': [
1457 'browser/password_manager/native_backend_libsecret.cc', 1457 'browser/password_manager/native_backend_libsecret.cc',
1458 'browser/password_manager/native_backend_libsecret.h', 1458 'browser/password_manager/native_backend_libsecret.h',
1459 ], 1459 ],
1460 'chrome_browser_google_sources': [ 1460 'chrome_browser_google_sources': [
1461 'browser/google/chrome_google_url_tracker_client.cc', 1461 'browser/google/chrome_google_url_tracker_client.cc',
1462 'browser/google/chrome_google_url_tracker_client.h', 1462 'browser/google/chrome_google_url_tracker_client.h',
1463 'browser/google/google_brand.cc', 1463 'browser/google/google_brand.cc',
1464 'browser/google/google_brand.h', 1464 'browser/google/google_brand.h',
1465 'browser/google/google_brand_chromeos.cc', 1465 'browser/google/google_brand_chromeos.cc',
1466 'browser/google/google_brand_chromeos.h', 1466 'browser/google/google_brand_chromeos.h',
1467 'browser/google/google_profile_helper.cc', 1467 'browser/google/google_profile_helper.cc',
1468 'browser/google/google_profile_helper.h', 1468 'browser/google/google_profile_helper.h',
1469 'browser/google/google_search_counter.cc', 1469 'browser/google/google_search_counter.cc',
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2770 'browser/themes/theme_properties.cc', 2770 'browser/themes/theme_properties.cc',
2771 'browser/themes/theme_properties.h', 2771 'browser/themes/theme_properties.h',
2772 'browser/themes/theme_service.cc', 2772 'browser/themes/theme_service.cc',
2773 'browser/themes/theme_service_factory.cc', 2773 'browser/themes/theme_service_factory.cc',
2774 'browser/themes/theme_service_factory.h', 2774 'browser/themes/theme_service_factory.h',
2775 'browser/themes/theme_service.h', 2775 'browser/themes/theme_service.h',
2776 'browser/themes/theme_service_mac.mm', 2776 'browser/themes/theme_service_mac.mm',
2777 'browser/themes/theme_syncable_service.cc', 2777 'browser/themes/theme_syncable_service.cc',
2778 'browser/themes/theme_syncable_service.h', 2778 'browser/themes/theme_syncable_service.h',
2779 ], 2779 ],
2780 'chrome_browser_tracing_sources': [
Lei Zhang 2015/02/10 20:32:33 You need to include this set of files in the GN bu
2781 'browser/tracing/chrome_tracing_delegate.cc',
2782 'browser/tracing/chrome_tracing_delegate.h',
2783 'browser/tracing/crash_service_uploader.cc',
2784 'browser/tracing/crash_service_uploader.h',
2785 ],
2780 'chrome_browser_undo_sources': [ 2786 'chrome_browser_undo_sources': [
2781 'browser/undo/bookmark_undo_service.cc', 2787 'browser/undo/bookmark_undo_service.cc',
2782 'browser/undo/bookmark_undo_service_factory.cc', 2788 'browser/undo/bookmark_undo_service_factory.cc',
2783 'browser/undo/bookmark_undo_service_factory.h', 2789 'browser/undo/bookmark_undo_service_factory.h',
2784 'browser/undo/bookmark_undo_service.h', 2790 'browser/undo/bookmark_undo_service.h',
2785 'browser/undo/bookmark_undo_utils.cc', 2791 'browser/undo/bookmark_undo_utils.cc',
2786 'browser/undo/bookmark_undo_utils.h', 2792 'browser/undo/bookmark_undo_utils.h',
2787 'browser/undo/undo_manager.cc', 2793 'browser/undo/undo_manager.cc',
2788 'browser/undo/undo_manager.h', 2794 'browser/undo/undo_manager.h',
2789 ], 2795 ],
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 '<@(chrome_browser_password_manager_sources)', 3018 '<@(chrome_browser_password_manager_sources)',
3013 '<@(chrome_browser_predictor_sources)', 3019 '<@(chrome_browser_predictor_sources)',
3014 '<@(chrome_browser_pref_sources)', 3020 '<@(chrome_browser_pref_sources)',
3015 '<@(chrome_browser_profiles_sources)', 3021 '<@(chrome_browser_profiles_sources)',
3016 '<@(chrome_browser_search_engines_sources)', 3022 '<@(chrome_browser_search_engines_sources)',
3017 '<@(chrome_browser_services_sources)', 3023 '<@(chrome_browser_services_sources)',
3018 '<@(chrome_browser_session_sources)', 3024 '<@(chrome_browser_session_sources)',
3019 '<@(chrome_browser_signin_sources)', 3025 '<@(chrome_browser_signin_sources)',
3020 '<@(chrome_browser_ssl_sources)', 3026 '<@(chrome_browser_ssl_sources)',
3021 '<@(chrome_browser_sync_sources)', 3027 '<@(chrome_browser_sync_sources)',
3028 '<@(chrome_browser_tracing_sources)',
Lei Zhang 2015/02/10 20:32:33 This is in a !IOS block. Does Android need this co
oystein (OOO til 10th of July) 2015/02/10 21:08:12 Good point; we hope to eventually reuse parts of t
3022 '<@(chrome_browser_web_resource_sources)', 3029 '<@(chrome_browser_web_resource_sources)',
3023 3030
3024 # These files are generated by GRIT. 3031 # These files are generated by GRIT.
3025 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3032 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3026 '<(grit_out_dir)/grit/theme_resources_map.cc', 3033 '<(grit_out_dir)/grit/theme_resources_map.cc',
3027 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3034 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3028 3035
3029 # This file is generated by 3036 # This file is generated by
3030 # chrome/browser/metrics/variations/generate_resources_map.py 3037 # chrome/browser/metrics/variations/generate_resources_map.py
3031 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc', 3038 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3690 'variables': { 3697 'variables': {
3691 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3698 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3692 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3699 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3693 }, 3700 },
3694 'includes': [ '../build/protoc.gypi' ] 3701 'includes': [ '../build/protoc.gypi' ]
3695 }, 3702 },
3696 ], 3703 ],
3697 },], 3704 },],
3698 ], 3705 ],
3699 } 3706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698