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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 577823002: Moves ProfilerMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaase Created 6 years, 3 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/profiler_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'browser/metrics/metrics_service_accessor.cc', 678 'browser/metrics/metrics_service_accessor.cc',
679 'browser/metrics/metrics_service_accessor.h', 679 'browser/metrics/metrics_service_accessor.h',
680 'browser/metrics/metrics_services_manager.cc', 680 'browser/metrics/metrics_services_manager.cc',
681 'browser/metrics/metrics_services_manager.h', 681 'browser/metrics/metrics_services_manager.h',
682 'browser/metrics/network_stats_uploader.cc', 682 'browser/metrics/network_stats_uploader.cc',
683 'browser/metrics/network_stats_uploader.h', 683 'browser/metrics/network_stats_uploader.h',
684 'browser/metrics/omnibox_metrics_provider.cc', 684 'browser/metrics/omnibox_metrics_provider.cc',
685 'browser/metrics/omnibox_metrics_provider.h', 685 'browser/metrics/omnibox_metrics_provider.h',
686 'browser/metrics/perf_provider_chromeos.cc', 686 'browser/metrics/perf_provider_chromeos.cc',
687 'browser/metrics/perf_provider_chromeos.h', 687 'browser/metrics/perf_provider_chromeos.h',
688 'browser/metrics/profiler_metrics_provider.cc',
689 'browser/metrics/profiler_metrics_provider.h',
690 'browser/metrics/rappor/sampling.cc', 688 'browser/metrics/rappor/sampling.cc',
691 'browser/metrics/rappor/sampling.h', 689 'browser/metrics/rappor/sampling.h',
692 'browser/metrics/signin_status_metrics_provider.cc', 690 'browser/metrics/signin_status_metrics_provider.cc',
693 'browser/metrics/signin_status_metrics_provider.h', 691 'browser/metrics/signin_status_metrics_provider.h',
694 'browser/metrics/thread_watcher.cc', 692 'browser/metrics/thread_watcher.cc',
695 'browser/metrics/thread_watcher.h', 693 'browser/metrics/thread_watcher.h',
696 'browser/metrics/thread_watcher_android.cc', 694 'browser/metrics/thread_watcher_android.cc',
697 'browser/metrics/thread_watcher_android.h', 695 'browser/metrics/thread_watcher_android.h',
698 'browser/metrics/time_ticks_experiment_win.cc', 696 'browser/metrics/time_ticks_experiment_win.cc',
699 'browser/metrics/time_ticks_experiment_win.h', 697 'browser/metrics/time_ticks_experiment_win.h',
700 'browser/metrics/tracking_synchronizer.cc',
701 'browser/metrics/tracking_synchronizer.h',
702 'browser/metrics/tracking_synchronizer_observer.h',
703 'browser/metrics/variations/generated_resources_map.h', 698 'browser/metrics/variations/generated_resources_map.h',
704 'browser/metrics/variations/generated_resources_map_lookup.cc', 699 'browser/metrics/variations/generated_resources_map_lookup.cc',
705 'browser/metrics/variations/variations_registry_syncer_win.cc', 700 'browser/metrics/variations/variations_registry_syncer_win.cc',
706 'browser/metrics/variations/variations_registry_syncer_win.h', 701 'browser/metrics/variations/variations_registry_syncer_win.h',
707 'browser/metrics/variations/variations_request_scheduler.cc', 702 'browser/metrics/variations/variations_request_scheduler.cc',
708 'browser/metrics/variations/variations_request_scheduler.h', 703 'browser/metrics/variations/variations_request_scheduler.h',
709 'browser/metrics/variations/variations_seed_store.cc', 704 'browser/metrics/variations/variations_seed_store.cc',
710 'browser/metrics/variations/variations_seed_store.h', 705 'browser/metrics/variations/variations_seed_store.h',
711 'browser/metrics/variations/variations_service.cc', 706 'browser/metrics/variations/variations_service.cc',
712 'browser/metrics/variations/variations_service.h', 707 'browser/metrics/variations/variations_service.h',
(...skipping 2078 matching lines...) Expand 10 before | Expand all | Expand 10 after
2791 '../components/components.gyp:feedback_component', 2786 '../components/components.gyp:feedback_component',
2792 '../components/components.gyp:gcm_driver', 2787 '../components/components.gyp:gcm_driver',
2793 '../components/components.gyp:google_core_browser', 2788 '../components/components.gyp:google_core_browser',
2794 '../components/components.gyp:history_core_browser', 2789 '../components/components.gyp:history_core_browser',
2795 '../components/components.gyp:history_core_common', 2790 '../components/components.gyp:history_core_common',
2796 '../components/components.gyp:infobars_core', 2791 '../components/components.gyp:infobars_core',
2797 '../components/components.gyp:invalidation', 2792 '../components/components.gyp:invalidation',
2798 '../components/components.gyp:metrics', 2793 '../components/components.gyp:metrics',
2799 '../components/components.gyp:metrics_gpu', 2794 '../components/components.gyp:metrics_gpu',
2800 '../components/components.gyp:metrics_net', 2795 '../components/components.gyp:metrics_net',
2796 '../components/components.gyp:metrics_profiler',
2801 '../components/components.gyp:navigation_metrics', 2797 '../components/components.gyp:navigation_metrics',
2802 '../components/components.gyp:network_time', 2798 '../components/components.gyp:network_time',
2803 '../components/components.gyp:omaha_query_params', 2799 '../components/components.gyp:omaha_query_params',
2804 '../components/components.gyp:omnibox', 2800 '../components/components.gyp:omnibox',
2805 '../components/components.gyp:os_crypt', 2801 '../components/components.gyp:os_crypt',
2806 '../components/components.gyp:password_manager_core_browser', 2802 '../components/components.gyp:password_manager_core_browser',
2807 '../components/components.gyp:password_manager_core_common', 2803 '../components/components.gyp:password_manager_core_common',
2808 '../components/components.gyp:policy_component', 2804 '../components/components.gyp:policy_component',
2809 '../components/components.gyp:precache_core', 2805 '../components/components.gyp:precache_core',
2810 '../components/components.gyp:query_parser', 2806 '../components/components.gyp:query_parser',
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 'variables': { 3552 'variables': {
3557 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3553 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3558 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3554 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3559 }, 3555 },
3560 'includes': [ '../build/protoc.gypi' ] 3556 'includes': [ '../build/protoc.gypi' ]
3561 }, 3557 },
3562 ], 3558 ],
3563 },], 3559 },],
3564 ], 3560 ],
3565 } 3561 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/profiler_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698