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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1123 '../chromeos/chromeos.gyp:cryptohome_proto', | 1123 '../chromeos/chromeos.gyp:cryptohome_proto', |
1124 # browser_chromeos #includes signed_secret.pb.h directly. | 1124 # browser_chromeos #includes signed_secret.pb.h directly. |
1125 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1125 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
1126 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1126 # browser_chromeos #includes power_supply_properties.pb.h directly. |
1127 '../chromeos/chromeos.gyp:power_manager_proto', | 1127 '../chromeos/chromeos.gyp:power_manager_proto', |
1128 '../components/components.gyp:arc', | 1128 '../components/components.gyp:arc', |
1129 '../components/components.gyp:certificate_reporting', | 1129 '../components/components.gyp:certificate_reporting', |
1130 '../components/components.gyp:cloud_policy_proto', | 1130 '../components/components.gyp:cloud_policy_proto', |
1131 '../components/components.gyp:drive', | 1131 '../components/components.gyp:drive', |
1132 '../components/components.gyp:drive_chromeos', | 1132 '../components/components.gyp:drive_chromeos', |
| 1133 '../components/components.gyp:feedback_component', |
1133 '../components/components.gyp:flags_ui', | 1134 '../components/components.gyp:flags_ui', |
1134 '../components/components.gyp:login', | 1135 '../components/components.gyp:login', |
1135 '../components/components.gyp:onc_component', | 1136 '../components/components.gyp:onc_component', |
1136 '../components/components.gyp:ownership', | 1137 '../components/components.gyp:ownership', |
1137 '../components/components.gyp:pairing', | 1138 '../components/components.gyp:pairing', |
1138 '../components/components.gyp:policy', | 1139 '../components/components.gyp:policy', |
1139 '../components/components.gyp:proxy_config', | 1140 '../components/components.gyp:proxy_config', |
1140 '../components/components.gyp:ssl_config', | 1141 '../components/components.gyp:ssl_config', |
1141 '../components/components.gyp:user_manager', | 1142 '../components/components.gyp:user_manager', |
1142 # This depends directly on the variations target, rather than just | 1143 # This depends directly on the variations target, rather than just |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1307 'browser/chromeos/attestation/attestation_signed_data.proto', | 1308 'browser/chromeos/attestation/attestation_signed_data.proto', |
1308 ], | 1309 ], |
1309 'variables': { | 1310 'variables': { |
1310 'proto_in_dir': 'browser/chromeos/attestation', | 1311 'proto_in_dir': 'browser/chromeos/attestation', |
1311 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1312 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1312 }, | 1313 }, |
1313 'includes': [ '../build/protoc.gypi' ] | 1314 'includes': [ '../build/protoc.gypi' ] |
1314 }, | 1315 }, |
1315 ], | 1316 ], |
1316 } | 1317 } |
OLD | NEW |