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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1108 '../components/components.gyp:certificate_reporting', | 1108 '../components/components.gyp:certificate_reporting', |
1109 '../components/components.gyp:cloud_policy_proto', | 1109 '../components/components.gyp:cloud_policy_proto', |
1110 '../components/components.gyp:drive', | 1110 '../components/components.gyp:drive', |
1111 '../components/components.gyp:flags_ui', | 1111 '../components/components.gyp:flags_ui', |
1112 '../components/components.gyp:login', | 1112 '../components/components.gyp:login', |
1113 '../components/components.gyp:onc_component', | 1113 '../components/components.gyp:onc_component', |
1114 '../components/components.gyp:ownership', | 1114 '../components/components.gyp:ownership', |
1115 '../components/components.gyp:pairing', | 1115 '../components/components.gyp:pairing', |
1116 '../components/components.gyp:policy', | 1116 '../components/components.gyp:policy', |
1117 '../components/components.gyp:proxy_config', | 1117 '../components/components.gyp:proxy_config', |
| 1118 '../components/components.gyp:ssl_config', |
1118 '../components/components.gyp:user_manager', | 1119 '../components/components.gyp:user_manager', |
1119 # This depends directly on the variations target, rather than just | 1120 # This depends directly on the variations target, rather than just |
1120 # transitively via the common target because the proto sources need to | 1121 # transitively via the common target because the proto sources need to |
1121 # be generated before code in this target can start building. | 1122 # be generated before code in this target can start building. |
1122 '../components/components.gyp:variations', | 1123 '../components/components.gyp:variations', |
1123 '../components/components.gyp:variations_http_provider', | 1124 '../components/components.gyp:variations_http_provider', |
1124 '../components/components.gyp:wallpaper', | 1125 '../components/components.gyp:wallpaper', |
1125 '../components/components.gyp:wifi_sync', | 1126 '../components/components.gyp:wifi_sync', |
1126 '../components/components_strings.gyp:components_strings', | 1127 '../components/components_strings.gyp:components_strings', |
1127 '../content/app/resources/content_resources.gyp:content_resources', | 1128 '../content/app/resources/content_resources.gyp:content_resources', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1283 'browser/chromeos/attestation/attestation_signed_data.proto', | 1284 'browser/chromeos/attestation/attestation_signed_data.proto', |
1284 ], | 1285 ], |
1285 'variables': { | 1286 'variables': { |
1286 'proto_in_dir': 'browser/chromeos/attestation', | 1287 'proto_in_dir': 'browser/chromeos/attestation', |
1287 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1288 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1288 }, | 1289 }, |
1289 'includes': [ '../build/protoc.gypi' ] | 1290 'includes': [ '../build/protoc.gypi' ] |
1290 }, | 1291 }, |
1291 ], | 1292 ], |
1292 } | 1293 } |
OLD | NEW |