| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '../breakpad/breakpad.gyp:breakpad_client', | 44 '../breakpad/breakpad.gyp:breakpad_client', |
| 45 '../build/linux/system.gyp:dbus', | 45 '../build/linux/system.gyp:dbus', |
| 46 '../chromeos/chromeos.gyp:chromeos', | 46 '../chromeos/chromeos.gyp:chromeos', |
| 47 # browser_chromeos #includes signed_secret.pb.h directly. | 47 # browser_chromeos #includes signed_secret.pb.h directly. |
| 48 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 48 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 49 # browser_chromeos #includes power_supply_properties.pb.h directly. | 49 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 50 '../chromeos/chromeos.gyp:power_manager_proto', | 50 '../chromeos/chromeos.gyp:power_manager_proto', |
| 51 '../chromeos/ime/input_method.gyp:gencode', | 51 '../chromeos/ime/input_method.gyp:gencode', |
| 52 '../components/components.gyp:cloud_policy_proto', | 52 '../components/components.gyp:cloud_policy_proto', |
| 53 '../components/components.gyp:onc_component', | 53 '../components/components.gyp:onc_component', |
| 54 '../components/components.gyp:pairing', |
| 54 '../components/components.gyp:policy', | 55 '../components/components.gyp:policy', |
| 55 '../components/components.gyp:user_manager', | 56 '../components/components.gyp:user_manager', |
| 56 # This depends directly on the variations target, rather than just | 57 # This depends directly on the variations target, rather than just |
| 57 # transitively via the common target because the proto sources need to | 58 # transitively via the common target because the proto sources need to |
| 58 # be generated before code in this target can start building. | 59 # be generated before code in this target can start building. |
| 59 '../components/components.gyp:variations', | 60 '../components/components.gyp:variations', |
| 60 '../components/components_strings.gyp:components_strings', | 61 '../components/components_strings.gyp:components_strings', |
| 61 '../content/content.gyp:content_browser', | 62 '../content/content.gyp:content_browser', |
| 62 '../content/content.gyp:content_common', | 63 '../content/content.gyp:content_common', |
| 63 '../crypto/crypto.gyp:crypto', | 64 '../crypto/crypto.gyp:crypto', |
| (...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1176 'browser/chromeos/attestation/attestation_signed_data.proto', | 1177 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1177 ], | 1178 ], |
| 1178 'variables': { | 1179 'variables': { |
| 1179 'proto_in_dir': 'browser/chromeos/attestation', | 1180 'proto_in_dir': 'browser/chromeos/attestation', |
| 1180 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1181 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1181 }, | 1182 }, |
| 1182 'includes': [ '../build/protoc.gypi' ] | 1183 'includes': [ '../build/protoc.gypi' ] |
| 1183 }, | 1184 }, |
| 1184 ], | 1185 ], |
| 1185 } | 1186 } |
| OLD | NEW |