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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 '../components/components.gyp:login', | 1063 '../components/components.gyp:login', |
1064 '../components/components.gyp:onc_component', | 1064 '../components/components.gyp:onc_component', |
1065 '../components/components.gyp:ownership', | 1065 '../components/components.gyp:ownership', |
1066 '../components/components.gyp:pairing', | 1066 '../components/components.gyp:pairing', |
1067 '../components/components.gyp:policy', | 1067 '../components/components.gyp:policy', |
1068 # This depends directly on the variations target, rather than just | 1068 # This depends directly on the variations target, rather than just |
1069 # transitively via the common target because the proto sources need to | 1069 # transitively via the common target because the proto sources need to |
1070 # be generated before code in this target can start building. | 1070 # be generated before code in this target can start building. |
1071 '../components/components.gyp:variations', | 1071 '../components/components.gyp:variations', |
1072 '../components/components.gyp:variations_http_provider', | 1072 '../components/components.gyp:variations_http_provider', |
| 1073 '../components/components.gyp:wifi_sync', |
1073 '../components/components_strings.gyp:components_strings', | 1074 '../components/components_strings.gyp:components_strings', |
1074 '../content/app/resources/content_resources.gyp:content_resources', | 1075 '../content/app/resources/content_resources.gyp:content_resources', |
1075 '../content/content.gyp:content_browser', | 1076 '../content/content.gyp:content_browser', |
1076 '../content/content.gyp:content_common', | 1077 '../content/content.gyp:content_common', |
1077 '../crypto/crypto.gyp:crypto', | 1078 '../crypto/crypto.gyp:crypto', |
1078 '../dbus/dbus.gyp:dbus', | 1079 '../dbus/dbus.gyp:dbus', |
1079 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1080 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1080 '../device/hid/hid.gyp:device_hid', | 1081 '../device/hid/hid.gyp:device_hid', |
1081 '../media/media.gyp:media', | 1082 '../media/media.gyp:media', |
1082 '../net/net.gyp:net', | 1083 '../net/net.gyp:net', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1265 'browser/chromeos/attestation/attestation_signed_data.proto', | 1266 'browser/chromeos/attestation/attestation_signed_data.proto', |
1266 ], | 1267 ], |
1267 'variables': { | 1268 'variables': { |
1268 'proto_in_dir': 'browser/chromeos/attestation', | 1269 'proto_in_dir': 'browser/chromeos/attestation', |
1269 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1270 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1270 }, | 1271 }, |
1271 'includes': [ '../build/protoc.gypi' ] | 1272 'includes': [ '../build/protoc.gypi' ] |
1272 }, | 1273 }, |
1273 ], | 1274 ], |
1274 } | 1275 } |
OLD | NEW |