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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1117173004: Split cert reporter class into report building/serializing and sending (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn fix Created 5 years, 7 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 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'chrome_resources.gyp:chrome_extra_resources', 1117 'chrome_resources.gyp:chrome_extra_resources',
1118 'chrome_resources.gyp:chrome_resources', 1118 'chrome_resources.gyp:chrome_resources',
1119 'chrome_resources.gyp:platform_locale_settings', 1119 'chrome_resources.gyp:platform_locale_settings',
1120 'chrome_resources.gyp:theme_resources', 1120 'chrome_resources.gyp:theme_resources',
1121 'common', 1121 'common',
1122 'common/extensions/api/api.gyp:chrome_api', 1122 'common/extensions/api/api.gyp:chrome_api',
1123 'common_net', 1123 'common_net',
1124 'debugger', 1124 'debugger',
1125 'device_policy_proto', 1125 'device_policy_proto',
1126 'drive_proto', 1126 'drive_proto',
1127 'encrypted_cert_logger_proto',
1127 'installer_util', 1128 'installer_util',
1128 'safe_browsing_chunk_proto', 1129 'safe_browsing_chunk_proto',
1129 'safe_browsing_proto', 1130 'safe_browsing_proto',
1130 'safe_browsing_report_proto', 1131 'safe_browsing_report_proto',
1131 '../breakpad/breakpad.gyp:breakpad_client', 1132 '../breakpad/breakpad.gyp:breakpad_client',
1132 '../build/linux/system.gyp:dbus', 1133 '../build/linux/system.gyp:dbus',
1133 '../chromeos/chromeos.gyp:chromeos', 1134 '../chromeos/chromeos.gyp:chromeos',
1134 '../chromeos/chromeos.gyp:chromeos_test_support', 1135 '../chromeos/chromeos.gyp:chromeos_test_support',
1135 '../chromeos/chromeos.gyp:cryptohome_proto', 1136 '../chromeos/chromeos.gyp:cryptohome_proto',
1136 # browser_chromeos #includes signed_secret.pb.h directly. 1137 # browser_chromeos #includes signed_secret.pb.h directly.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 'browser/chromeos/attestation/attestation_signed_data.proto', 1333 'browser/chromeos/attestation/attestation_signed_data.proto',
1333 ], 1334 ],
1334 'variables': { 1335 'variables': {
1335 'proto_in_dir': 'browser/chromeos/attestation', 1336 'proto_in_dir': 'browser/chromeos/attestation',
1336 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1337 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1337 }, 1338 },
1338 'includes': [ '../build/protoc.gypi' ] 1339 'includes': [ '../build/protoc.gypi' ]
1339 }, 1340 },
1340 ], 1341 ],
1341 } 1342 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698