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 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1094 '../chromeos/chromeos.gyp:power_manager_proto', | 1094 '../chromeos/chromeos.gyp:power_manager_proto', |
1095 '../chromeos/ime/input_method.gyp:gencode', | 1095 '../chromeos/ime/input_method.gyp:gencode', |
1096 '../components/components.gyp:cloud_policy_proto', | 1096 '../components/components.gyp:cloud_policy_proto', |
1097 '../components/components.gyp:drive', | 1097 '../components/components.gyp:drive', |
1098 '../components/components.gyp:login', | 1098 '../components/components.gyp:login', |
1099 '../components/components.gyp:onc_component', | 1099 '../components/components.gyp:onc_component', |
1100 '../components/components.gyp:ownership', | 1100 '../components/components.gyp:ownership', |
1101 '../components/components.gyp:pairing', | 1101 '../components/components.gyp:pairing', |
1102 '../components/components.gyp:policy', | 1102 '../components/components.gyp:policy', |
1103 '../components/components.gyp:proxy_config', | 1103 '../components/components.gyp:proxy_config', |
| 1104 '../components/components.gyp:ssl_config', |
1104 '../components/components.gyp:user_manager', | 1105 '../components/components.gyp:user_manager', |
1105 # This depends directly on the variations target, rather than just | 1106 # This depends directly on the variations target, rather than just |
1106 # transitively via the common target because the proto sources need to | 1107 # transitively via the common target because the proto sources need to |
1107 # be generated before code in this target can start building. | 1108 # be generated before code in this target can start building. |
1108 '../components/components.gyp:variations', | 1109 '../components/components.gyp:variations', |
1109 '../components/components.gyp:variations_http_provider', | 1110 '../components/components.gyp:variations_http_provider', |
1110 '../components/components.gyp:wallpaper', | 1111 '../components/components.gyp:wallpaper', |
1111 '../components/components.gyp:wifi_sync', | 1112 '../components/components.gyp:wifi_sync', |
1112 '../components/components_strings.gyp:components_strings', | 1113 '../components/components_strings.gyp:components_strings', |
1113 '../content/app/resources/content_resources.gyp:content_resources', | 1114 '../content/app/resources/content_resources.gyp:content_resources', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1270 'browser/chromeos/attestation/attestation_signed_data.proto', | 1271 'browser/chromeos/attestation/attestation_signed_data.proto', |
1271 ], | 1272 ], |
1272 'variables': { | 1273 'variables': { |
1273 'proto_in_dir': 'browser/chromeos/attestation', | 1274 'proto_in_dir': 'browser/chromeos/attestation', |
1274 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1275 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1275 }, | 1276 }, |
1276 'includes': [ '../build/protoc.gypi' ] | 1277 'includes': [ '../build/protoc.gypi' ] |
1277 }, | 1278 }, |
1278 ], | 1279 ], |
1279 } | 1280 } |
OLD | NEW |