| 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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1098 '../build/linux/system.gyp:dbus', | 1098 '../build/linux/system.gyp:dbus', |
| 1099 '../chromeos/chromeos.gyp:chromeos', | 1099 '../chromeos/chromeos.gyp:chromeos', |
| 1100 '../chromeos/chromeos.gyp:chromeos_test_support', | 1100 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 1101 '../chromeos/chromeos.gyp:cryptohome_proto', | 1101 '../chromeos/chromeos.gyp:cryptohome_proto', |
| 1102 # browser_chromeos #includes signed_secret.pb.h directly. | 1102 # browser_chromeos #includes signed_secret.pb.h directly. |
| 1103 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1103 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 1104 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1104 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 1105 '../chromeos/chromeos.gyp:power_manager_proto', | 1105 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1106 '../chromeos/ime/input_method.gyp:gencode', | 1106 '../chromeos/ime/input_method.gyp:gencode', |
| 1107 '../components/components.gyp:cloud_policy_proto', | 1107 '../components/components.gyp:cloud_policy_proto', |
| 1108 '../components/components.gyp:history_core_browser_proto', | |
| 1109 '../components/components.gyp:login', | 1108 '../components/components.gyp:login', |
| 1110 '../components/components.gyp:onc_component', | 1109 '../components/components.gyp:onc_component', |
| 1111 '../components/components.gyp:ownership', | 1110 '../components/components.gyp:ownership', |
| 1112 '../components/components.gyp:pairing', | 1111 '../components/components.gyp:pairing', |
| 1113 '../components/components.gyp:policy', | 1112 '../components/components.gyp:policy', |
| 1114 '../components/components.gyp:user_manager', | 1113 '../components/components.gyp:user_manager', |
| 1115 # This depends directly on the variations target, rather than just | 1114 # This depends directly on the variations target, rather than just |
| 1116 # transitively via the common target because the proto sources need to | 1115 # transitively via the common target because the proto sources need to |
| 1117 # be generated before code in this target can start building. | 1116 # be generated before code in this target can start building. |
| 1118 '../components/components.gyp:variations', | 1117 '../components/components.gyp:variations', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1296 'browser/chromeos/attestation/attestation_signed_data.proto', | 1295 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1297 ], | 1296 ], |
| 1298 'variables': { | 1297 'variables': { |
| 1299 'proto_in_dir': 'browser/chromeos/attestation', | 1298 'proto_in_dir': 'browser/chromeos/attestation', |
| 1300 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1299 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1301 }, | 1300 }, |
| 1302 'includes': [ '../build/protoc.gypi' ] | 1301 'includes': [ '../build/protoc.gypi' ] |
| 1303 }, | 1302 }, |
| 1304 ], | 1303 ], |
| 1305 } | 1304 } |
| OLD | NEW |