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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1466143002: arc-bridge: Enable ARC with a command-line flag (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased to ToT Created 5 years 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/ui/ash/chrome_shell_delegate_chromeos.cc ('k') | chromeos/chromeos_switches.h » ('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 (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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'safe_browsing_proto', 1106 'safe_browsing_proto',
1107 '../build/linux/system.gyp:dbus', 1107 '../build/linux/system.gyp:dbus',
1108 '../chromeos/chromeos.gyp:chromeos', 1108 '../chromeos/chromeos.gyp:chromeos',
1109 '../chromeos/chromeos.gyp:chromeos_test_support', 1109 '../chromeos/chromeos.gyp:chromeos_test_support',
1110 '../chromeos/chromeos.gyp:cryptohome_proto', 1110 '../chromeos/chromeos.gyp:cryptohome_proto',
1111 # browser_chromeos #includes signed_secret.pb.h directly. 1111 # browser_chromeos #includes signed_secret.pb.h directly.
1112 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 1112 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
1113 # browser_chromeos #includes power_supply_properties.pb.h directly. 1113 # browser_chromeos #includes power_supply_properties.pb.h directly.
1114 '../chromeos/chromeos.gyp:power_manager_proto', 1114 '../chromeos/chromeos.gyp:power_manager_proto',
1115 '../chromeos/ime/input_method.gyp:gencode', 1115 '../chromeos/ime/input_method.gyp:gencode',
1116 '../components/components.gyp:arc',
1116 '../components/components.gyp:certificate_reporting', 1117 '../components/components.gyp:certificate_reporting',
1117 '../components/components.gyp:cloud_policy_proto', 1118 '../components/components.gyp:cloud_policy_proto',
1118 '../components/components.gyp:drive', 1119 '../components/components.gyp:drive',
1119 '../components/components.gyp:flags_ui', 1120 '../components/components.gyp:flags_ui',
1120 '../components/components.gyp:login', 1121 '../components/components.gyp:login',
1121 '../components/components.gyp:onc_component', 1122 '../components/components.gyp:onc_component',
1122 '../components/components.gyp:ownership', 1123 '../components/components.gyp:ownership',
1123 '../components/components.gyp:pairing', 1124 '../components/components.gyp:pairing',
1124 '../components/components.gyp:policy', 1125 '../components/components.gyp:policy',
1125 '../components/components.gyp:proxy_config', 1126 '../components/components.gyp:proxy_config',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 ['enable_basic_printing==1 or enable_print_preview==1', { 1259 ['enable_basic_printing==1 or enable_print_preview==1', {
1259 'dependencies': [ 1260 'dependencies': [
1260 '../printing/printing.gyp:printing', 1261 '../printing/printing.gyp:printing',
1261 ], 1262 ],
1262 }], 1263 }],
1263 ['use_ozone == 1', { 1264 ['use_ozone == 1', {
1264 'dependencies': [ 1265 'dependencies': [
1265 '../ui/ozone/ozone.gyp:ozone', 1266 '../ui/ozone/ozone.gyp:ozone',
1266 ], 1267 ],
1267 }], 1268 }],
1268 ['enable_arc == 1', {
1269 'dependencies': [
1270 '../components/components.gyp:arc',
1271 ],
1272 }],
1273 ], 1269 ],
1274 }, 1270 },
1275 { 1271 {
1276 # GN version: //chrome/browser/chromeos:device_policy_proto 1272 # GN version: //chrome/browser/chromeos:device_policy_proto
1277 # Protobuf compiler / generator for device settings protocol buffers. 1273 # Protobuf compiler / generator for device settings protocol buffers.
1278 'target_name': 'device_policy_proto', 1274 'target_name': 'device_policy_proto',
1279 'type': 'static_library', 1275 'type': 'static_library',
1280 'sources': [ 1276 'sources': [
1281 'browser/chromeos/policy/proto/chrome_device_policy.proto', 1277 'browser/chromeos/policy/proto/chrome_device_policy.proto',
1282 'browser/chromeos/policy/proto/install_attributes.proto', 1278 'browser/chromeos/policy/proto/install_attributes.proto',
(...skipping 14 matching lines...) Expand all
1297 'browser/chromeos/attestation/attestation_signed_data.proto', 1293 'browser/chromeos/attestation/attestation_signed_data.proto',
1298 ], 1294 ],
1299 'variables': { 1295 'variables': {
1300 'proto_in_dir': 'browser/chromeos/attestation', 1296 'proto_in_dir': 'browser/chromeos/attestation',
1301 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1297 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1302 }, 1298 },
1303 'includes': [ '../build/protoc.gypi' ] 1299 'includes': [ '../build/protoc.gypi' ]
1304 }, 1300 },
1305 ], 1301 ],
1306 } 1302 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698