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

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: Removed arbitrary given weights 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 'browser/chromeos/profiles/profile_helper.h', 894 'browser/chromeos/profiles/profile_helper.h',
895 'browser/chromeos/profiles/profile_list_chromeos.cc', 895 'browser/chromeos/profiles/profile_list_chromeos.cc',
896 'browser/chromeos/profiles/profile_list_chromeos.h', 896 'browser/chromeos/profiles/profile_list_chromeos.h',
897 'browser/chromeos/profiles/profile_util.cc', 897 'browser/chromeos/profiles/profile_util.cc',
898 'browser/chromeos/profiles/profile_util.h', 898 'browser/chromeos/profiles/profile_util.h',
899 'browser/chromeos/proxy_config_service_impl.cc', 899 'browser/chromeos/proxy_config_service_impl.cc',
900 'browser/chromeos/proxy_config_service_impl.h', 900 'browser/chromeos/proxy_config_service_impl.h',
901 'browser/chromeos/proxy_cros_settings_parser.cc', 901 'browser/chromeos/proxy_cros_settings_parser.cc',
902 'browser/chromeos/proxy_cros_settings_parser.h', 902 'browser/chromeos/proxy_cros_settings_parser.h',
903 'browser/chromeos/reset/metrics.h', 903 'browser/chromeos/reset/metrics.h',
904 'browser/chromeos/resource_reporter/resource_reporter.cc',
905 'browser/chromeos/resource_reporter/resource_reporter.h',
904 'browser/chromeos/session_length_limiter.cc', 906 'browser/chromeos/session_length_limiter.cc',
905 'browser/chromeos/session_length_limiter.h', 907 'browser/chromeos/session_length_limiter.h',
906 'browser/chromeos/set_time_dialog.cc', 908 'browser/chromeos/set_time_dialog.cc',
907 'browser/chromeos/set_time_dialog.h', 909 'browser/chromeos/set_time_dialog.h',
908 'browser/chromeos/settings/cros_settings.cc', 910 'browser/chromeos/settings/cros_settings.cc',
909 'browser/chromeos/settings/cros_settings.h', 911 'browser/chromeos/settings/cros_settings.h',
910 'browser/chromeos/settings/device_identity_provider.cc', 912 'browser/chromeos/settings/device_identity_provider.cc',
911 'browser/chromeos/settings/device_identity_provider.h', 913 'browser/chromeos/settings/device_identity_provider.h',
912 'browser/chromeos/settings/device_oauth2_token_service.cc', 914 'browser/chromeos/settings/device_oauth2_token_service.cc',
913 'browser/chromeos/settings/device_oauth2_token_service.h', 915 'browser/chromeos/settings/device_oauth2_token_service.h',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'browser/chromeos/attestation/attestation_signed_data.proto', 1299 'browser/chromeos/attestation/attestation_signed_data.proto',
1298 ], 1300 ],
1299 'variables': { 1301 'variables': {
1300 'proto_in_dir': 'browser/chromeos/attestation', 1302 'proto_in_dir': 'browser/chromeos/attestation',
1301 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1303 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1302 }, 1304 },
1303 'includes': [ '../build/protoc.gypi' ] 1305 'includes': [ '../build/protoc.gypi' ]
1304 }, 1306 },
1305 ], 1307 ],
1306 } 1308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698