| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 263512080cab26d62bcb02c6010c94cf0ddbbe0b..0469a0f2839b010323329405f89df31a5f753108 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -16,13 +16,14 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_prefs',
|
| - '../components/components.gyp:cloud_policy_proto',
|
| - '../components/components.gyp:onc_component',
|
| - '../crypto/crypto.gyp:crypto',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../build/linux/system.gyp:dbus',
|
| '../build/linux/system.gyp:ssl',
|
| + '../components/components.gyp:cloud_policy_proto',
|
| + '../components/components.gyp:onc_component',
|
| + '../crypto/crypto.gyp:crypto',
|
| '../dbus/dbus.gyp:dbus',
|
| + '../google_apis/google_apis.gyp:google_apis',
|
| '../net/net.gyp:net',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| @@ -260,12 +261,18 @@
|
| 'ime/input_method_manager.cc',
|
| 'ime/input_method_manager.h',
|
| 'ime/input_method_whitelist.cc',
|
| - 'ime/input_method_whitelist.h',
|
| 'ime/ime_keyboard.h',
|
| 'ime/ime_keyboard_ozone.cc',
|
| 'ime/ime_keyboard_x11.cc',
|
| + 'ime/input_method_whitelist.h',
|
| + 'login/auth/key.cc',
|
| + 'login/auth/key.h',
|
| + 'login/auth/user_context.cc',
|
| + 'login/auth/user_context.h',
|
| 'login/login_state.cc',
|
| 'login/login_state.h',
|
| + 'login/user_names.cc',
|
| + 'login/user_names.h',
|
| 'network/certificate_pattern.cc',
|
| 'network/certificate_pattern.h',
|
| 'network/client_cert_resolver.cc',
|
| @@ -277,15 +284,15 @@
|
| 'network/geolocation_handler.cc',
|
| 'network/geolocation_handler.h',
|
| 'network/host_resolver_impl_chromeos.cc',
|
| - 'network/host_resolver_impl_chromeos.h',
|
| + 'network/host_resolver_impl_chromeos.h',
|
| 'network/managed_network_configuration_handler.cc',
|
| 'network/managed_network_configuration_handler.h',
|
| 'network/managed_network_configuration_handler_impl.cc',
|
| 'network/managed_network_configuration_handler_impl.h',
|
| 'network/managed_state.cc',
|
| 'network/managed_state.h',
|
| - 'network/network_activation_handler.cc',
|
| - 'network/network_activation_handler.h',
|
| + 'network/network_activation_handler.cc',
|
| + 'network/network_activation_handler.h',
|
| 'network/network_cert_migrator.cc',
|
| 'network/network_cert_migrator.h',
|
| 'network/network_change_notifier_chromeos.cc',
|
| @@ -524,15 +531,16 @@
|
| 'dbus/shill_service_client_unittest.cc',
|
| 'disks/disk_mount_manager_unittest.cc',
|
| 'ime/component_extension_ime_manager_unittest.cc',
|
| - 'ime/extension_ime_util_unittest.cc',
|
| 'ime/composition_text_unittest.cc',
|
| + 'ime/extension_ime_util_unittest.cc',
|
| + 'ime/ime_keyboard_x11_unittest.cc',
|
| 'ime/input_method_manager.h',
|
| 'ime/input_method_whitelist_unittest.cc',
|
| - 'ime/ime_keyboard_x11_unittest.cc',
|
| + 'login/auth/key_unittest.cc',
|
| 'login/login_state_unittest.cc',
|
| 'network/client_cert_resolver_unittest.cc',
|
| 'network/geolocation_handler_unittest.cc',
|
| - 'network/host_resolver_impl_chromeos_unittest.cc',
|
| + 'network/host_resolver_impl_chromeos_unittest.cc',
|
| 'network/managed_network_configuration_handler_unittest.cc',
|
| 'network/network_cert_migrator_unittest.cc',
|
| 'network/network_change_notifier_chromeos_unittest.cc',
|
|
|