| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index b48beccd9d1f245c7e931fc1a2c2518afea5f957..3c1434ff2707252f1d1063cb6b8f433610721b4d 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -249,32 +249,44 @@
|
| 'disks/disk_mount_manager.h',
|
| 'ime/component_extension_ime_manager.cc',
|
| 'ime/component_extension_ime_manager.h',
|
| + 'ime/composition_text.cc',
|
| + 'ime/composition_text.h',
|
| 'ime/extension_ime_util.cc',
|
| 'ime/extension_ime_util.h',
|
| 'ime/fake_ime_keyboard.cc',
|
| 'ime/fake_ime_keyboard.h',
|
| - 'ime/composition_text.cc',
|
| - 'ime/composition_text.h',
|
| + 'ime/ime_keyboard.h',
|
| + 'ime/ime_keyboard_ozone.cc',
|
| + 'ime/ime_keyboard_x11.cc',
|
| 'ime/input_method_delegate.h',
|
| 'ime/input_method_descriptor.cc',
|
| 'ime/input_method_descriptor.h',
|
| 'ime/input_method_manager.cc',
|
| 'ime/input_method_manager.h',
|
| 'ime/input_method_whitelist.cc',
|
| - 'ime/ime_keyboard.h',
|
| - 'ime/ime_keyboard_ozone.cc',
|
| - 'ime/ime_keyboard_x11.cc',
|
| 'ime/input_method_whitelist.h',
|
| + 'login/auth/auth_attempt_state.cc',
|
| + 'login/auth/auth_attempt_state.h',
|
| + 'login/auth/auth_attempt_state_resolver.cc',
|
| + 'login/auth/auth_attempt_state_resolver.h',
|
| 'login/auth/auth_status_consumer.cc',
|
| 'login/auth/auth_status_consumer.h',
|
| + 'login/auth/authenticator.cc',
|
| + 'login/auth/authenticator.h',
|
| + 'login/auth/extended_authenticator.cc',
|
| + 'login/auth/extended_authenticator.h',
|
| 'login/auth/key.cc',
|
| 'login/auth/key.h',
|
| + 'login/auth/test_attempt_state.cc',
|
| + 'login/auth/test_attempt_state.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',
|
| + 'login_event_recorder.cc',
|
| + 'login_event_recorder.h',
|
| 'network/certificate_pattern.cc',
|
| 'network/certificate_pattern.h',
|
| 'network/client_cert_resolver.cc',
|
| @@ -283,6 +295,8 @@
|
| 'network/client_cert_util.h',
|
| 'network/device_state.cc',
|
| 'network/device_state.h',
|
| + 'network/dhcp_proxy_script_fetcher_chromeos.cc',
|
| + 'network/dhcp_proxy_script_fetcher_chromeos.h',
|
| 'network/geolocation_handler.cc',
|
| 'network/geolocation_handler.h',
|
| 'network/host_resolver_impl_chromeos.cc',
|
| @@ -356,10 +370,10 @@
|
| 'network/onc/onc_utils.h',
|
| 'network/onc/onc_validator.cc',
|
| 'network/onc/onc_validator.h',
|
| - 'network/policy_util.cc',
|
| - 'network/policy_util.h',
|
| 'network/policy_applicator.cc',
|
| 'network/policy_applicator.h',
|
| + 'network/policy_util.cc',
|
| + 'network/policy_util.h',
|
| 'network/portal_detector/network_portal_detector.cc',
|
| 'network/portal_detector/network_portal_detector.h',
|
| 'network/portal_detector/network_portal_detector_strategy.cc',
|
| @@ -368,14 +382,12 @@
|
| 'network/shill_property_handler.h',
|
| 'network/shill_property_util.cc',
|
| 'network/shill_property_util.h',
|
| - 'network/dhcp_proxy_script_fetcher_chromeos.cc',
|
| - 'network/dhcp_proxy_script_fetcher_chromeos.h',
|
| + 'pairing/controller_pairing_controller.cc',
|
| + 'pairing/controller_pairing_controller.h',
|
| 'pairing/fake_controller_pairing_controller.cc',
|
| 'pairing/fake_controller_pairing_controller.h',
|
| 'pairing/fake_host_pairing_controller.cc',
|
| 'pairing/fake_host_pairing_controller.h',
|
| - 'pairing/controller_pairing_controller.cc',
|
| - 'pairing/controller_pairing_controller.h',
|
| 'pairing/host_pairing_controller.cc',
|
| 'pairing/host_pairing_controller.h',
|
| 'process_proxy/process_output_watcher.cc',
|
| @@ -447,8 +459,12 @@
|
| 'disks/mock_disk_mount_manager.h',
|
| 'ime/mock_component_extension_ime_manager_delegate.cc',
|
| 'ime/mock_component_extension_ime_manager_delegate.h',
|
| + 'login/auth/mock_auth_attempt_state_resolver.cc',
|
| + 'login/auth/mock_auth_attempt_state_resolver.h',
|
| 'login/auth/mock_auth_status_consumer.cc',
|
| 'login/auth/mock_auth_status_consumer.h',
|
| + 'login/auth/mock_authenticator.cc',
|
| + 'login/auth/mock_authenticator.h',
|
| 'network/fake_network_device_handler.cc',
|
| 'network/fake_network_device_handler.h',
|
| 'network/mock_managed_network_configuration_handler.cc',
|
|
|