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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1374283003: Reporting top cpu and memory consumers via rappor on chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser/gpu stats by UMA histograms, buckets for cpu cores. Created 5 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'browser/chromeos/profiles/profile_helper.h', 889 'browser/chromeos/profiles/profile_helper.h',
890 'browser/chromeos/profiles/profile_list_chromeos.cc', 890 'browser/chromeos/profiles/profile_list_chromeos.cc',
891 'browser/chromeos/profiles/profile_list_chromeos.h', 891 'browser/chromeos/profiles/profile_list_chromeos.h',
892 'browser/chromeos/profiles/profile_util.cc', 892 'browser/chromeos/profiles/profile_util.cc',
893 'browser/chromeos/profiles/profile_util.h', 893 'browser/chromeos/profiles/profile_util.h',
894 'browser/chromeos/proxy_config_service_impl.cc', 894 'browser/chromeos/proxy_config_service_impl.cc',
895 'browser/chromeos/proxy_config_service_impl.h', 895 'browser/chromeos/proxy_config_service_impl.h',
896 'browser/chromeos/proxy_cros_settings_parser.cc', 896 'browser/chromeos/proxy_cros_settings_parser.cc',
897 'browser/chromeos/proxy_cros_settings_parser.h', 897 'browser/chromeos/proxy_cros_settings_parser.h',
898 'browser/chromeos/reset/metrics.h', 898 'browser/chromeos/reset/metrics.h',
899 'browser/chromeos/resource_reporter/resource_reporter.cc',
900 'browser/chromeos/resource_reporter/resource_reporter.h',
899 'browser/chromeos/session_length_limiter.cc', 901 'browser/chromeos/session_length_limiter.cc',
900 'browser/chromeos/session_length_limiter.h', 902 'browser/chromeos/session_length_limiter.h',
901 'browser/chromeos/set_time_dialog.cc', 903 'browser/chromeos/set_time_dialog.cc',
902 'browser/chromeos/set_time_dialog.h', 904 'browser/chromeos/set_time_dialog.h',
903 'browser/chromeos/settings/cros_settings.cc', 905 'browser/chromeos/settings/cros_settings.cc',
904 'browser/chromeos/settings/cros_settings.h', 906 'browser/chromeos/settings/cros_settings.h',
905 'browser/chromeos/settings/device_identity_provider.cc', 907 'browser/chromeos/settings/device_identity_provider.cc',
906 'browser/chromeos/settings/device_identity_provider.h', 908 'browser/chromeos/settings/device_identity_provider.h',
907 'browser/chromeos/settings/device_oauth2_token_service.cc', 909 'browser/chromeos/settings/device_oauth2_token_service.cc',
908 'browser/chromeos/settings/device_oauth2_token_service.h', 910 'browser/chromeos/settings/device_oauth2_token_service.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'browser/chromeos/attestation/attestation_signed_data.proto', 1292 'browser/chromeos/attestation/attestation_signed_data.proto',
1291 ], 1293 ],
1292 'variables': { 1294 'variables': {
1293 'proto_in_dir': 'browser/chromeos/attestation', 1295 'proto_in_dir': 'browser/chromeos/attestation',
1294 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1296 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1295 }, 1297 },
1296 'includes': [ '../build/protoc.gypi' ] 1298 'includes': [ '../build/protoc.gypi' ]
1297 }, 1299 },
1298 ], 1300 ],
1299 } 1301 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698