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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1610123003: Added anonymizer to SystemLogUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added obsolete to removed histogram values. Created 4 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 (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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 '../chromeos/chromeos.gyp:cryptohome_proto', 1120 '../chromeos/chromeos.gyp:cryptohome_proto',
1121 # browser_chromeos #includes signed_secret.pb.h directly. 1121 # browser_chromeos #includes signed_secret.pb.h directly.
1122 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 1122 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
1123 # browser_chromeos #includes power_supply_properties.pb.h directly. 1123 # browser_chromeos #includes power_supply_properties.pb.h directly.
1124 '../chromeos/chromeos.gyp:power_manager_proto', 1124 '../chromeos/chromeos.gyp:power_manager_proto',
1125 '../chromeos/ime/input_method.gyp:gencode', 1125 '../chromeos/ime/input_method.gyp:gencode',
1126 '../components/components.gyp:arc', 1126 '../components/components.gyp:arc',
1127 '../components/components.gyp:certificate_reporting', 1127 '../components/components.gyp:certificate_reporting',
1128 '../components/components.gyp:cloud_policy_proto', 1128 '../components/components.gyp:cloud_policy_proto',
1129 '../components/components.gyp:drive', 1129 '../components/components.gyp:drive',
1130 '../components/components.gyp:feedback_component',
jochen (gone - plz use gerrit) 2016/01/26 11:47:39 indenting looks odd?
Polina Bondarenko 2016/01/26 12:47:30 Thanks! Fixed.
1130 '../components/components.gyp:flags_ui', 1131 '../components/components.gyp:flags_ui',
1131 '../components/components.gyp:login', 1132 '../components/components.gyp:login',
1132 '../components/components.gyp:onc_component', 1133 '../components/components.gyp:onc_component',
1133 '../components/components.gyp:ownership', 1134 '../components/components.gyp:ownership',
1134 '../components/components.gyp:pairing', 1135 '../components/components.gyp:pairing',
1135 '../components/components.gyp:policy', 1136 '../components/components.gyp:policy',
1136 '../components/components.gyp:proxy_config', 1137 '../components/components.gyp:proxy_config',
1137 '../components/components.gyp:ssl_config', 1138 '../components/components.gyp:ssl_config',
1138 '../components/components.gyp:user_manager', 1139 '../components/components.gyp:user_manager',
1139 # This depends directly on the variations target, rather than just 1140 # This depends directly on the variations target, rather than just
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'browser/chromeos/attestation/attestation_signed_data.proto', 1305 'browser/chromeos/attestation/attestation_signed_data.proto',
1305 ], 1306 ],
1306 'variables': { 1307 'variables': {
1307 'proto_in_dir': 'browser/chromeos/attestation', 1308 'proto_in_dir': 'browser/chromeos/attestation',
1308 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1309 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1309 }, 1310 },
1310 'includes': [ '../build/protoc.gypi' ] 1311 'includes': [ '../build/protoc.gypi' ]
1311 }, 1312 },
1312 ], 1313 ],
1313 } 1314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698