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 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 '../chromeos/chromeos.gyp:power_manager_proto', | 51 '../chromeos/chromeos.gyp:power_manager_proto', |
52 '../chromeos/ime/input_method.gyp:gencode', | 52 '../chromeos/ime/input_method.gyp:gencode', |
53 '../components/components.gyp:cloud_policy_proto', | 53 '../components/components.gyp:cloud_policy_proto', |
54 '../components/components.gyp:onc_component', | 54 '../components/components.gyp:onc_component', |
55 '../components/components.gyp:pairing', | 55 '../components/components.gyp:pairing', |
56 '../components/components.gyp:policy', | 56 '../components/components.gyp:policy', |
57 # This depends directly on the variations target, rather than just | 57 # This depends directly on the variations target, rather than just |
58 # transitively via the common target because the proto sources need to | 58 # transitively via the common target because the proto sources need to |
59 # be generated before code in this target can start building. | 59 # be generated before code in this target can start building. |
60 '../components/components.gyp:variations', | 60 '../components/components.gyp:variations', |
| 61 '../components/components.gyp:variations_http_provider', |
61 '../components/components_strings.gyp:components_strings', | 62 '../components/components_strings.gyp:components_strings', |
62 '../content/content.gyp:content_browser', | 63 '../content/content.gyp:content_browser', |
63 '../content/content.gyp:content_common', | 64 '../content/content.gyp:content_common', |
64 '../crypto/crypto.gyp:crypto', | 65 '../crypto/crypto.gyp:crypto', |
65 '../dbus/dbus.gyp:dbus', | 66 '../dbus/dbus.gyp:dbus', |
66 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 67 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
67 '../device/hid/hid.gyp:device_hid', | 68 '../device/hid/hid.gyp:device_hid', |
68 '../media/media.gyp:media', | 69 '../media/media.gyp:media', |
69 '../net/net.gyp:net', | 70 '../net/net.gyp:net', |
70 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 71 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1191 'browser/chromeos/attestation/attestation_signed_data.proto', | 1192 'browser/chromeos/attestation/attestation_signed_data.proto', |
1192 ], | 1193 ], |
1193 'variables': { | 1194 'variables': { |
1194 'proto_in_dir': 'browser/chromeos/attestation', | 1195 'proto_in_dir': 'browser/chromeos/attestation', |
1195 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1196 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1196 }, | 1197 }, |
1197 'includes': [ '../build/protoc.gypi' ] | 1198 'includes': [ '../build/protoc.gypi' ] |
1198 }, | 1199 }, |
1199 ], | 1200 ], |
1200 } | 1201 } |
OLD | NEW |