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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 523273003: Moves GPUMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/metrics/gpu_metrics_provider_unittest.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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'browser/metrics/chrome_metrics_service_accessor.cc', 671 'browser/metrics/chrome_metrics_service_accessor.cc',
672 'browser/metrics/chrome_metrics_service_accessor.h', 672 'browser/metrics/chrome_metrics_service_accessor.h',
673 'browser/metrics/chrome_metrics_service_client.cc', 673 'browser/metrics/chrome_metrics_service_client.cc',
674 'browser/metrics/chrome_metrics_service_client.h', 674 'browser/metrics/chrome_metrics_service_client.h',
675 'browser/metrics/chrome_stability_metrics_provider.cc', 675 'browser/metrics/chrome_stability_metrics_provider.cc',
676 'browser/metrics/chrome_stability_metrics_provider.h', 676 'browser/metrics/chrome_stability_metrics_provider.h',
677 'browser/metrics/field_trial_synchronizer.cc', 677 'browser/metrics/field_trial_synchronizer.cc',
678 'browser/metrics/field_trial_synchronizer.h', 678 'browser/metrics/field_trial_synchronizer.h',
679 'browser/metrics/google_update_metrics_provider_win.cc', 679 'browser/metrics/google_update_metrics_provider_win.cc',
680 'browser/metrics/google_update_metrics_provider_win.h', 680 'browser/metrics/google_update_metrics_provider_win.h',
681 'browser/metrics/gpu_metrics_provider.cc',
682 'browser/metrics/gpu_metrics_provider.h',
683 'browser/metrics/metric_event_duration_details.h', 681 'browser/metrics/metric_event_duration_details.h',
684 'browser/metrics/metrics_reporting_state.cc', 682 'browser/metrics/metrics_reporting_state.cc',
685 'browser/metrics/metrics_reporting_state.h', 683 'browser/metrics/metrics_reporting_state.h',
686 'browser/metrics/metrics_service_accessor.cc', 684 'browser/metrics/metrics_service_accessor.cc',
687 'browser/metrics/metrics_service_accessor.h', 685 'browser/metrics/metrics_service_accessor.h',
688 'browser/metrics/metrics_services_manager.cc', 686 'browser/metrics/metrics_services_manager.cc',
689 'browser/metrics/metrics_services_manager.h', 687 'browser/metrics/metrics_services_manager.h',
690 'browser/metrics/network_stats_uploader.cc', 688 'browser/metrics/network_stats_uploader.cc',
691 'browser/metrics/network_stats_uploader.h', 689 'browser/metrics/network_stats_uploader.h',
692 'browser/metrics/omnibox_metrics_provider.cc', 690 'browser/metrics/omnibox_metrics_provider.cc',
(...skipping 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 '../components/components.gyp:favicon_base', 2787 '../components/components.gyp:favicon_base',
2790 '../components/components.gyp:favicon_core', 2788 '../components/components.gyp:favicon_core',
2791 '../components/components.gyp:feedback_component', 2789 '../components/components.gyp:feedback_component',
2792 '../components/components.gyp:gcm_driver', 2790 '../components/components.gyp:gcm_driver',
2793 '../components/components.gyp:google_core_browser', 2791 '../components/components.gyp:google_core_browser',
2794 '../components/components.gyp:history_core_browser', 2792 '../components/components.gyp:history_core_browser',
2795 '../components/components.gyp:history_core_common', 2793 '../components/components.gyp:history_core_common',
2796 '../components/components.gyp:infobars_core', 2794 '../components/components.gyp:infobars_core',
2797 '../components/components.gyp:invalidation', 2795 '../components/components.gyp:invalidation',
2798 '../components/components.gyp:metrics', 2796 '../components/components.gyp:metrics',
2797 '../components/components.gyp:metrics_gpu',
2799 '../components/components.gyp:metrics_net', 2798 '../components/components.gyp:metrics_net',
2800 '../components/components.gyp:navigation_metrics', 2799 '../components/components.gyp:navigation_metrics',
2801 '../components/components.gyp:network_time', 2800 '../components/components.gyp:network_time',
2802 '../components/components.gyp:omaha_query_params', 2801 '../components/components.gyp:omaha_query_params',
2803 '../components/components.gyp:omnibox', 2802 '../components/components.gyp:omnibox',
2804 '../components/components.gyp:os_crypt', 2803 '../components/components.gyp:os_crypt',
2805 '../components/components.gyp:password_manager_core_browser', 2804 '../components/components.gyp:password_manager_core_browser',
2806 '../components/components.gyp:password_manager_core_common', 2805 '../components/components.gyp:password_manager_core_common',
2807 '../components/components.gyp:policy_component', 2806 '../components/components.gyp:policy_component',
2808 '../components/components.gyp:precache_core', 2807 '../components/components.gyp:precache_core',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
3550 'variables': { 3549 'variables': {
3551 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3550 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3552 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3551 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3553 }, 3552 },
3554 'includes': [ '../build/protoc.gypi' ] 3553 'includes': [ '../build/protoc.gypi' ]
3555 }, 3554 },
3556 ], 3555 ],
3557 },], 3556 },],
3558 ], 3557 ],
3559 } 3558 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/gpu_metrics_provider_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698