| 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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1078 '../components/components.gyp:onc_component', | 1078 '../components/components.gyp:onc_component', |
| 1079 '../components/components.gyp:ownership', | 1079 '../components/components.gyp:ownership', |
| 1080 '../components/components.gyp:pairing', | 1080 '../components/components.gyp:pairing', |
| 1081 '../components/components.gyp:policy', | 1081 '../components/components.gyp:policy', |
| 1082 # This depends directly on the variations target, rather than just | 1082 # This depends directly on the variations target, rather than just |
| 1083 # transitively via the common target because the proto sources need to | 1083 # transitively via the common target because the proto sources need to |
| 1084 # be generated before code in this target can start building. | 1084 # be generated before code in this target can start building. |
| 1085 '../components/components.gyp:variations', | 1085 '../components/components.gyp:variations', |
| 1086 '../components/components.gyp:variations_http_provider', | 1086 '../components/components.gyp:variations_http_provider', |
| 1087 '../components/components.gyp:wallpaper', | 1087 '../components/components.gyp:wallpaper', |
| 1088 '../components/components.gyp:wifi_sync', |
| 1088 '../components/components_strings.gyp:components_strings', | 1089 '../components/components_strings.gyp:components_strings', |
| 1089 '../content/app/resources/content_resources.gyp:content_resources', | 1090 '../content/app/resources/content_resources.gyp:content_resources', |
| 1090 '../content/content.gyp:content_browser', | 1091 '../content/content.gyp:content_browser', |
| 1091 '../content/content.gyp:content_common', | 1092 '../content/content.gyp:content_common', |
| 1092 '../crypto/crypto.gyp:crypto', | 1093 '../crypto/crypto.gyp:crypto', |
| 1093 '../dbus/dbus.gyp:dbus', | 1094 '../dbus/dbus.gyp:dbus', |
| 1094 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1095 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1095 '../device/hid/hid.gyp:device_hid', | 1096 '../device/hid/hid.gyp:device_hid', |
| 1096 '../media/media.gyp:media', | 1097 '../media/media.gyp:media', |
| 1097 '../net/net.gyp:net', | 1098 '../net/net.gyp:net', |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1278 'browser/chromeos/attestation/attestation_signed_data.proto', | 1279 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1279 ], | 1280 ], |
| 1280 'variables': { | 1281 'variables': { |
| 1281 'proto_in_dir': 'browser/chromeos/attestation', | 1282 'proto_in_dir': 'browser/chromeos/attestation', |
| 1282 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1283 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1283 }, | 1284 }, |
| 1284 'includes': [ '../build/protoc.gypi' ] | 1285 'includes': [ '../build/protoc.gypi' ] |
| 1285 }, | 1286 }, |
| 1286 ], | 1287 ], |
| 1287 } | 1288 } |
| OLD | NEW |