| 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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 '../breakpad/breakpad.gyp:breakpad_client', | 1045 '../breakpad/breakpad.gyp:breakpad_client', |
| 1046 '../build/linux/system.gyp:dbus', | 1046 '../build/linux/system.gyp:dbus', |
| 1047 '../chromeos/chromeos.gyp:chromeos', | 1047 '../chromeos/chromeos.gyp:chromeos', |
| 1048 '../chromeos/chromeos.gyp:cryptohome_proto', | 1048 '../chromeos/chromeos.gyp:cryptohome_proto', |
| 1049 # browser_chromeos #includes signed_secret.pb.h directly. | 1049 # browser_chromeos #includes signed_secret.pb.h directly. |
| 1050 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1050 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 1051 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1051 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 1052 '../chromeos/chromeos.gyp:power_manager_proto', | 1052 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1053 '../chromeos/ime/input_method.gyp:gencode', | 1053 '../chromeos/ime/input_method.gyp:gencode', |
| 1054 '../components/components.gyp:cloud_policy_proto', | 1054 '../components/components.gyp:cloud_policy_proto', |
| 1055 '../components/components.gyp:network_configuration', |
| 1055 '../components/components.gyp:onc_component', | 1056 '../components/components.gyp:onc_component', |
| 1056 '../components/components.gyp:ownership', | 1057 '../components/components.gyp:ownership', |
| 1057 '../components/components.gyp:pairing', | 1058 '../components/components.gyp:pairing', |
| 1058 '../components/components.gyp:policy', | 1059 '../components/components.gyp:policy', |
| 1059 # This depends directly on the variations target, rather than just | 1060 # This depends directly on the variations target, rather than just |
| 1060 # transitively via the common target because the proto sources need to | 1061 # transitively via the common target because the proto sources need to |
| 1061 # be generated before code in this target can start building. | 1062 # be generated before code in this target can start building. |
| 1062 '../components/components.gyp:variations', | 1063 '../components/components.gyp:variations', |
| 1063 '../components/components.gyp:variations_http_provider', | 1064 '../components/components.gyp:variations_http_provider', |
| 1064 '../components/components_strings.gyp:components_strings', | 1065 '../components/components_strings.gyp:components_strings', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1249 'browser/chromeos/attestation/attestation_signed_data.proto', | 1250 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1250 ], | 1251 ], |
| 1251 'variables': { | 1252 'variables': { |
| 1252 'proto_in_dir': 'browser/chromeos/attestation', | 1253 'proto_in_dir': 'browser/chromeos/attestation', |
| 1253 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1254 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1254 }, | 1255 }, |
| 1255 'includes': [ '../build/protoc.gypi' ] | 1256 'includes': [ '../build/protoc.gypi' ] |
| 1256 }, | 1257 }, |
| 1257 ], | 1258 ], |
| 1258 } | 1259 } |
| OLD | NEW |