OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |