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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 '../chromeos/chromeos.gyp:chromeos', | 49 '../chromeos/chromeos.gyp:chromeos', |
50 '../chromeos/chromeos.gyp:chromeos_memory', | 50 '../chromeos/chromeos.gyp:chromeos_memory', |
51 # browser_chromeos #includes power_supply_properties.pb.h directly. | 51 # browser_chromeos #includes power_supply_properties.pb.h directly. |
52 '../chromeos/chromeos.gyp:power_manager_proto', | 52 '../chromeos/chromeos.gyp:power_manager_proto', |
53 '../chromeos/ime/input_method.gyp:gencode', | 53 '../chromeos/ime/input_method.gyp:gencode', |
54 '../components/components.gyp:onc_component', | 54 '../components/components.gyp:onc_component', |
55 # This depends directly on the variations target, rather than just | 55 # This depends directly on the variations target, rather than just |
56 # transitively via the common target because the proto sources need to | 56 # transitively via the common target because the proto sources need to |
57 # be generated before code in this target can start building. | 57 # be generated before code in this target can start building. |
58 '../components/components.gyp:variations', | 58 '../components/components.gyp:variations', |
| 59 '../components/component_strings.gyp:component_strings', |
59 '../content/content.gyp:content_browser', | 60 '../content/content.gyp:content_browser', |
60 '../content/content.gyp:content_common', | 61 '../content/content.gyp:content_common', |
61 '../crypto/crypto.gyp:crypto', | 62 '../crypto/crypto.gyp:crypto', |
62 '../dbus/dbus.gyp:dbus', | 63 '../dbus/dbus.gyp:dbus', |
63 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 64 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
64 '../media/media.gyp:media', | 65 '../media/media.gyp:media', |
65 '../net/net.gyp:net', | 66 '../net/net.gyp:net', |
66 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 67 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
67 '../skia/skia.gyp:skia', | 68 '../skia/skia.gyp:skia', |
68 '../sync/sync.gyp:sync', | 69 '../sync/sync.gyp:sync', |
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'browser/chromeos/attestation/attestation_signed_data.proto', | 1009 'browser/chromeos/attestation/attestation_signed_data.proto', |
1009 ], | 1010 ], |
1010 'variables': { | 1011 'variables': { |
1011 'proto_in_dir': 'browser/chromeos/attestation', | 1012 'proto_in_dir': 'browser/chromeos/attestation', |
1012 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1013 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1013 }, | 1014 }, |
1014 'includes': [ '../build/protoc.gypi' ] | 1015 'includes': [ '../build/protoc.gypi' ] |
1015 }, | 1016 }, |
1016 ], | 1017 ], |
1017 } | 1018 } |
OLD | NEW |