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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1071 '../components/components.gyp:login', | 1071 '../components/components.gyp:login', |
1072 '../components/components.gyp:onc_component', | 1072 '../components/components.gyp:onc_component', |
1073 '../components/components.gyp:ownership', | 1073 '../components/components.gyp:ownership', |
1074 '../components/components.gyp:pairing', | 1074 '../components/components.gyp:pairing', |
1075 '../components/components.gyp:policy', | 1075 '../components/components.gyp:policy', |
1076 # This depends directly on the variations target, rather than just | 1076 # This depends directly on the variations target, rather than just |
1077 # transitively via the common target because the proto sources need to | 1077 # transitively via the common target because the proto sources need to |
1078 # be generated before code in this target can start building. | 1078 # be generated before code in this target can start building. |
1079 '../components/components.gyp:variations', | 1079 '../components/components.gyp:variations', |
1080 '../components/components.gyp:variations_http_provider', | 1080 '../components/components.gyp:variations_http_provider', |
| 1081 '../components/components.gyp:wifi_sync', |
1081 '../components/components_strings.gyp:components_strings', | 1082 '../components/components_strings.gyp:components_strings', |
1082 '../content/app/resources/content_resources.gyp:content_resources', | 1083 '../content/app/resources/content_resources.gyp:content_resources', |
1083 '../content/content.gyp:content_browser', | 1084 '../content/content.gyp:content_browser', |
1084 '../content/content.gyp:content_common', | 1085 '../content/content.gyp:content_common', |
1085 '../crypto/crypto.gyp:crypto', | 1086 '../crypto/crypto.gyp:crypto', |
1086 '../dbus/dbus.gyp:dbus', | 1087 '../dbus/dbus.gyp:dbus', |
1087 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1088 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1088 '../device/hid/hid.gyp:device_hid', | 1089 '../device/hid/hid.gyp:device_hid', |
1089 '../media/media.gyp:media', | 1090 '../media/media.gyp:media', |
1090 '../net/net.gyp:net', | 1091 '../net/net.gyp:net', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1273 'browser/chromeos/attestation/attestation_signed_data.proto', | 1274 'browser/chromeos/attestation/attestation_signed_data.proto', |
1274 ], | 1275 ], |
1275 'variables': { | 1276 'variables': { |
1276 'proto_in_dir': 'browser/chromeos/attestation', | 1277 'proto_in_dir': 'browser/chromeos/attestation', |
1277 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1278 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1278 }, | 1279 }, |
1279 'includes': [ '../build/protoc.gypi' ] | 1280 'includes': [ '../build/protoc.gypi' ] |
1280 }, | 1281 }, |
1281 ], | 1282 ], |
1282 } | 1283 } |
OLD | NEW |