| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 '../build/linux/system.gyp:dbus', | 46 '../build/linux/system.gyp:dbus', |
| 47 '../chromeos/chromeos.gyp:chromeos', | 47 '../chromeos/chromeos.gyp:chromeos', |
| 48 '../chromeos/chromeos.gyp:cryptohome_proto', | 48 '../chromeos/chromeos.gyp:cryptohome_proto', |
| 49 # browser_chromeos #includes signed_secret.pb.h directly. | 49 # browser_chromeos #includes signed_secret.pb.h directly. |
| 50 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 50 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 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:cloud_policy_proto', | 54 '../components/components.gyp:cloud_policy_proto', |
| 55 '../components/components.gyp:onc_component', | 55 '../components/components.gyp:onc_component', |
| 56 '../components/components.gyp:ownership', |
| 56 '../components/components.gyp:pairing', | 57 '../components/components.gyp:pairing', |
| 57 '../components/components.gyp:policy', | 58 '../components/components.gyp:policy', |
| 58 # This depends directly on the variations target, rather than just | 59 # This depends directly on the variations target, rather than just |
| 59 # transitively via the common target because the proto sources need to | 60 # transitively via the common target because the proto sources need to |
| 60 # be generated before code in this target can start building. | 61 # be generated before code in this target can start building. |
| 61 '../components/components.gyp:variations', | 62 '../components/components.gyp:variations', |
| 62 '../components/components.gyp:variations_http_provider', | 63 '../components/components.gyp:variations_http_provider', |
| 63 '../components/components_strings.gyp:components_strings', | 64 '../components/components_strings.gyp:components_strings', |
| 64 '../content/app/resources/content_resources.gyp:content_resources', | 65 '../content/app/resources/content_resources.gyp:content_resources', |
| 65 '../content/content.gyp:content_browser', | 66 '../content/content.gyp:content_browser', |
| (...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 'browser/chromeos/settings/device_oauth2_token_service_factory.cc', | 937 'browser/chromeos/settings/device_oauth2_token_service_factory.cc', |
| 937 'browser/chromeos/settings/device_oauth2_token_service_factory.h', | 938 'browser/chromeos/settings/device_oauth2_token_service_factory.h', |
| 938 'browser/chromeos/settings/device_settings_cache.cc', | 939 'browser/chromeos/settings/device_settings_cache.cc', |
| 939 'browser/chromeos/settings/device_settings_cache.h', | 940 'browser/chromeos/settings/device_settings_cache.h', |
| 940 'browser/chromeos/settings/device_settings_provider.cc', | 941 'browser/chromeos/settings/device_settings_provider.cc', |
| 941 'browser/chromeos/settings/device_settings_provider.h', | 942 'browser/chromeos/settings/device_settings_provider.h', |
| 942 'browser/chromeos/settings/device_settings_service.cc', | 943 'browser/chromeos/settings/device_settings_service.cc', |
| 943 'browser/chromeos/settings/device_settings_service.h', | 944 'browser/chromeos/settings/device_settings_service.h', |
| 944 'browser/chromeos/settings/owner_flags_storage.cc', | 945 'browser/chromeos/settings/owner_flags_storage.cc', |
| 945 'browser/chromeos/settings/owner_flags_storage.h', | 946 'browser/chromeos/settings/owner_flags_storage.h', |
| 946 'browser/chromeos/settings/owner_key_util.cc', | |
| 947 'browser/chromeos/settings/owner_key_util.h', | |
| 948 'browser/chromeos/settings/session_manager_operation.cc', | 947 'browser/chromeos/settings/session_manager_operation.cc', |
| 949 'browser/chromeos/settings/session_manager_operation.h', | 948 'browser/chromeos/settings/session_manager_operation.h', |
| 950 'browser/chromeos/settings/stub_cros_settings_provider.cc', | 949 'browser/chromeos/settings/stub_cros_settings_provider.cc', |
| 951 'browser/chromeos/settings/stub_cros_settings_provider.h', | 950 'browser/chromeos/settings/stub_cros_settings_provider.h', |
| 952 'browser/chromeos/settings/system_settings_provider.cc', | 951 'browser/chromeos/settings/system_settings_provider.cc', |
| 953 'browser/chromeos/settings/system_settings_provider.h', | 952 'browser/chromeos/settings/system_settings_provider.h', |
| 954 'browser/chromeos/settings/token_encryptor.cc', | 953 'browser/chromeos/settings/token_encryptor.cc', |
| 955 'browser/chromeos/settings/token_encryptor.h', | 954 'browser/chromeos/settings/token_encryptor.h', |
| 956 'browser/chromeos/sim_dialog_delegate.cc', | 955 'browser/chromeos/sim_dialog_delegate.cc', |
| 957 'browser/chromeos/sim_dialog_delegate.h', | 956 'browser/chromeos/sim_dialog_delegate.h', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1194 'browser/chromeos/attestation/attestation_signed_data.proto', | 1193 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1195 ], | 1194 ], |
| 1196 'variables': { | 1195 'variables': { |
| 1197 'proto_in_dir': 'browser/chromeos/attestation', | 1196 'proto_in_dir': 'browser/chromeos/attestation', |
| 1198 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1197 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1199 }, | 1198 }, |
| 1200 'includes': [ '../build/protoc.gypi' ] | 1199 'includes': [ '../build/protoc.gypi' ] |
| 1201 }, | 1200 }, |
| 1202 ], | 1201 ], |
| 1203 } | 1202 } |
| OLD | NEW |