Revert "[M108 Migration] [SlimDownCode] Delete Redundant Modules" 79/297779/1
authorAyush Kumar <ayush.k123@samsung.com>
Thu, 13 Jul 2023 06:31:53 +0000 (12:01 +0530)
committerAyush Kumar <ayush.k123@samsung.com>
Thu, 24 Aug 2023 06:40:56 +0000 (12:10 +0530)
commit8d1f2f2921465610de78dbd926c0372ea90706bd
tree4d283f6185c3e3d7e9379fbde41f327367b878b1
parent6c432bf88a2404366cd07d7ed273a9e8a473aaa4
Revert "[M108 Migration] [SlimDownCode] Delete Redundant Modules"

This commit partially reverts 143b987df202b29f81a056cad7237efa20eea195
to add chromeos/* to resolve chrome build errors.

Change-Id: I0f16969d11e15e49721bf4676bd678e2703e020d
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
6005 files changed:
chromeos/BUILD.gn [new file with mode: 0644]
chromeos/CHROMEOS_LKGM [new file with mode: 0644]
chromeos/DEPS [new file with mode: 0644]
chromeos/DIR_METADATA [new file with mode: 0644]
chromeos/LACROS_OWNERS [new file with mode: 0644]
chromeos/OWNERS [new file with mode: 0644]
chromeos/README.md [new file with mode: 0644]
chromeos/SECURITY_OWNERS [new file with mode: 0644]
chromeos/TERMINAL_OWNERS [new file with mode: 0644]
chromeos/ash/DEPS [new file with mode: 0644]
chromeos/ash/components/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/DEPS [new file with mode: 0644]
chromeos/ash/components/README.md [new file with mode: 0644]
chromeos/ash/components/account_manager/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/account_manager/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/components/account_manager/DEPS [new file with mode: 0644]
chromeos/ash/components/account_manager/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/account_manager/OWNERS [new file with mode: 0644]
chromeos/ash/components/account_manager/account_manager_factory.cc [new file with mode: 0644]
chromeos/ash/components/account_manager/account_manager_factory.h [new file with mode: 0644]
chromeos/ash/components/assistant/.gitignore [new file with mode: 0644]
chromeos/ash/components/assistant/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/assistant/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/components/assistant/DEPS [new file with mode: 0644]
chromeos/ash/components/assistant/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/assistant/OWNERS [new file with mode: 0644]
chromeos/ash/components/assistant/ambient.gni [new file with mode: 0644]
chromeos/ash/components/assistant/assistant.gni [new file with mode: 0644]
chromeos/ash/components/assistant/test_support/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/assistant/test_support/expect_utils.h [new file with mode: 0644]
chromeos/ash/components/assistant/tools/download_custom_chrome.sh [new file with mode: 0755]
chromeos/ash/components/assistant/tools/revert_custom_chrome.sh [new file with mode: 0755]
chromeos/ash/components/assistant/tools/send-audio.sh [new file with mode: 0755]
chromeos/ash/components/attestation/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/attestation/DEPS [new file with mode: 0644]
chromeos/ash/components/attestation/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/attestation/OWNERS [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_features.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_features.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_features_unittest.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_adaptive.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_adaptive.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_adaptive_unittest.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_factory.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_factory.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_integrated.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_integrated.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_integrated_unittest.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_status_reporter.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_status_reporter.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_status_reporter_unittest.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_type_decider.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_type_decider.h [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_type_decider_unittest.cc [new file with mode: 0644]
chromeos/ash/components/attestation/attestation_flow_unittest.cc [new file with mode: 0644]
chromeos/ash/components/attestation/fake_attestation_flow.cc [new file with mode: 0644]
chromeos/ash/components/attestation/fake_attestation_flow.h [new file with mode: 0644]
chromeos/ash/components/attestation/fake_certificate.cc [new file with mode: 0644]
chromeos/ash/components/attestation/fake_certificate.h [new file with mode: 0644]
chromeos/ash/components/attestation/mock_attestation_flow.cc [new file with mode: 0644]
chromeos/ash/components/attestation/mock_attestation_flow.h [new file with mode: 0644]
chromeos/ash/components/attestation/stub_attestation_features.cc [new file with mode: 0644]
chromeos/ash/components/attestation/stub_attestation_features.h [new file with mode: 0644]
chromeos/ash/components/audio/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/audio/DEPS [new file with mode: 0644]
chromeos/ash/components/audio/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/audio/OWNERS [new file with mode: 0644]
chromeos/ash/components/audio/audio_device.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_device.h [new file with mode: 0644]
chromeos/ash/components/audio/audio_device_selection_generated_unittest.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_device_selection_test_base.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_device_selection_test_base.h [new file with mode: 0644]
chromeos/ash/components/audio/audio_device_selection_unittest.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_devices_pref_handler.h [new file with mode: 0644]
chromeos/ash/components/audio/audio_devices_pref_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_devices_pref_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/audio/audio_devices_pref_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_devices_pref_handler_stub.cc [new file with mode: 0644]
chromeos/ash/components/audio/audio_devices_pref_handler_stub.h [new file with mode: 0644]
chromeos/ash/components/audio/audio_pref_observer.h [new file with mode: 0644]
chromeos/ash/components/audio/cras_audio_handler.cc [new file with mode: 0644]
chromeos/ash/components/audio/cras_audio_handler.h [new file with mode: 0644]
chromeos/ash/components/audio/cras_audio_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/audio/cros_audio_config.cc [new file with mode: 0644]
chromeos/ash/components/audio/cros_audio_config.h [new file with mode: 0644]
chromeos/ash/components/audio/cros_audio_config_impl.cc [new file with mode: 0644]
chromeos/ash/components/audio/cros_audio_config_impl.h [new file with mode: 0644]
chromeos/ash/components/audio/cros_audio_config_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/audio/in_process_instance.cc [new file with mode: 0644]
chromeos/ash/components/audio/in_process_instance.h [new file with mode: 0644]
chromeos/ash/components/audio/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/audio/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/audio/public/mojom/cros_audio_config.mojom [new file with mode: 0644]
chromeos/ash/components/audio/sounds.h [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/DEPS [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/OWNERS [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_flusher.cc [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_flusher.h [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_helper.cc [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_helper.h [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_types.cc [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_types.h [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/browser_context_types_unittest.cc [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/file_flusher.cc [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/file_flusher.h [new file with mode: 0644]
chromeos/ash/components/browser_context_helper/file_flusher_unittest.cc [new file with mode: 0644]
chromeos/ash/components/chromebox_for_meetings/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/chromebox_for_meetings/OWNERS [new file with mode: 0644]
chromeos/ash/components/chromebox_for_meetings/README.md [new file with mode: 0644]
chromeos/ash/components/chromebox_for_meetings/features.cc [new file with mode: 0644]
chromeos/ash/components/chromebox_for_meetings/features.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/cryptohome/DEPS [new file with mode: 0644]
chromeos/ash/components/cryptohome/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/cryptohome/OWNERS [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor_conversions.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor_conversions.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor_conversions_unittest.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor_input.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/auth_factor_input.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/common_types.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/cryptohome_parameters.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/cryptohome_parameters.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/cryptohome_util.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/cryptohome_util.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/cryptohome_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/system_salt_getter.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/system_salt_getter.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/system_salt_getter_unittest.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/userdataauth_util.cc [new file with mode: 0644]
chromeos/ash/components/cryptohome/userdataauth_util.h [new file with mode: 0644]
chromeos/ash/components/cryptohome/userdataauth_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/README.md [new file with mode: 0644]
chromeos/ash/components/dbus/anomaly_detector/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/anomaly_detector/anomaly_detector_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/anomaly_detector/anomaly_detector_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/anomaly_detector/fake_anomaly_detector_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/anomaly_detector/fake_anomaly_detector_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/arc/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/arc/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_appfuse_provider_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_appfuse_provider_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_camera_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_camera_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_keymaster_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_keymaster_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_keymint_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_keymint_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_midis_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_midis_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_obb_mounter_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arc_obb_mounter_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arcvm_data_migrator_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/arcvm_data_migrator_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_appfuse_provider_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_appfuse_provider_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_camera_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_camera_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_keymaster_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_keymaster_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_keymint_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_keymint_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_midis_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_midis_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_obb_mounter_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arc_obb_mounter_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arcvm_data_migrator_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/arc/fake_arcvm_data_migrator_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/attestation/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/attestation/attestation_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/attestation/attestation_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/attestation/fake_attestation_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/attestation/fake_attestation_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/audio/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/audio/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/audio/audio_node.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/audio_node.h [new file with mode: 0644]
chromeos/ash/components/dbus/audio/cras_audio_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/cras_audio_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/audio/cras_audio_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/fake_cras_audio_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/fake_cras_audio_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/audio/fake_floss_media_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/fake_floss_media_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/audio/floss_media_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/floss_media_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/audio/volume_state.cc [new file with mode: 0644]
chromeos/ash/components/dbus/audio/volume_state.h [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/authpolicy_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/authpolicy_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/fake_authpolicy_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/fake_authpolicy_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/authpolicy/fake_authpolicy_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/biod/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/biod/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/biod/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/biod/biod_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/biod/biod_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/biod/biod_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/biod/fake_biod_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/biod/fake_biod_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/biod/fake_biod_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/biod/test_utils.cc [new file with mode: 0644]
chromeos/ash/components/dbus/biod/test_utils.h [new file with mode: 0644]
chromeos/ash/components/dbus/cdm_factory_daemon/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/cdm_factory_daemon/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/cdm_factory_daemon/cdm_factory_daemon_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cdm_factory_daemon/cdm_factory_daemon_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cdm_factory_daemon/fake_cdm_factory_daemon_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cdm_factory_daemon/fake_cdm_factory_daemon_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cec_service/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/cec_service/cec_service_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cec_service/cec_service_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cec_service/cec_service_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cec_service/fake_cec_service_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cec_service/fake_cec_service_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/cfm_hotline_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/cfm_hotline_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/cfm_hotline_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/cfm_observer.h [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/fake_cfm_hotline_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/chromebox_for_meetings/fake_cfm_hotline_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/chunneld/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/chunneld/chunneld_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/chunneld/chunneld_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/chunneld/fake_chunneld_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/chunneld/fake_chunneld_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cicerone/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/cicerone/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/cicerone/cicerone_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cicerone/cicerone_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cicerone/fake_cicerone_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cicerone/fake_cicerone_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/concierge/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/concierge/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/concierge/concierge_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/concierge/concierge_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/concierge/fake_concierge_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/concierge/fake_concierge_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/constants/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/constants/attestation_constants.cc [new file with mode: 0644]
chromeos/ash/components/dbus/constants/attestation_constants.h [new file with mode: 0644]
chromeos/ash/components/dbus/constants/cryptohome_key_delegate_constants.cc [new file with mode: 0644]
chromeos/ash/components/dbus/constants/cryptohome_key_delegate_constants.h [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/cros_disks_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/cros_disks_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/cros_disks_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/fake_cros_disks_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cros_disks/fake_cros_disks_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cryptohome/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/cryptohome/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/cryptohome/account_identifier_operators.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cryptohome/account_identifier_operators.h [new file with mode: 0644]
chromeos/ash/components/dbus/cryptohome/attestation.proto [new file with mode: 0644]
chromeos/ash/components/dbus/cups_proxy/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/cups_proxy/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/cups_proxy/cups_proxy_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cups_proxy/cups_proxy_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/cups_proxy/fake_cups_proxy_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/cups_proxy/fake_cups_proxy_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/dbus_thread_manager.cc [new file with mode: 0644]
chromeos/ash/components/dbus/dbus_thread_manager.h [new file with mode: 0644]
chromeos/ash/components/dbus/dbus_thread_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/debug_daemon_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/debug_daemon_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/debug_daemon_client_provider.cc [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/debug_daemon_client_provider.h [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/fake_debug_daemon_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/fake_debug_daemon_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/metrics.cc [new file with mode: 0644]
chromeos/ash/components/dbus/debug_daemon/metrics.h [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/dlcservice_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/dlcservice_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/dlcservice_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/fake_dlcservice_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/dlcservice/fake_dlcservice_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/easy_unlock/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/easy_unlock/easy_unlock_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/easy_unlock/easy_unlock_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/easy_unlock/fake_easy_unlock_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/easy_unlock/fake_easy_unlock_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/easy_unlock/fake_easy_unlock_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/featured/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/featured/fake_featured_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/featured/fake_featured_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/featured/featured_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/featured/featured_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/featured/featured_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/federated/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/federated/fake_federated_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/federated/fake_federated_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/federated/federated_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/federated/federated_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/dbus_constants.h [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fake_fwupd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fake_fwupd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_device.cc [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_device.h [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_properties.cc [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_properties.h [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_update.cc [new file with mode: 0644]
chromeos/ash/components/dbus/fwupd/fwupd_update.h [new file with mode: 0644]
chromeos/ash/components/dbus/gnubby/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/gnubby/fake_gnubby_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/gnubby/fake_gnubby_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/gnubby/fake_gnubby_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/gnubby/gnubby_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/gnubby/gnubby_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hammerd/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/hammerd/fake_hammerd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hammerd/fake_hammerd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hammerd/hammerd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hammerd/hammerd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/constants.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/constants.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/fake_hermes_euicc_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/fake_hermes_euicc_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/fake_hermes_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/fake_hermes_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/fake_hermes_profile_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/fake_hermes_profile_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_client_test_base.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_client_test_base.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_clients.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_clients.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_euicc_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_euicc_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_euicc_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_profile_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_profile_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_profile_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_response_status.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_response_status.h [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_test_utils.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hermes/hermes_test_utils.h [new file with mode: 0644]
chromeos/ash/components/dbus/hiberman/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/hiberman/fake_hiberman_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hiberman/fake_hiberman_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hiberman/hiberman_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/hiberman/hiberman_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/hiberman/hiberman_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/human_presence/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/human_presence/fake_human_presence_dbus_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/human_presence/fake_human_presence_dbus_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/human_presence/human_presence_dbus_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/human_presence/human_presence_dbus_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/image_burner/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/image_burner/fake_image_burner_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/image_burner/fake_image_burner_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/image_burner/image_burner_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/image_burner/image_burner_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/image_loader/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/image_loader/fake_image_loader_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/image_loader/fake_image_loader_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/image_loader/image_loader_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/image_loader/image_loader_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/fake_kerberos_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/fake_kerberos_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/kerberos_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/kerberos/kerberos_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/fake_lorgnette_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/fake_lorgnette_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/lorgnette_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/lorgnette_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/lorgnette_manager/lorgnette_manager_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/media_analytics/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/media_analytics/fake_media_analytics_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/media_analytics/fake_media_analytics_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/media_analytics/media_analytics_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/media_analytics/media_analytics_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/media_analytics/media_perception.proto [new file with mode: 0644]
chromeos/ash/components/dbus/oobe_config/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/oobe_config/fake_oobe_configuration_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/oobe_config/fake_oobe_configuration_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/oobe_config/oobe_configuration_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/oobe_config/oobe_configuration_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/oobe_config/oobe_configuration_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/os_install/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/os_install/fake_os_install_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/os_install/fake_os_install_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/os_install/os_install_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/os_install/os_install_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/patchpanel/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/patchpanel/fake_patchpanel_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/patchpanel/fake_patchpanel_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/patchpanel/patchpanel_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/patchpanel/patchpanel_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/pciguard/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/pciguard/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/pciguard/fake_pciguard_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/pciguard/fake_pciguard_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/pciguard/pciguard_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/pciguard/pciguard_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/printscanmgr/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/printscanmgr/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/printscanmgr/fake_printscanmgr_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/printscanmgr/fake_printscanmgr_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/printscanmgr/printscanmgr_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/printscanmgr/printscanmgr_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/private_computing/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/private_computing/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/private_computing/fake_private_computing_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/private_computing/fake_private_computing_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/private_computing/private_computing_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/private_computing/private_computing_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/resourced/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/resourced/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/resourced/fake_resourced_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/resourced/fake_resourced_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/resourced/resourced_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/resourced/resourced_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/rgbkbd/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/rgbkbd/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/rgbkbd/fake_rgbkbd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/rgbkbd/fake_rgbkbd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/rgbkbd/rgbkbd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/rgbkbd/rgbkbd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/fake_rmad_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/fake_rmad_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/fake_rmad_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/rmad_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/rmad_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/rmad/rmad_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/runtime_probe/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/runtime_probe/fake_runtime_probe_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/runtime_probe/fake_runtime_probe_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/runtime_probe/runtime_probe_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/runtime_probe/runtime_probe_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/seneschal/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/seneschal/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/seneschal/fake_seneschal_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/seneschal/fake_seneschal_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/seneschal/seneschal_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/seneschal/seneschal_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/services/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/services/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/services/README.md [new file with mode: 0644]
chromeos/ash/components/dbus/services/cros_dbus_service.cc [new file with mode: 0644]
chromeos/ash/components/dbus/services/cros_dbus_service.h [new file with mode: 0644]
chromeos/ash/components/dbus/services/cros_dbus_service_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/services/service_provider_test_helper.cc [new file with mode: 0644]
chromeos/ash/components/dbus/services/service_provider_test_helper.h [new file with mode: 0644]
chromeos/ash/components/dbus/session_manager/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/session_manager/fake_session_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/session_manager/fake_session_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/session_manager/session_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/session_manager/session_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/shill/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/shill/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/shill/README.md [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_modem_messaging_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_modem_messaging_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_device_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_device_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_ipconfig_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_ipconfig_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_profile_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_profile_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_service_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_service_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_simulated_result.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_third_party_vpn_driver_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_shill_third_party_vpn_driver_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_sms_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/fake_sms_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/modem_messaging_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/modem_messaging_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/modem_messaging_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_client_helper.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_client_helper.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_client_unittest_base.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_client_unittest_base.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_clients.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_clients.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_device_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_device_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_device_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_ipconfig_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_ipconfig_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_ipconfig_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_manager_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_manager_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_manager_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_profile_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_profile_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_profile_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_property_changed_observer.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_service_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_service_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_service_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_third_party_vpn_driver_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_third_party_vpn_driver_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_third_party_vpn_driver_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/shill_third_party_vpn_observer.h [new file with mode: 0644]
chromeos/ash/components/dbus/shill/sms_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/shill/sms_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/fake_smb_provider_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/fake_smb_provider_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/smb_provider_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/smbprovider/smb_provider_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/spaced/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/spaced/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/spaced/fake_spaced_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/spaced/fake_spaced_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/spaced/spaced_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/spaced/spaced_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/fake_system_clock_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/fake_system_clock_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/system_clock_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/system_clock_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/system_clock_sync_observation.cc [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/system_clock_sync_observation.h [new file with mode: 0644]
chromeos/ash/components/dbus/system_clock/system_clock_sync_observation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/fake_system_proxy_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/fake_system_proxy_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/system_proxy_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/system_proxy/system_proxy_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/typecd/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/typecd/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/typecd/fake_typecd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/typecd/fake_typecd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/typecd/typecd_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/typecd/typecd_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/update_engine/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/update_engine/fake_update_engine_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/update_engine/fake_update_engine_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/update_engine/update_engine_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/update_engine/update_engine_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/upstart/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/upstart/fake_upstart_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/upstart/fake_upstart_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/upstart/upstart_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/upstart/upstart_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/usb/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/usb/fake_usbguard_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/usb/fake_usbguard_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/usb/usbguard_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/usb/usbguard_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/usb/usbguard_observer.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/DEPS [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/arc_quota_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/arc_quota_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/arc_quota_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/cryptohome_misc_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/cryptohome_misc_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/cryptohome_misc_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/cryptohome_pkcs11_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/cryptohome_pkcs11_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/cryptohome_pkcs11_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_arc_quota_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_arc_quota_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_cryptohome_misc_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_cryptohome_misc_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_cryptohome_pkcs11_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_cryptohome_pkcs11_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_install_attributes_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_install_attributes_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_userdataauth_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/fake_userdataauth_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/install_attributes_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/install_attributes_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/install_attributes_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/install_attributes_util.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/install_attributes_util.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/mock_userdataauth_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/mock_userdataauth_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/userdataauth_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/userdataauth_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/userdataauth/userdataauth_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/dbus/virtual_file_provider/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/virtual_file_provider/fake_virtual_file_provider_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/virtual_file_provider/fake_virtual_file_provider_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/virtual_file_provider/virtual_file_provider_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/virtual_file_provider/virtual_file_provider_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/vm_plugin_dispatcher/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/dbus/vm_plugin_dispatcher/OWNERS [new file with mode: 0644]
chromeos/ash/components/dbus/vm_plugin_dispatcher/fake_vm_plugin_dispatcher_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/vm_plugin_dispatcher/fake_vm_plugin_dispatcher_client.h [new file with mode: 0644]
chromeos/ash/components/dbus/vm_plugin_dispatcher/vm_plugin_dispatcher_client.cc [new file with mode: 0644]
chromeos/ash/components/dbus/vm_plugin_dispatcher/vm_plugin_dispatcher_client.h [new file with mode: 0644]
chromeos/ash/components/device_activity/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/device_activity/DEPS [new file with mode: 0644]
chromeos/ash/components/device_activity/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/device_activity/OWNERS [new file with mode: 0644]
chromeos/ash/components/device_activity/README.md [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_active_status.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_active_status.h [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_active_status_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_cohort_use_case_impl.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_cohort_use_case_impl.h [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_cohort_use_case_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_observation_use_case_impl.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_observation_use_case_impl.h [new file with mode: 0644]
chromeos/ash/components/device_activity/churn_observation_use_case_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/daily_use_case_impl.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/daily_use_case_impl.h [new file with mode: 0644]
chromeos/ash/components/device_activity/daily_use_case_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/device_active_use_case.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/device_active_use_case.h [new file with mode: 0644]
chromeos/ash/components/device_activity/device_active_use_case_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/device_activity_client.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/device_activity_client.h [new file with mode: 0644]
chromeos/ash/components/device_activity/device_activity_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/device_activity_controller.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/device_activity_controller.h [new file with mode: 0644]
chromeos/ash/components/device_activity/device_activity_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/fake_psm_delegate.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/fake_psm_delegate.h [new file with mode: 0644]
chromeos/ash/components/device_activity/fresnel_pref_names.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/fresnel_pref_names.h [new file with mode: 0644]
chromeos/ash/components/device_activity/fresnel_service.proto [new file with mode: 0644]
chromeos/ash/components/device_activity/testing/private_computing_service_test_data.binarypb [new file with mode: 0644]
chromeos/ash/components/device_activity/testing/private_computing_service_test_data.textpb [new file with mode: 0644]
chromeos/ash/components/device_activity/twenty_eight_day_active_use_case_impl.cc [new file with mode: 0644]
chromeos/ash/components/device_activity/twenty_eight_day_active_use_case_impl.h [new file with mode: 0644]
chromeos/ash/components/device_activity/twenty_eight_day_active_use_case_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/disks/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/disks/DEPS [new file with mode: 0644]
chromeos/ash/components/disks/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/disks/OWNERS [new file with mode: 0644]
chromeos/ash/components/disks/disk.cc [new file with mode: 0644]
chromeos/ash/components/disks/disk.h [new file with mode: 0644]
chromeos/ash/components/disks/disk_mount_manager.cc [new file with mode: 0644]
chromeos/ash/components/disks/disk_mount_manager.h [new file with mode: 0644]
chromeos/ash/components/disks/disk_mount_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/disks/disk_unittest.cc [new file with mode: 0644]
chromeos/ash/components/disks/mock_disk_mount_manager.cc [new file with mode: 0644]
chromeos/ash/components/disks/mock_disk_mount_manager.h [new file with mode: 0644]
chromeos/ash/components/disks/mount_point.cc [new file with mode: 0644]
chromeos/ash/components/disks/mount_point.h [new file with mode: 0644]
chromeos/ash/components/disks/mount_point_unittest.cc [new file with mode: 0644]
chromeos/ash/components/disks/suspend_unmount_manager.cc [new file with mode: 0644]
chromeos/ash/components/disks/suspend_unmount_manager.h [new file with mode: 0644]
chromeos/ash/components/disks/suspend_unmount_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/drivefs/DEPS [new file with mode: 0644]
chromeos/ash/components/drivefs/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/drivefs/OWNERS [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_auth.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_auth.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_auth_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_bootstrap.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_bootstrap.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_bootstrap_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_host.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_host.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_host_observer.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_host_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_http_client.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_http_client.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_http_client_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_mojom_traits.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_pin_manager.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_pin_manager.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_pin_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_search.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_search.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_search_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_session.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_session.h [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_session_unittest.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/drivefs_util.h [new file with mode: 0644]
chromeos/ash/components/drivefs/fake_drivefs.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/fake_drivefs.h [new file with mode: 0644]
chromeos/ash/components/drivefs/fake_drivefs_launcher_client.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/fake_drivefs_launcher_client.h [new file with mode: 0644]
chromeos/ash/components/drivefs/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/drivefs/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/drivefs/mojom/drivefs.mojom [new file with mode: 0644]
chromeos/ash/components/drivefs/mojom/fake_drivefs_launcher.mojom [new file with mode: 0644]
chromeos/ash/components/drivefs/mojom/pin_manager_types.mojom [new file with mode: 0644]
chromeos/ash/components/drivefs/sync_status_tracker.cc [new file with mode: 0644]
chromeos/ash/components/drivefs/sync_status_tracker.h [new file with mode: 0644]
chromeos/ash/components/drivefs/sync_status_tracker_unittest.cc [new file with mode: 0644]
chromeos/ash/components/enhanced_network_tts/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/enhanced_network_tts/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/enhanced_network_tts/mojom/enhanced_network_tts.mojom [new file with mode: 0644]
chromeos/ash/components/feature_usage/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/feature_usage/OWNERS [new file with mode: 0644]
chromeos/ash/components/feature_usage/README.md [new file with mode: 0644]
chromeos/ash/components/feature_usage/feature_usage_metrics.cc [new file with mode: 0644]
chromeos/ash/components/feature_usage/feature_usage_metrics.h [new file with mode: 0644]
chromeos/ash/components/feature_usage/feature_usage_metrics_unittest.cc [new file with mode: 0644]
chromeos/ash/components/fwupd/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/fwupd/DEPS [new file with mode: 0644]
chromeos/ash/components/fwupd/OWNERS [new file with mode: 0644]
chromeos/ash/components/fwupd/fake_fwupd_download_client.cc [new file with mode: 0644]
chromeos/ash/components/fwupd/fake_fwupd_download_client.h [new file with mode: 0644]
chromeos/ash/components/fwupd/firmware_update_manager.cc [new file with mode: 0644]
chromeos/ash/components/fwupd/firmware_update_manager.h [new file with mode: 0644]
chromeos/ash/components/fwupd/firmware_update_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/fwupd/histogram_util.cc [new file with mode: 0644]
chromeos/ash/components/fwupd/histogram_util.h [new file with mode: 0644]
chromeos/ash/components/geolocation/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/geolocation/DEPS [new file with mode: 0644]
chromeos/ash/components/geolocation/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/geolocation/OWNERS [new file with mode: 0644]
chromeos/ash/components/geolocation/geoposition.cc [new file with mode: 0644]
chromeos/ash/components/geolocation/geoposition.h [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_provider.cc [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_provider.h [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_request.cc [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_request.h [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_request_test_monitor.cc [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_request_test_monitor.h [new file with mode: 0644]
chromeos/ash/components/geolocation/simple_geolocation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/heatmap/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/heatmap/DEPS [new file with mode: 0644]
chromeos/ash/components/heatmap/OWNERS [new file with mode: 0644]
chromeos/ash/components/heatmap/heatmap_ml_agent.cc [new file with mode: 0644]
chromeos/ash/components/heatmap/heatmap_ml_agent.h [new file with mode: 0644]
chromeos/ash/components/heatmap/heatmap_ml_agent_unittest.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/hid_detection/DEPS [new file with mode: 0644]
chromeos/ash/components/hid_detection/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/hid_detection/OWNERS [new file with mode: 0644]
chromeos/ash/components/hid_detection/bluetooth_hid_detector.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/bluetooth_hid_detector.h [new file with mode: 0644]
chromeos/ash/components/hid_detection/bluetooth_hid_detector_impl.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/bluetooth_hid_detector_impl.h [new file with mode: 0644]
chromeos/ash/components/hid_detection/bluetooth_hid_detector_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/fake_bluetooth_hid_detector.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/fake_bluetooth_hid_detector.h [new file with mode: 0644]
chromeos/ash/components/hid_detection/fake_hid_detection_manager.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/fake_hid_detection_manager.h [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_manager.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_manager.h [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_utils.cc [new file with mode: 0644]
chromeos/ash/components/hid_detection/hid_detection_utils.h [new file with mode: 0644]
chromeos/ash/components/human_presence/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/human_presence/DEPS [new file with mode: 0644]
chromeos/ash/components/human_presence/OWNERS [new file with mode: 0644]
chromeos/ash/components/human_presence/human_presence_configuration.cc [new file with mode: 0644]
chromeos/ash/components/human_presence/human_presence_configuration.h [new file with mode: 0644]
chromeos/ash/components/human_presence/human_presence_configuration_unittest.cc [new file with mode: 0644]
chromeos/ash/components/human_presence/human_presence_internals.cc [new file with mode: 0644]
chromeos/ash/components/human_presence/human_presence_internals.h [new file with mode: 0644]
chromeos/ash/components/human_presence/resources/human_presence_internals.css [new file with mode: 0644]
chromeos/ash/components/human_presence/resources/human_presence_internals.html [new file with mode: 0644]
chromeos/ash/components/human_presence/resources/human_presence_internals.ts [new file with mode: 0644]
chromeos/ash/components/human_presence/resources/human_presence_internals_icon.svg [new file with mode: 0644]
chromeos/ash/components/human_presence/test/human_presence_internals_browsertest.js [new file with mode: 0644]
chromeos/ash/components/install_attributes/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/install_attributes/DEPS [new file with mode: 0644]
chromeos/ash/components/install_attributes/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/install_attributes/OWNERS [new file with mode: 0644]
chromeos/ash/components/install_attributes/install_attributes.cc [new file with mode: 0644]
chromeos/ash/components/install_attributes/install_attributes.h [new file with mode: 0644]
chromeos/ash/components/install_attributes/install_attributes_unittest.cc [new file with mode: 0644]
chromeos/ash/components/install_attributes/stub_install_attributes.cc [new file with mode: 0644]
chromeos/ash/components/install_attributes/stub_install_attributes.h [new file with mode: 0644]
chromeos/ash/components/language/DEPS [new file with mode: 0644]
chromeos/ash/components/language/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/language/OWNERS [new file with mode: 0644]
chromeos/ash/components/language/language_packs/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/language/language_packs/README.md [new file with mode: 0644]
chromeos/ash/components/language/language_packs/language_pack_manager.cc [new file with mode: 0644]
chromeos/ash/components/language/language_packs/language_pack_manager.h [new file with mode: 0644]
chromeos/ash/components/language/language_packs/language_pack_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/language/language_packs/language_packs_impl.cc [new file with mode: 0644]
chromeos/ash/components/language/language_packs/language_packs_impl.h [new file with mode: 0644]
chromeos/ash/components/language/language_packs/metrics_unittest.cc [new file with mode: 0644]
chromeos/ash/components/language/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/language/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/language/public/mojom/language_packs.mojom [new file with mode: 0644]
chromeos/ash/components/local_search_service/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/local_search_service/DEPS [new file with mode: 0644]
chromeos/ash/components/local_search_service/OWNERS [new file with mode: 0644]
chromeos/ash/components/local_search_service/README.md [new file with mode: 0644]
chromeos/ash/components/local_search_service/content_extraction_utils.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/content_extraction_utils.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/content_extraction_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/index.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/index.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/inverted_index.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/inverted_index.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/inverted_index_search.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/inverted_index_search.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/inverted_index_search_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/inverted_index_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/linear_map_search.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/linear_map_search.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/linear_map_search_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service_provider_for_testing.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service_provider_for_testing.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service_provider_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service_proxy_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/local_search_service_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/oop_local_search_service_provider.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/oop_local_search_service_provider.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/pref_names.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/pref_names.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/local_search_service_provider.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/local_search_service_provider.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/local_search_service_proxy.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/local_search_service_proxy.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/local_search_service_proxy_factory.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/cpp/local_search_service_proxy_factory.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/index.mojom [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/local_search_service.mojom [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/types.mojom [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/types_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/types_mojom_traits.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/public/mojom/types_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/search_metrics_reporter.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/search_metrics_reporter.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/search_metrics_reporter_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/search_utils.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/search_utils.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/search_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/shared_structs.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/shared_structs.h [new file with mode: 0644]
chromeos/ash/components/local_search_service/test_utils.cc [new file with mode: 0644]
chromeos/ash/components/local_search_service/test_utils.h [new file with mode: 0644]
chromeos/ash/components/login/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/login/OWNERS [new file with mode: 0644]
chromeos/ash/components/login/auth/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/login/auth/DEPS [new file with mode: 0644]
chromeos/ash/components/login/auth/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_attempt_state.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_attempt_state.h [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_factor_editor.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_factor_editor.h [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_metrics_recorder.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_metrics_recorder.h [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_metrics_recorder_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_performer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_performer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_performer_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_session_authenticator.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_session_authenticator.h [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_session_authenticator_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_status_consumer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/auth_status_consumer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/authenticator.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/authenticator.h [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/cert_utils.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/cert_utils.h [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/cert_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/key_label_utils.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/key_label_utils.h [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/known_user_pref_utils.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/challenge_response/known_user_pref_utils.h [new file with mode: 0644]
chromeos/ash/components/login/auth/cryptohome_parameter_utils.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/cryptohome_parameter_utils.h [new file with mode: 0644]
chromeos/ash/components/login/auth/extended_authenticator.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/extended_authenticator.h [new file with mode: 0644]
chromeos/ash/components/login/auth/extended_authenticator_impl.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/extended_authenticator_impl.h [new file with mode: 0644]
chromeos/ash/components/login/auth/fake_extended_authenticator.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/fake_extended_authenticator.h [new file with mode: 0644]
chromeos/ash/components/login/auth/login_performer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/login_performer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/mock_auth_performer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/mock_auth_performer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/mock_auth_status_consumer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/mock_auth_status_consumer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/mock_safe_mode_delegate.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/mock_safe_mode_delegate.h [new file with mode: 0644]
chromeos/ash/components/login/auth/mount_performer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/mount_performer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/password_update_flow.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/password_update_flow.h [new file with mode: 0644]
chromeos/ash/components/login/auth/password_visibility_utils.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/password_visibility_utils.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_callbacks.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_factors_configuration.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_factors_configuration.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_factors_data_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_failure.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_failure.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_session_intent.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/auth_session_status.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/authentication_error.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/authentication_error.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/challenge_response_key.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/challenge_response_key.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/cryptohome_key_constants.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/cryptohome_key_constants.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/key.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/key.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/key_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/operation_chain_runner.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/operation_chain_runner.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/operation_chain_runner_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/recovery_types.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/saml_password_attributes.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/saml_password_attributes.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/saml_password_attributes_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/session_auth_factors.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/session_auth_factors.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/sync_trusted_vault_keys.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/sync_trusted_vault_keys.h [new file with mode: 0644]
chromeos/ash/components/login/auth/public/sync_trusted_vault_keys_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/user_context.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/public/user_context.h [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/cryptohome_recovery_performer.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/cryptohome_recovery_performer.h [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/cryptohome_recovery_service_client.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/cryptohome_recovery_service_client.h [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/recovery_utils.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/recovery_utils.h [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/service_constants.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/recovery/service_constants.h [new file with mode: 0644]
chromeos/ash/components/login/auth/safe_mode_delegate.h [new file with mode: 0644]
chromeos/ash/components/login/auth/stub_authenticator.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/stub_authenticator.h [new file with mode: 0644]
chromeos/ash/components/login/auth/stub_authenticator_builder.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/stub_authenticator_builder.h [new file with mode: 0644]
chromeos/ash/components/login/auth/test_attempt_state.cc [new file with mode: 0644]
chromeos/ash/components/login/auth/test_attempt_state.h [new file with mode: 0644]
chromeos/ash/components/login/hibernate/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/login/hibernate/DEPS [new file with mode: 0644]
chromeos/ash/components/login/hibernate/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/login/hibernate/OWNERS [new file with mode: 0644]
chromeos/ash/components/login/hibernate/hibernate_manager.cc [new file with mode: 0644]
chromeos/ash/components/login/hibernate/hibernate_manager.h [new file with mode: 0644]
chromeos/ash/components/login/hibernate/hibernate_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/integrity/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/login/integrity/DEPS [new file with mode: 0644]
chromeos/ash/components/login/integrity/misconfigured_user_cleaner.cc [new file with mode: 0644]
chromeos/ash/components/login/integrity/misconfigured_user_cleaner.h [new file with mode: 0644]
chromeos/ash/components/login/login_state/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/login/login_state/login_state.cc [new file with mode: 0644]
chromeos/ash/components/login/login_state/login_state.h [new file with mode: 0644]
chromeos/ash/components/login/login_state/login_state_unittest.cc [new file with mode: 0644]
chromeos/ash/components/login/login_state/scoped_test_public_session_login_state.cc [new file with mode: 0644]
chromeos/ash/components/login/login_state/scoped_test_public_session_login_state.h [new file with mode: 0644]
chromeos/ash/components/login/session/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/login/session/DEPS [new file with mode: 0644]
chromeos/ash/components/login/session/session_termination_manager.cc [new file with mode: 0644]
chromeos/ash/components/login/session/session_termination_manager.h [new file with mode: 0644]
chromeos/ash/components/login/session/session_termination_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/memory/DEPS [new file with mode: 0644]
chromeos/ash/components/memory/OWNERS [new file with mode: 0644]
chromeos/ash/components/memory/README.md [new file with mode: 0644]
chromeos/ash/components/memory/aligned_memory.h [new file with mode: 0644]
chromeos/ash/components/memory/kstaled.cc [new file with mode: 0644]
chromeos/ash/components/memory/kstaled.h [new file with mode: 0644]
chromeos/ash/components/memory/memory.cc [new file with mode: 0644]
chromeos/ash/components/memory/memory.h [new file with mode: 0644]
chromeos/ash/components/memory/memory_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/pagemap.cc [new file with mode: 0644]
chromeos/ash/components/memory/pagemap.h [new file with mode: 0644]
chromeos/ash/components/memory/pagemap_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/pressure/system_memory_pressure_evaluator.cc [new file with mode: 0644]
chromeos/ash/components/memory/pressure/system_memory_pressure_evaluator.h [new file with mode: 0644]
chromeos/ash/components/memory/pressure/system_memory_pressure_evaluator_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/swap_configuration.cc [new file with mode: 0644]
chromeos/ash/components/memory/swap_configuration.h [new file with mode: 0644]
chromeos/ash/components/memory/swap_configuration_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/OWNERS [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/region.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/region.h [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/region_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/swap_storage.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/swap_storage.h [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/swap_storage_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userfaultfd.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userfaultfd.h [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userfaultfd_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userspace_swap.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userspace_swap.h [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userspace_swap.mojom [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userspace_swap_renderer_initialization_impl.cc [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userspace_swap_renderer_initialization_impl.h [new file with mode: 0644]
chromeos/ash/components/memory/userspace_swap/userspace_swap_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_backend.cc [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_backend.h [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_controller.cc [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_controller.h [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_policy.cc [new file with mode: 0644]
chromeos/ash/components/memory/zram_writeback_policy.h [new file with mode: 0644]
chromeos/ash/components/metrics/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/metrics/login_event_recorder.cc [new file with mode: 0644]
chromeos/ash/components/metrics/login_event_recorder.h [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/OWNERS [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/README.md [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/connection.cc [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/connection.h [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/fake_mojo_service_manager.cc [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/fake_mojo_service_manager.h [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/mojo_service_manager/mojom/mojo_service_manager.mojom [new file with mode: 0644]
chromeos/ash/components/multidevice/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/multidevice/DEPS [new file with mode: 0644]
chromeos/ash/components/multidevice/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/multidevice/OWNERS [new file with mode: 0644]
chromeos/ash/components/multidevice/beacon_seed.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/beacon_seed.h [new file with mode: 0644]
chromeos/ash/components/multidevice/expiring_remote_device_cache.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/expiring_remote_device_cache.h [new file with mode: 0644]
chromeos/ash/components/multidevice/expiring_remote_device_cache_unittest.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/fake_secure_message_delegate.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/fake_secure_message_delegate.h [new file with mode: 0644]
chromeos/ash/components/multidevice/fake_secure_message_delegate_unittest.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/logging/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/multidevice/logging/log_buffer.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/logging/log_buffer.h [new file with mode: 0644]
chromeos/ash/components/multidevice/logging/logging.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/logging/logging.h [new file with mode: 0644]
chromeos/ash/components/multidevice/logging/logging_unittest.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/multidevice/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/multidevice/mojom/multidevice_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/mojom/multidevice_mojom_traits.h [new file with mode: 0644]
chromeos/ash/components/multidevice/mojom/multidevice_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/mojom/multidevice_types.mojom [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device.h [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_cache.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_cache.h [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_cache_unittest.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_ref.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_ref.h [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_ref_unittest.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_test_util.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/remote_device_test_util.h [new file with mode: 0644]
chromeos/ash/components/multidevice/secure_message_delegate.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/secure_message_delegate.h [new file with mode: 0644]
chromeos/ash/components/multidevice/secure_message_delegate_impl.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/secure_message_delegate_impl.h [new file with mode: 0644]
chromeos/ash/components/multidevice/software_feature.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/software_feature.h [new file with mode: 0644]
chromeos/ash/components/multidevice/software_feature_state.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/software_feature_state.h [new file with mode: 0644]
chromeos/ash/components/multidevice/stub_multidevice_util.cc [new file with mode: 0644]
chromeos/ash/components/multidevice/stub_multidevice_util.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/common/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/nearby/common/OWNERS [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/nearby_api_call_flow.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/nearby_api_call_flow_impl.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/nearby_api_call_flow_impl.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/nearby_api_call_flow_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/nearby_http_result.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/client/nearby_http_result.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/common/proto/field_mask.proto [new file with mode: 0644]
chromeos/ash/components/nearby/common/proto/timestamp.proto [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/DEPS [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/fake_nearby_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/fake_nearby_scheduler.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/fake_nearby_scheduler_factory.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/fake_nearby_scheduler_factory.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_expiration_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_expiration_scheduler.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_expiration_scheduler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_on_demand_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_on_demand_scheduler.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_on_demand_scheduler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_periodic_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_periodic_scheduler.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_periodic_scheduler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler_base.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler_base.h [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler_base_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler_factory.cc [new file with mode: 0644]
chromeos/ash/components/nearby/common/scheduling/nearby_scheduler_factory.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/presence/DEPS [new file with mode: 0644]
chromeos/ash/components/nearby/presence/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/nearby/presence/OWNERS [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/DEPS [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/fake_local_device_data_provider.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/fake_local_device_data_provider.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/fake_nearby_presence_server_client.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/fake_nearby_presence_server_client.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/local_device_data_provider.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/local_device_data_provider_impl.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/local_device_data_provider_impl.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/local_device_data_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_credential_manager.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_credential_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_credential_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_credential_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_server_client.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_server_client_impl.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_server_client_impl.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/nearby_presence_server_client_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/prefs.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/prefs.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/proto_conversions.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/proto_conversions.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/credentials/proto_conversions_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/nearby_presence_service.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/nearby_presence_service.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/nearby_presence_service_impl.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/nearby_presence_service_impl.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/nearby_presence_service_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/prefs/nearby_presence_prefs.cc [new file with mode: 0644]
chromeos/ash/components/nearby/presence/prefs/nearby_presence_prefs.h [new file with mode: 0644]
chromeos/ash/components/nearby/presence/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/nearby/presence/proto/list_public_certificates_rpc.proto [new file with mode: 0644]
chromeos/ash/components/nearby/presence/proto/rpc_resources.proto [new file with mode: 0644]
chromeos/ash/components/nearby/presence/proto/update_device_rpc.proto [new file with mode: 0644]
chromeos/ash/components/network/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/network/DEPS [new file with mode: 0644]
chromeos/ash/components/network/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/network/OWNERS [new file with mode: 0644]
chromeos/ash/components/network/README.md [new file with mode: 0644]
chromeos/ash/components/network/auto_connect_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/auto_connect_handler.h [new file with mode: 0644]
chromeos/ash/components/network/auto_connect_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_connection_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_connection_handler.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_connection_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_installer.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_installer.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_installer_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile_handler.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_profile_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_uninstall_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_uninstall_handler.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_esim_uninstall_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_inhibitor.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_inhibitor.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_inhibitor_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_metrics_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_policy_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_policy_handler.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_policy_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_utils.cc [new file with mode: 0644]
chromeos/ash/components/network/cellular_utils.h [new file with mode: 0644]
chromeos/ash/components/network/cellular_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/certificate_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/certificate_helper.h [new file with mode: 0644]
chromeos/ash/components/network/certificate_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/client_cert_resolver.cc [new file with mode: 0644]
chromeos/ash/components/network/client_cert_resolver.h [new file with mode: 0644]
chromeos/ash/components/network/client_cert_resolver_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/client_cert_util.cc [new file with mode: 0644]
chromeos/ash/components/network/client_cert_util.h [new file with mode: 0644]
chromeos/ash/components/network/client_cert_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/device_state.cc [new file with mode: 0644]
chromeos/ash/components/network/device_state.h [new file with mode: 0644]
chromeos/ash/components/network/device_state_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/enterprise_managed_metadata_store.cc [new file with mode: 0644]
chromeos/ash/components/network/enterprise_managed_metadata_store.h [new file with mode: 0644]
chromeos/ash/components/network/fake_network_activation_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/fake_network_activation_handler.h [new file with mode: 0644]
chromeos/ash/components/network/fake_network_connection_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/fake_network_connection_handler.h [new file with mode: 0644]
chromeos/ash/components/network/fake_network_device_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/fake_network_device_handler.h [new file with mode: 0644]
chromeos/ash/components/network/fake_stub_cellular_networks_provider.cc [new file with mode: 0644]
chromeos/ash/components/network/fake_stub_cellular_networks_provider.h [new file with mode: 0644]
chromeos/ash/components/network/fast_transition_observer.cc [new file with mode: 0644]
chromeos/ash/components/network/fast_transition_observer.h [new file with mode: 0644]
chromeos/ash/components/network/fast_transition_observer_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/geolocation_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/geolocation_handler.h [new file with mode: 0644]
chromeos/ash/components/network/geolocation_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hermes_metrics_util.cc [new file with mode: 0644]
chromeos/ash/components/network/hermes_metrics_util.h [new file with mode: 0644]
chromeos/ash/components/network/hidden_network_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/hidden_network_handler.h [new file with mode: 0644]
chromeos/ash/components/network/hidden_network_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_allowed_flag_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_allowed_flag_handler.h [new file with mode: 0644]
chromeos/ash/components/network/hotspot_allowed_flag_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_capabilities_provider.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_capabilities_provider.h [new file with mode: 0644]
chromeos/ash/components/network/hotspot_capabilities_provider_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_configuration_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_configuration_handler.h [new file with mode: 0644]
chromeos/ash/components/network/hotspot_configuration_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_controller.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_controller.h [new file with mode: 0644]
chromeos/ash/components/network/hotspot_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_enabled_state_notifier.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_enabled_state_notifier.h [new file with mode: 0644]
chromeos/ash/components/network/hotspot_enabled_state_notifier_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_state_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_state_handler.h [new file with mode: 0644]
chromeos/ash/components/network/hotspot_state_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_util.cc [new file with mode: 0644]
chromeos/ash/components/network/hotspot_util.h [new file with mode: 0644]
chromeos/ash/components/network/managed_cellular_pref_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/managed_cellular_pref_handler.h [new file with mode: 0644]
chromeos/ash/components/network/managed_cellular_pref_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/managed_network_configuration_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/managed_network_configuration_handler.h [new file with mode: 0644]
chromeos/ash/components/network/managed_network_configuration_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/managed_network_configuration_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/network/managed_network_configuration_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/managed_state.cc [new file with mode: 0644]
chromeos/ash/components/network/managed_state.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/network/metrics/cellular_network_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/cellular_network_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/cellular_network_metrics_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/connection_info_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/connection_info_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/connection_info_metrics_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/connection_results.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/connection_results.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/esim_policy_login_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/esim_policy_login_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/esim_policy_login_metrics_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/hidden_network_metrics_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/hidden_network_metrics_helper.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/hidden_network_metrics_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/hotspot_feature_usage_metrics.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/hotspot_feature_usage_metrics.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/hotspot_feature_usage_metrics_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/hotspot_metrics_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/hotspot_metrics_helper.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/hotspot_metrics_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/network_metrics_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/network_metrics_helper.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/network_metrics_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/vpn_network_metrics_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/metrics/vpn_network_metrics_helper.h [new file with mode: 0644]
chromeos/ash/components/network/metrics/vpn_network_metrics_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/mock_managed_cellular_pref_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/mock_managed_cellular_pref_handler.h [new file with mode: 0644]
chromeos/ash/components/network/mock_managed_network_configuration_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/mock_managed_network_configuration_handler.h [new file with mode: 0644]
chromeos/ash/components/network/mock_network_device_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/mock_network_device_handler.h [new file with mode: 0644]
chromeos/ash/components/network/mock_network_metadata_store.cc [new file with mode: 0644]
chromeos/ash/components/network/mock_network_metadata_store.h [new file with mode: 0644]
chromeos/ash/components/network/mock_network_state_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/mock_network_state_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_activation_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_activation_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/network_activation_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/network/network_cert_loader.cc [new file with mode: 0644]
chromeos/ash/components/network/network_cert_loader.h [new file with mode: 0644]
chromeos/ash/components/network/network_cert_loader_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_certificate_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_certificate_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_configuration_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_configuration_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_configuration_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_configuration_observer.cc [new file with mode: 0644]
chromeos/ash/components/network/network_configuration_observer.h [new file with mode: 0644]
chromeos/ash/components/network/network_connect.cc [new file with mode: 0644]
chromeos/ash/components/network/network_connect.h [new file with mode: 0644]
chromeos/ash/components/network/network_connect_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_connection_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_connection_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_connection_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/network_connection_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/network/network_connection_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_connection_observer.cc [new file with mode: 0644]
chromeos/ash/components/network/network_connection_observer.h [new file with mode: 0644]
chromeos/ash/components/network/network_device_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_device_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_device_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/network_device_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/network/network_device_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_event_log.cc [new file with mode: 0644]
chromeos/ash/components/network/network_event_log.h [new file with mode: 0644]
chromeos/ash/components/network/network_event_log_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_handler_callbacks.cc [new file with mode: 0644]
chromeos/ash/components/network/network_handler_callbacks.h [new file with mode: 0644]
chromeos/ash/components/network/network_handler_test_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/network_handler_test_helper.h [new file with mode: 0644]
chromeos/ash/components/network/network_ip_config.cc [new file with mode: 0644]
chromeos/ash/components/network/network_ip_config.h [new file with mode: 0644]
chromeos/ash/components/network/network_metadata_observer.cc [new file with mode: 0644]
chromeos/ash/components/network/network_metadata_observer.h [new file with mode: 0644]
chromeos/ash/components/network/network_metadata_store.cc [new file with mode: 0644]
chromeos/ash/components/network/network_metadata_store.h [new file with mode: 0644]
chromeos/ash/components/network/network_metadata_store_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_name_util.cc [new file with mode: 0644]
chromeos/ash/components/network/network_name_util.h [new file with mode: 0644]
chromeos/ash/components/network/network_name_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_policy_observer.h [new file with mode: 0644]
chromeos/ash/components/network/network_profile.cc [new file with mode: 0644]
chromeos/ash/components/network/network_profile.h [new file with mode: 0644]
chromeos/ash/components/network/network_profile_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_profile_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_profile_observer.h [new file with mode: 0644]
chromeos/ash/components/network/network_sms_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_sms_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_sms_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_state.cc [new file with mode: 0644]
chromeos/ash/components/network/network_state.h [new file with mode: 0644]
chromeos/ash/components/network/network_state_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/network_state_handler.h [new file with mode: 0644]
chromeos/ash/components/network/network_state_handler_observer.cc [new file with mode: 0644]
chromeos/ash/components/network/network_state_handler_observer.h [new file with mode: 0644]
chromeos/ash/components/network/network_state_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_state_test_helper.cc [new file with mode: 0644]
chromeos/ash/components/network/network_state_test_helper.h [new file with mode: 0644]
chromeos/ash/components/network/network_state_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_test_helper_base.cc [new file with mode: 0644]
chromeos/ash/components/network/network_test_helper_base.h [new file with mode: 0644]
chromeos/ash/components/network/network_type_pattern.cc [new file with mode: 0644]
chromeos/ash/components/network/network_type_pattern.h [new file with mode: 0644]
chromeos/ash/components/network/network_type_pattern_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_ui_data.cc [new file with mode: 0644]
chromeos/ash/components/network/network_ui_data.h [new file with mode: 0644]
chromeos/ash/components/network/network_ui_data_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/network_util.cc [new file with mode: 0644]
chromeos/ash/components/network/network_util.h [new file with mode: 0644]
chromeos/ash/components/network/network_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/network/onc/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/network/onc/network_onc_utils.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/network_onc_utils.h [new file with mode: 0644]
chromeos/ash/components/network/onc/network_onc_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_importer.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_importer_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_importer_impl.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_importer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_pattern.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_pattern.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_certificate_pattern_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_merger.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_merger.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_merger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_normalizer.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_normalizer.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_normalizer_fuzzer.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_normalizer_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_translation_tables.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_translation_tables.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_translator.h [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_translator_onc_to_shill.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_translator_shill_to_onc.cc [new file with mode: 0644]
chromeos/ash/components/network/onc/onc_translator_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/policy_applicator.cc [new file with mode: 0644]
chromeos/ash/components/network/policy_applicator.h [new file with mode: 0644]
chromeos/ash/components/network/policy_certificate_provider.h [new file with mode: 0644]
chromeos/ash/components/network/policy_util.cc [new file with mode: 0644]
chromeos/ash/components/network/policy_util.h [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/OWNERS [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/mock_network_portal_detector.cc [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/mock_network_portal_detector.h [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/network_portal_detector.cc [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/network_portal_detector.h [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/network_portal_detector_stub.cc [new file with mode: 0644]
chromeos/ash/components/network/portal_detector/network_portal_detector_stub.h [new file with mode: 0644]
chromeos/ash/components/network/profile_policies.cc [new file with mode: 0644]
chromeos/ash/components/network/profile_policies.h [new file with mode: 0644]
chromeos/ash/components/network/profile_policies_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/prohibited_technologies_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/prohibited_technologies_handler.h [new file with mode: 0644]
chromeos/ash/components/network/prohibited_technologies_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/proxy/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/network/proxy/proxy_config_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/proxy/proxy_config_handler.h [new file with mode: 0644]
chromeos/ash/components/network/proxy/proxy_config_service_impl.cc [new file with mode: 0644]
chromeos/ash/components/network/proxy/proxy_config_service_impl.h [new file with mode: 0644]
chromeos/ash/components/network/proxy/proxy_config_service_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/proxy/ui_proxy_config_service.cc [new file with mode: 0644]
chromeos/ash/components/network/proxy/ui_proxy_config_service.h [new file with mode: 0644]
chromeos/ash/components/network/proxy/ui_proxy_config_service_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/shill_property_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/shill_property_handler.h [new file with mode: 0644]
chromeos/ash/components/network/shill_property_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/shill_property_util.cc [new file with mode: 0644]
chromeos/ash/components/network/shill_property_util.h [new file with mode: 0644]
chromeos/ash/components/network/shill_property_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/stub_cellular_networks_provider.cc [new file with mode: 0644]
chromeos/ash/components/network/stub_cellular_networks_provider.h [new file with mode: 0644]
chromeos/ash/components/network/stub_cellular_networks_provider_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/system_token_cert_db_storage.cc [new file with mode: 0644]
chromeos/ash/components/network/system_token_cert_db_storage.h [new file with mode: 0644]
chromeos/ash/components/network/system_token_cert_db_storage_test_util.cc [new file with mode: 0644]
chromeos/ash/components/network/system_token_cert_db_storage_test_util.h [new file with mode: 0644]
chromeos/ash/components/network/system_token_cert_db_storage_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/technology_state_controller.cc [new file with mode: 0644]
chromeos/ash/components/network/technology_state_controller.h [new file with mode: 0644]
chromeos/ash/components/network/technology_state_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/components/network/test_cellular_esim_profile_handler.cc [new file with mode: 0644]
chromeos/ash/components/network/test_cellular_esim_profile_handler.h [new file with mode: 0644]
chromeos/ash/components/network/tether_constants.cc [new file with mode: 0644]
chromeos/ash/components/network/tether_constants.h [new file with mode: 0644]
chromeos/ash/components/osauth/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/osauth/OWNERS [new file with mode: 0644]
chromeos/ash/components/osauth/README.md [new file with mode: 0644]
chromeos/ash/components/osauth/impl/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/osauth/impl/DEPS [new file with mode: 0644]
chromeos/ash/components/osauth/impl/auth_parts_impl.cc [new file with mode: 0644]
chromeos/ash/components/osauth/impl/auth_parts_impl.h [new file with mode: 0644]
chromeos/ash/components/osauth/impl/auth_session_storage_impl.cc [new file with mode: 0644]
chromeos/ash/components/osauth/impl/auth_session_storage_impl.h [new file with mode: 0644]
chromeos/ash/components/osauth/impl/auth_session_storage_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/osauth/public/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/osauth/public/auth_attempt_consumer.h [new file with mode: 0644]
chromeos/ash/components/osauth/public/auth_factor_engine.h [new file with mode: 0644]
chromeos/ash/components/osauth/public/auth_factor_engine_factory.h [new file with mode: 0644]
chromeos/ash/components/osauth/public/auth_factor_status_consumer.h [new file with mode: 0644]
chromeos/ash/components/osauth/public/auth_parts.h [new file with mode: 0644]
chromeos/ash/components/osauth/public/auth_session_storage.h [new file with mode: 0644]
chromeos/ash/components/osauth/public/common_types.h [new file with mode: 0644]
chromeos/ash/components/peripheral_notification/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/peripheral_notification/DEPS [new file with mode: 0644]
chromeos/ash/components/peripheral_notification/peripheral_notification_manager.cc [new file with mode: 0644]
chromeos/ash/components/peripheral_notification/peripheral_notification_manager.h [new file with mode: 0644]
chromeos/ash/components/peripheral_notification/peripheral_notification_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/phonehub/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/components/phonehub/DEPS [new file with mode: 0644]
chromeos/ash/components/phonehub/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/phonehub/OWNERS [new file with mode: 0644]
chromeos/ash/components/phonehub/app_stream_launcher_data_model.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/app_stream_launcher_data_model.h [new file with mode: 0644]
chromeos/ash/components/phonehub/app_stream_launcher_data_model_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/app_stream_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/app_stream_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_metadata_fetcher.h [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model.h [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model_provider.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model_provider.h [new file with mode: 0644]
chromeos/ash/components/phonehub/browser_tabs_model_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_download_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_item.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_item.h [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_item_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_thumbnail_decoder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_thumbnail_decoder_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_thumbnail_decoder_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/camera_roll_thumbnail_decoder_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/combined_access_setup_operation.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/combined_access_setup_operation.h [new file with mode: 0644]
chromeos/ash/components/phonehub/connection_scheduler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/connection_scheduler_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/connection_scheduler_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/connection_scheduler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/cros_state_message_recorder.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/cros_state_message_recorder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/cros_state_message_recorder_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/cros_state_sender.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/cros_state_sender.h [new file with mode: 0644]
chromeos/ash/components/phonehub/cros_state_sender_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/do_not_disturb_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/do_not_disturb_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/do_not_disturb_controller_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/do_not_disturb_controller_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/do_not_disturb_controller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_attestation_certificate_generator.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_attestation_certificate_generator.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_browser_tabs_metadata_fetcher.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_browser_tabs_metadata_fetcher.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_browser_tabs_model_provider.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_browser_tabs_model_provider.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_camera_roll_download_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_camera_roll_download_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_camera_roll_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_camera_roll_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_connection_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_connection_scheduler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_do_not_disturb_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_do_not_disturb_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_feature_status_provider.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_feature_status_provider.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_find_my_device_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_find_my_device_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_icon_decoder.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_icon_decoder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_message_receiver.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_message_sender.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_message_sender.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_multidevice_feature_access_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_multidevice_feature_access_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_notification_interaction_handler.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_notification_interaction_handler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_notification_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_notification_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_onboarding_ui_tracker.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_onboarding_ui_tracker.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_phone_hub_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_phone_hub_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_ping_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_ping_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_recent_apps_interaction_handler.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_recent_apps_interaction_handler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_screen_lock_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_screen_lock_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_tether_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_tether_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_user_action_recorder.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/fake_user_action_recorder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_setup_connection_operation.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_setup_connection_operation.h [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_setup_response_processor.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_setup_response_processor.h [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_setup_response_processor_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status.h [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status_provider.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status_provider.h [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status_provider_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status_provider_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/feature_status_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/find_my_device_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/find_my_device_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/find_my_device_controller_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/find_my_device_controller_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/find_my_device_controller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/icon_decoder.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/icon_decoder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/icon_decoder_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/icon_decoder_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/icon_decoder_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/invalid_connection_disconnector.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/invalid_connection_disconnector.h [new file with mode: 0644]
chromeos/ash/components/phonehub/invalid_connection_disconnector_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/message_receiver.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/message_receiver.h [new file with mode: 0644]
chromeos/ash/components/phonehub/message_receiver_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/message_receiver_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/message_receiver_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/message_sender.h [new file with mode: 0644]
chromeos/ash/components/phonehub/message_sender_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/message_sender_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/message_sender_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_feature_access_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_feature_access_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_feature_access_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_feature_access_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_feature_access_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_setup_state_updater.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_setup_state_updater.h [new file with mode: 0644]
chromeos/ash/components/phonehub/multidevice_setup_state_updater_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/mutable_phone_model.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/mutable_phone_model.h [new file with mode: 0644]
chromeos/ash/components/phonehub/mutable_phone_model_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_access_setup_operation.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_access_setup_operation.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_click_handler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_interaction_handler.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_interaction_handler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_interaction_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_interaction_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_interaction_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_processor.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_processor.h [new file with mode: 0644]
chromeos/ash/components/phonehub/notification_processor_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/onboarding_ui_tracker.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/onboarding_ui_tracker.h [new file with mode: 0644]
chromeos/ash/components/phonehub/onboarding_ui_tracker_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/onboarding_ui_tracker_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/onboarding_ui_tracker_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_hub_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_hub_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_hub_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_hub_metrics_recorder.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_hub_metrics_recorder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_model.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_model.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_model_test_util.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_model_test_util.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_status_model.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_status_model.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_status_model_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_status_processor.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_status_processor.h [new file with mode: 0644]
chromeos/ash/components/phonehub/phone_status_processor_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/ping_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/ping_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/ping_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/ping_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/pref_names.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/pref_names.h [new file with mode: 0644]
chromeos/ash/components/phonehub/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/phonehub/proto/phonehub_api.proto [new file with mode: 0644]
chromeos/ash/components/phonehub/public/cpp/attestation_certificate_generator.h [new file with mode: 0644]
chromeos/ash/components/phonehub/recent_app_click_observer.h [new file with mode: 0644]
chromeos/ash/components/phonehub/recent_apps_interaction_handler.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/recent_apps_interaction_handler.h [new file with mode: 0644]
chromeos/ash/components/phonehub/recent_apps_interaction_handler_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/recent_apps_interaction_handler_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/recent_apps_interaction_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/screen_lock_manager.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/screen_lock_manager.h [new file with mode: 0644]
chromeos/ash/components/phonehub/screen_lock_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/screen_lock_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/screen_lock_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/tether_controller.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/tether_controller.h [new file with mode: 0644]
chromeos/ash/components/phonehub/tether_controller_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/tether_controller_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/tether_controller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/url_constants.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/url_constants.h [new file with mode: 0644]
chromeos/ash/components/phonehub/user_action_recorder.h [new file with mode: 0644]
chromeos/ash/components/phonehub/user_action_recorder_impl.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/user_action_recorder_impl.h [new file with mode: 0644]
chromeos/ash/components/phonehub/user_action_recorder_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/util/histogram_util.cc [new file with mode: 0644]
chromeos/ash/components/phonehub/util/histogram_util.h [new file with mode: 0644]
chromeos/ash/components/policy/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/policy/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/components/policy/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/policy/OWNERS [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/time_utils.cc [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/time_utils.h [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/time_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/weekly_time.cc [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/weekly_time.h [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/weekly_time_interval.cc [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/weekly_time_interval.h [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/weekly_time_interval_unittest.cc [new file with mode: 0644]
chromeos/ash/components/policy/weekly_time/weekly_time_unittest.cc [new file with mode: 0644]
chromeos/ash/components/power/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/power/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/power/OWNERS [new file with mode: 0644]
chromeos/ash/components/power/dark_resume_controller.cc [new file with mode: 0644]
chromeos/ash/components/power/dark_resume_controller.h [new file with mode: 0644]
chromeos/ash/components/power/dark_resume_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/proximity_auth/DEPS [new file with mode: 0644]
chromeos/ash/components/proximity_auth/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/proximity_auth/OWNERS [new file with mode: 0644]
chromeos/ash/components/proximity_auth/fake_lock_handler.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/fake_lock_handler.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/fake_remote_device_life_cycle.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/fake_remote_device_life_cycle.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/messenger.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/messenger_impl.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/messenger_impl.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/messenger_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/messenger_observer.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/metrics.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/metrics.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/mock_proximity_auth_client.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/mock_proximity_auth_client.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_client.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_pref_manager.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_pref_names.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_pref_names.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_profile_pref_manager.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_profile_pref_manager.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_profile_pref_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_system.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_system.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_auth_system_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_monitor.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_monitor.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_monitor_impl.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_monitor_impl.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_monitor_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/proximity_monitor_observer.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/proximity_auth/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/proximity_auth/public/mojom/auth_type.mojom [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_device_life_cycle.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_device_life_cycle.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_device_life_cycle_impl.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_device_life_cycle_impl.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_device_life_cycle_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_status_update.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_status_update.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/remote_status_update_unittest.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/run_all_unittests.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/screenlock_bridge.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/screenlock_bridge.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/smart_lock_metrics_recorder.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/smart_lock_metrics_recorder.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/unlock_manager.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/unlock_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/proximity_auth/unlock_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/proximity_auth/unlock_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/quick_start/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/quick_start/DEPS [new file with mode: 0644]
chromeos/ash/components/quick_start/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/quick_start/OWNERS [new file with mode: 0644]
chromeos/ash/components/quick_start/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/quick_start/proto/aes_gcm_authentication_message.proto [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_message.cc [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_message.h [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_message_type.h [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_message_unittest.cc [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_requests.cc [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_requests.h [new file with mode: 0644]
chromeos/ash/components/quick_start/quick_start_requests_unittest.cc [new file with mode: 0644]
chromeos/ash/components/scanning/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/scanning/OWNERS [new file with mode: 0644]
chromeos/ash/components/scanning/scanner.cc [new file with mode: 0644]
chromeos/ash/components/scanning/scanner.h [new file with mode: 0644]
chromeos/ash/components/settings/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/settings/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/components/settings/DEPS [new file with mode: 0644]
chromeos/ash/components/settings/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/settings/OWNERS [new file with mode: 0644]
chromeos/ash/components/settings/cros_settings_names.cc [new file with mode: 0644]
chromeos/ash/components/settings/cros_settings_names.h [new file with mode: 0644]
chromeos/ash/components/settings/cros_settings_provider.cc [new file with mode: 0644]
chromeos/ash/components/settings/cros_settings_provider.h [new file with mode: 0644]
chromeos/ash/components/settings/scoped_timezone_settings.cc [new file with mode: 0644]
chromeos/ash/components/settings/scoped_timezone_settings.h [new file with mode: 0644]
chromeos/ash/components/settings/scoped_timezone_settings_unittest.cc [new file with mode: 0644]
chromeos/ash/components/settings/system_settings_provider.cc [new file with mode: 0644]
chromeos/ash/components/settings/system_settings_provider.h [new file with mode: 0644]
chromeos/ash/components/settings/timezone_settings.cc [new file with mode: 0644]
chromeos/ash/components/settings/timezone_settings.h [new file with mode: 0644]
chromeos/ash/components/settings/timezone_settings_helper.cc [new file with mode: 0644]
chromeos/ash/components/settings/timezone_settings_helper.h [new file with mode: 0644]
chromeos/ash/components/settings/timezone_settings_unittest.cc [new file with mode: 0644]
chromeos/ash/components/smbfs/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/smbfs/DEPS [new file with mode: 0644]
chromeos/ash/components/smbfs/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/smbfs/OWNERS [new file with mode: 0644]
chromeos/ash/components/smbfs/README.md [new file with mode: 0644]
chromeos/ash/components/smbfs/file_path_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/components/smbfs/file_path_mojom_traits.h [new file with mode: 0644]
chromeos/ash/components/smbfs/ip_address_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/components/smbfs/ip_address_mojom_traits.h [new file with mode: 0644]
chromeos/ash/components/smbfs/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/smbfs/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/smbfs/mojom/file_path.mojom [new file with mode: 0644]
chromeos/ash/components/smbfs/mojom/ip_address.mojom [new file with mode: 0644]
chromeos/ash/components/smbfs/mojom/smbfs.mojom [new file with mode: 0644]
chromeos/ash/components/smbfs/smbfs_host.cc [new file with mode: 0644]
chromeos/ash/components/smbfs/smbfs_host.h [new file with mode: 0644]
chromeos/ash/components/smbfs/smbfs_host_unittest.cc [new file with mode: 0644]
chromeos/ash/components/smbfs/smbfs_mounter.cc [new file with mode: 0644]
chromeos/ash/components/smbfs/smbfs_mounter.h [new file with mode: 0644]
chromeos/ash/components/smbfs/smbfs_mounter_unittest.cc [new file with mode: 0644]
chromeos/ash/components/standalone_browser/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/standalone_browser/DEPS [new file with mode: 0644]
chromeos/ash/components/standalone_browser/OWNERS [new file with mode: 0644]
chromeos/ash/components/standalone_browser/browser_support.cc [new file with mode: 0644]
chromeos/ash/components/standalone_browser/browser_support.h [new file with mode: 0644]
chromeos/ash/components/standalone_browser/lacros_availability.cc [new file with mode: 0644]
chromeos/ash/components/standalone_browser/lacros_availability.h [new file with mode: 0644]
chromeos/ash/components/standalone_browser/lacros_availability_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/string_matching/DEPS [new file with mode: 0644]
chromeos/ash/components/string_matching/OWNERS [new file with mode: 0644]
chromeos/ash/components/string_matching/README.md [new file with mode: 0644]
chromeos/ash/components/string_matching/acronym_matcher.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/acronym_matcher.h [new file with mode: 0644]
chromeos/ash/components/string_matching/acronym_matcher_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/diacritic_utils.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/diacritic_utils.h [new file with mode: 0644]
chromeos/ash/components/string_matching/diacritic_utils_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/fuzzy_tokenized_string_match.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/fuzzy_tokenized_string_match.h [new file with mode: 0644]
chromeos/ash/components/string_matching/fuzzy_tokenized_string_match_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/prefix_matcher.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/prefix_matcher.h [new file with mode: 0644]
chromeos/ash/components/string_matching/prefix_matcher_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/sequence_matcher.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/sequence_matcher.h [new file with mode: 0644]
chromeos/ash/components/string_matching/sequence_matcher_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/term_break_iterator.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/term_break_iterator.h [new file with mode: 0644]
chromeos/ash/components/string_matching/term_break_iterator_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string.h [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_char_iterator.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_char_iterator.h [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_char_iterator_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_fuzzer.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_match.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_match.h [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_match_unittest.cc [new file with mode: 0644]
chromeos/ash/components/string_matching/tokenized_string_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/sync_wifi/DEPS [new file with mode: 0644]
chromeos/ash/components/sync_wifi/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/sync_wifi/OWNERS [new file with mode: 0644]
chromeos/ash/components/sync_wifi/README.md [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_local_network_collector.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_local_network_collector.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_one_shot_timer.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_one_shot_timer.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_pending_network_configuration_tracker.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_pending_network_configuration_tracker.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_timer_factory.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/fake_timer_factory.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/local_network_collector.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/local_network_collector_impl.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/local_network_collector_impl.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/local_network_collector_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_eligibility_checker.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_eligibility_checker.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_identifier.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_identifier.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_identifier_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_test_helper.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_test_helper.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_type_conversions.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/network_type_conversions.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/pending_network_configuration_tracker.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/pending_network_configuration_tracker_impl.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/pending_network_configuration_tracker_impl.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/pending_network_configuration_tracker_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/pending_network_configuration_update.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/pending_network_configuration_update.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_metrics_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_updater.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_updater_impl.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_updater_impl.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/synced_network_updater_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/test_data_generator.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/test_data_generator.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/timer_factory.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/timer_factory.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/wifi_configuration_bridge.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/wifi_configuration_bridge.h [new file with mode: 0644]
chromeos/ash/components/sync_wifi/wifi_configuration_bridge_unittest.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/wifi_configuration_sync_service.cc [new file with mode: 0644]
chromeos/ash/components/sync_wifi/wifi_configuration_sync_service.h [new file with mode: 0644]
chromeos/ash/components/system/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/system/factory_ping_embargo_check.cc [new file with mode: 0644]
chromeos/ash/components/system/factory_ping_embargo_check.h [new file with mode: 0644]
chromeos/ash/components/system/factory_ping_embargo_check_unittest.cc [new file with mode: 0644]
chromeos/ash/components/system/fake_statistics_provider.cc [new file with mode: 0644]
chromeos/ash/components/system/fake_statistics_provider.h [new file with mode: 0644]
chromeos/ash/components/system/kiosk_oem_manifest_parser.cc [new file with mode: 0644]
chromeos/ash/components/system/kiosk_oem_manifest_parser.h [new file with mode: 0644]
chromeos/ash/components/system/kiosk_oem_manifest_parser_unittest.cc [new file with mode: 0644]
chromeos/ash/components/system/name_value_pairs_parser.cc [new file with mode: 0644]
chromeos/ash/components/system/name_value_pairs_parser.h [new file with mode: 0644]
chromeos/ash/components/system/name_value_pairs_parser_fuzzer.cc [new file with mode: 0644]
chromeos/ash/components/system/name_value_pairs_parser_unittest.cc [new file with mode: 0644]
chromeos/ash/components/system/scheduler_configuration_manager_base.cc [new file with mode: 0644]
chromeos/ash/components/system/scheduler_configuration_manager_base.h [new file with mode: 0644]
chromeos/ash/components/system/statistics_provider.cc [new file with mode: 0644]
chromeos/ash/components/system/statistics_provider.h [new file with mode: 0644]
chromeos/ash/components/system/statistics_provider_impl.cc [new file with mode: 0644]
chromeos/ash/components/system/statistics_provider_impl.h [new file with mode: 0644]
chromeos/ash/components/system/statistics_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/test/DEPS [new file with mode: 0644]
chromeos/ash/components/test/ash_test_suite.cc [new file with mode: 0644]
chromeos/ash/components/test/ash_test_suite.h [new file with mode: 0644]
chromeos/ash/components/tether/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/tether/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/components/tether/DEPS [new file with mode: 0644]
chromeos/ash/components/tether/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/tether/OWNERS [new file with mode: 0644]
chromeos/ash/components/tether/active_host.cc [new file with mode: 0644]
chromeos/ash/components/tether/active_host.h [new file with mode: 0644]
chromeos/ash/components/tether/active_host_network_state_updater.cc [new file with mode: 0644]
chromeos/ash/components/tether/active_host_network_state_updater.h [new file with mode: 0644]
chromeos/ash/components/tether/active_host_network_state_updater_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/active_host_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/asynchronous_shutdown_object_container.h [new file with mode: 0644]
chromeos/ash/components/tether/asynchronous_shutdown_object_container_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/asynchronous_shutdown_object_container_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/asynchronous_shutdown_object_container_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/connect_tethering_operation.cc [new file with mode: 0644]
chromeos/ash/components/tether/connect_tethering_operation.h [new file with mode: 0644]
chromeos/ash/components/tether/connect_tethering_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/connection_preserver.cc [new file with mode: 0644]
chromeos/ash/components/tether/connection_preserver.h [new file with mode: 0644]
chromeos/ash/components/tether/connection_preserver_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/connection_preserver_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/connection_preserver_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/crash_recovery_manager.h [new file with mode: 0644]
chromeos/ash/components/tether/crash_recovery_manager_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/crash_recovery_manager_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/crash_recovery_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/device_id_tether_network_guid_map.cc [new file with mode: 0644]
chromeos/ash/components/tether/device_id_tether_network_guid_map.h [new file with mode: 0644]
chromeos/ash/components/tether/device_status_util.cc [new file with mode: 0644]
chromeos/ash/components/tether/device_status_util.h [new file with mode: 0644]
chromeos/ash/components/tether/device_status_util_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_operation.cc [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_operation.h [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_request_sender.cc [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_request_sender.h [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_request_sender_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_request_sender_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/disconnect_tethering_request_sender_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_active_host.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_active_host.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_asynchronous_shutdown_object_container.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_asynchronous_shutdown_object_container.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_connection_preserver.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_connection_preserver.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_crash_recovery_manager.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_crash_recovery_manager.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_disconnect_tethering_request_sender.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_disconnect_tethering_request_sender.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_gms_core_notifications_state_tracker.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_gms_core_notifications_state_tracker.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_host_scan_cache.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_host_scan_cache.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_host_scan_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_host_scan_scheduler.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_host_scanner.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_host_scanner.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_network_configuration_remover.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_network_configuration_remover.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_notification_presenter.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_notification_presenter.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_synchronous_shutdown_object_container.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_synchronous_shutdown_object_container.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_component.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_component.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_connector.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_connector.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_disconnector.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_disconnector.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_host_fetcher.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_host_fetcher.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_session_completion_logger.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_tether_session_completion_logger.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_wifi_hotspot_connector.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_wifi_hotspot_connector.h [new file with mode: 0644]
chromeos/ash/components/tether/fake_wifi_hotspot_disconnector.cc [new file with mode: 0644]
chromeos/ash/components/tether/fake_wifi_hotspot_disconnector.h [new file with mode: 0644]
chromeos/ash/components/tether/gms_core_notifications_state_tracker.cc [new file with mode: 0644]
chromeos/ash/components/tether/gms_core_notifications_state_tracker.h [new file with mode: 0644]
chromeos/ash/components/tether/gms_core_notifications_state_tracker_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/gms_core_notifications_state_tracker_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/gms_core_notifications_state_tracker_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_connection_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_connection_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/tether/host_connection_metrics_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_cache.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_cache.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_cache_entry.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_cache_entry.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_cache_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_device_prioritizer.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_device_prioritizer_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_device_prioritizer_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_device_prioritizer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_scheduler.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_scheduler_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_scheduler_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_scheduler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_test_util.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scan_test_util.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner_operation.cc [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner_operation.h [new file with mode: 0644]
chromeos/ash/components/tether/host_scanner_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/hotspot_usage_duration_tracker.cc [new file with mode: 0644]
chromeos/ash/components/tether/hotspot_usage_duration_tracker.h [new file with mode: 0644]
chromeos/ash/components/tether/hotspot_usage_duration_tracker_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/keep_alive_operation.cc [new file with mode: 0644]
chromeos/ash/components/tether/keep_alive_operation.h [new file with mode: 0644]
chromeos/ash/components/tether/keep_alive_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/keep_alive_scheduler.cc [new file with mode: 0644]
chromeos/ash/components/tether/keep_alive_scheduler.h [new file with mode: 0644]
chromeos/ash/components/tether/keep_alive_scheduler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/message_transfer_operation.cc [new file with mode: 0644]
chromeos/ash/components/tether/message_transfer_operation.h [new file with mode: 0644]
chromeos/ash/components/tether/message_transfer_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/message_wrapper.cc [new file with mode: 0644]
chromeos/ash/components/tether/message_wrapper.h [new file with mode: 0644]
chromeos/ash/components/tether/message_wrapper_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/mock_host_connection_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/components/tether/mock_host_connection_metrics_logger.h [new file with mode: 0644]
chromeos/ash/components/tether/mock_tether_host_response_recorder.cc [new file with mode: 0644]
chromeos/ash/components/tether/mock_tether_host_response_recorder.h [new file with mode: 0644]
chromeos/ash/components/tether/network_configuration_remover.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_configuration_remover.h [new file with mode: 0644]
chromeos/ash/components/tether/network_configuration_remover_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_connection_handler_tether_delegate.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_connection_handler_tether_delegate.h [new file with mode: 0644]
chromeos/ash/components/tether/network_connection_handler_tether_delegate_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_host_scan_cache.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_host_scan_cache.h [new file with mode: 0644]
chromeos/ash/components/tether/network_host_scan_cache_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_list_sorter.cc [new file with mode: 0644]
chromeos/ash/components/tether/network_list_sorter.h [new file with mode: 0644]
chromeos/ash/components/tether/network_list_sorter_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/notification_presenter.h [new file with mode: 0644]
chromeos/ash/components/tether/notification_remover.cc [new file with mode: 0644]
chromeos/ash/components/tether/notification_remover.h [new file with mode: 0644]
chromeos/ash/components/tether/notification_remover_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/persistent_host_scan_cache.h [new file with mode: 0644]
chromeos/ash/components/tether/persistent_host_scan_cache_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/persistent_host_scan_cache_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/persistent_host_scan_cache_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/pref_names.cc [new file with mode: 0644]
chromeos/ash/components/tether/pref_names.h [new file with mode: 0644]
chromeos/ash/components/tether/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/tether/proto/tether.proto [new file with mode: 0644]
chromeos/ash/components/tether/proto_test_util.cc [new file with mode: 0644]
chromeos/ash/components/tether/proto_test_util.h [new file with mode: 0644]
chromeos/ash/components/tether/synchronous_shutdown_object_container.h [new file with mode: 0644]
chromeos/ash/components/tether/synchronous_shutdown_object_container_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/synchronous_shutdown_object_container_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/test_timer_factory.cc [new file with mode: 0644]
chromeos/ash/components/tether/test_timer_factory.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_component.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_component.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_component_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_component_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_component_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_connector.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_connector_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_connector_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_connector_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_disconnector.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_disconnector_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_disconnector_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_disconnector_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_fetcher.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_fetcher.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_fetcher_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_fetcher_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_fetcher_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_response_recorder.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_response_recorder.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_host_response_recorder_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_network_disconnection_handler.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_network_disconnection_handler.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_network_disconnection_handler_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_session_completion_logger.cc [new file with mode: 0644]
chromeos/ash/components/tether/tether_session_completion_logger.h [new file with mode: 0644]
chromeos/ash/components/tether/tether_session_completion_logger_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/timer_factory.cc [new file with mode: 0644]
chromeos/ash/components/tether/timer_factory.h [new file with mode: 0644]
chromeos/ash/components/tether/top_level_host_scan_cache.cc [new file with mode: 0644]
chromeos/ash/components/tether/top_level_host_scan_cache.h [new file with mode: 0644]
chromeos/ash/components/tether/top_level_host_scan_cache_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_connector.cc [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_connector.h [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_connector_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_disconnector.h [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_disconnector_impl.cc [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_disconnector_impl.h [new file with mode: 0644]
chromeos/ash/components/tether/wifi_hotspot_disconnector_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/components/timezone/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/timezone/DEPS [new file with mode: 0644]
chromeos/ash/components/timezone/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/timezone/OWNERS [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_provider.cc [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_provider.h [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_request.cc [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_request.h [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_resolver.cc [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_resolver.h [new file with mode: 0644]
chromeos/ash/components/timezone/timezone_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tpm/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/tpm/DEPS [new file with mode: 0644]
chromeos/ash/components/tpm/buildflags.gni [new file with mode: 0644]
chromeos/ash/components/tpm/prepare_tpm.cc [new file with mode: 0644]
chromeos/ash/components/tpm/prepare_tpm.h [new file with mode: 0644]
chromeos/ash/components/tpm/prepare_tpm_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tpm/tpm_token_info_getter.cc [new file with mode: 0644]
chromeos/ash/components/tpm/tpm_token_info_getter.h [new file with mode: 0644]
chromeos/ash/components/tpm/tpm_token_info_getter_unittest.cc [new file with mode: 0644]
chromeos/ash/components/tpm/tpm_token_loader.cc [new file with mode: 0644]
chromeos/ash/components/tpm/tpm_token_loader.h [new file with mode: 0644]
chromeos/ash/components/trash_service/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/trash_service/DEPS [new file with mode: 0644]
chromeos/ash/components/trash_service/DIR_METADATA [new file with mode: 0644]
chromeos/ash/components/trash_service/OWNERS [new file with mode: 0644]
chromeos/ash/components/trash_service/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/trash_service/public/cpp/trash_info_parser.cc [new file with mode: 0644]
chromeos/ash/components/trash_service/public/cpp/trash_info_parser.h [new file with mode: 0644]
chromeos/ash/components/trash_service/public/cpp/trash_service.cc [new file with mode: 0644]
chromeos/ash/components/trash_service/public/cpp/trash_service.h [new file with mode: 0644]
chromeos/ash/components/trash_service/public/cpp/trash_service_unittest.cc [new file with mode: 0644]
chromeos/ash/components/trash_service/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/trash_service/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/components/trash_service/public/mojom/trash_service.mojom [new file with mode: 0644]
chromeos/ash/components/trash_service/trash_service_impl.cc [new file with mode: 0644]
chromeos/ash/components/trash_service/trash_service_impl.h [new file with mode: 0644]
chromeos/ash/components/trial_group/BUILD.gn [new file with mode: 0644]
chromeos/ash/components/trial_group/OWNERS [new file with mode: 0644]
chromeos/ash/components/trial_group/trial_group_checker.cc [new file with mode: 0644]
chromeos/ash/components/trial_group/trial_group_checker.h [new file with mode: 0644]
chromeos/ash/components/trial_group/trial_group_checker_unittest.cc [new file with mode: 0644]
chromeos/ash/resources/BUILD.gn [new file with mode: 0644]
chromeos/ash/resources/ash_resources.grd [new file with mode: 0644]
chromeos/ash/resources/assistant_resources.grdp [new file with mode: 0644]
chromeos/ash/resources/human_presence_resources.grdp [new file with mode: 0644]
chromeos/ash/resources/multidevice_resources.grdp [new file with mode: 0644]
chromeos/ash/services/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/README.md [new file with mode: 0644]
chromeos/ash/services/assistant/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/assistant/DEPS [new file with mode: 0644]
chromeos/ash/services/assistant/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/assistant/OWNERS [new file with mode: 0644]
chromeos/ash/services/assistant/README.md [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_host.cc [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_host.h [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_interaction_logger.cc [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_interaction_logger.h [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_manager_service.cc [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_manager_service.h [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_manager_service_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_manager_service_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_manager_service_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_settings_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/assistant_settings_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/DEPS [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/README.md [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/assistant_audio_decoder.cc [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/assistant_audio_decoder.h [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/assistant_audio_decoder_factory.cc [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/assistant_audio_decoder_factory.h [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/ipc_data_source.cc [new file with mode: 0644]
chromeos/ash/services/assistant/audio_decoder/ipc_data_source.h [new file with mode: 0644]
chromeos/ash/services/assistant/device_settings_host.cc [new file with mode: 0644]
chromeos/ash/services/assistant/device_settings_host.h [new file with mode: 0644]
chromeos/ash/services/assistant/libassistant_loader_stub.cc [new file with mode: 0644]
chromeos/ash/services/assistant/libassistant_service_host.h [new file with mode: 0644]
chromeos/ash/services/assistant/libassistant_service_host_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/libassistant_service_host_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/media_host.cc [new file with mode: 0644]
chromeos/ash/services/assistant/media_host.h [new file with mode: 0644]
chromeos/ash/services/assistant/media_host_unittest.cc [new file with mode: 0644]
chromeos/ash/services/assistant/media_session/assistant_media_session.cc [new file with mode: 0644]
chromeos/ash/services/assistant/media_session/assistant_media_session.h [new file with mode: 0644]
chromeos/ash/services/assistant/media_session/assistant_media_session_unittest.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_devices.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_devices.h [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_devices_unittest.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_input_host.h [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_input_host_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_input_host_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_input_host_unittest.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_output_delegate_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/audio_output_delegate_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/platform/platform_delegate_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/platform/platform_delegate_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/DEPS [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_browser_delegate.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_browser_delegate.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_enums.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_prefs.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_prefs.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_service.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_service.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_settings.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/assistant_settings.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/conversation_observer.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/conversation_observer.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/device_actions.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/device_actions.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/features.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/features.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/switches.cc [new file with mode: 0644]
chromeos/ash/services/assistant/public/cpp/switches.h [new file with mode: 0644]
chromeos/ash/services/assistant/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/assistant/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/assistant/public/mojom/assistant_audio_decoder.mojom [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/about_me_settings_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/activity_control_settings_common.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/activity_control_settings_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/assistant_device_settings_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/consent_flow_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/email_opt_in_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/gaia_user_context_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/get_settings_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/header.proto [new file with mode: 0644]
chromeos/ash/services/assistant/public/proto/settings_ui.proto [new file with mode: 0644]
chromeos/ash/services/assistant/service.cc [new file with mode: 0644]
chromeos/ash/services/assistant/service.h [new file with mode: 0644]
chromeos/ash/services/assistant/service_context.h [new file with mode: 0644]
chromeos/ash/services/assistant/service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_assistant_manager_service_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_assistant_manager_service_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_assistant_settings_impl.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_assistant_settings_impl.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_libassistant_service.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_libassistant_service.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_service_context.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_service_context.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_service_controller.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fake_service_controller.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fully_initialized_assistant_state.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/fully_initialized_assistant_state.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/libassistant_media_controller_mock.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/libassistant_media_controller_mock.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/mock_assistant.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/mock_assistant.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/mock_assistant_interaction_subscriber.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/mock_assistant_interaction_subscriber.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/scoped_assistant_browser_delegate.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/scoped_assistant_browser_delegate.h [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/scoped_device_actions.cc [new file with mode: 0644]
chromeos/ash/services/assistant/test_support/scoped_device_actions.h [new file with mode: 0644]
chromeos/ash/services/assistant/timer_host.cc [new file with mode: 0644]
chromeos/ash/services/assistant/timer_host.h [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/DEPS [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/OWNERS [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/auth_factor_config.cc [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/auth_factor_config.h [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/chrome_browser_delegates.h [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/in_process_instances.cc [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/in_process_instances.h [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/pin_factor_editor.cc [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/pin_factor_editor.h [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/public/mojom/auth_factor_config.mojom [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/recovery_factor_editor.cc [new file with mode: 0644]
chromeos/ash/services/auth_factor_config/recovery_factor_editor.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/DEPS [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/OWNERS [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/adapter_state_controller.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/adapter_state_controller.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/adapter_state_controller_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/adapter_state_controller_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/adapter_state_controller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_device_status_notifier.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_device_status_notifier.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_device_status_notifier_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_device_status_notifier_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_device_status_notifier_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_power_controller.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/cros_bluetooth_config.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/cros_bluetooth_config.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/cros_bluetooth_config_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_cache.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_cache.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_cache_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_cache_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_cache_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_conversion_util.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_conversion_util.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_conversion_util_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_name_manager.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_name_manager.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_name_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_name_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_name_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_operation_handler.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_operation_handler.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_operation_handler_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_operation_handler_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_operation_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_pairing_handler.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_pairing_handler.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_pairing_handler_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_pairing_handler_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/device_pairing_handler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovered_devices_provider.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovered_devices_provider.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovered_devices_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovered_devices_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovered_devices_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_manager.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_manager.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_status_notifier.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/discovery_session_status_notifier.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_adapter_state_controller.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_adapter_state_controller.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_device_status_notifier.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_device_status_notifier.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_device_status_observer.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_device_status_observer.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_discovery_delegate.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_discovery_delegate.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_power_controller.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_bluetooth_power_controller.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_cache.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_cache.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_name_manager.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_name_manager.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_operation_handler.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_operation_handler.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_pairing_delegate.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_pairing_delegate.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_pairing_handler.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_device_pairing_handler.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_discovered_devices_provider.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_discovered_devices_provider.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_discovery_session_manager.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_discovery_session_manager.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_discovery_session_status_observer.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_discovery_session_status_observer.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_fast_pair_delegate.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_fast_pair_delegate.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_key_entered_handler.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_key_entered_handler.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_system_properties_observer.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fake_system_properties_observer.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/fast_pair_delegate.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/in_process_instance.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/in_process_instance.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/initializer.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/initializer_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/initializer_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/cros_bluetooth_config_util.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/cros_bluetooth_config_util.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/cros_bluetooth_config_util_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/device_image_info.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/device_image_info.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/cpp/device_image_info_unittest.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/public/mojom/cros_bluetooth_config.mojom [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/scoped_bluetooth_config_test_helper.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/scoped_bluetooth_config_test_helper.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/system_properties_provider.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/system_properties_provider.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/system_properties_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/system_properties_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/bluetooth_config/system_properties_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cellular_setup/DEPS [new file with mode: 0644]
chromeos/ash/services/cellular_setup/OWNERS [new file with mode: 0644]
chromeos/ash/services/cellular_setup/cellular_setup_base.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/cellular_setup_base.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/cellular_setup_impl.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/cellular_setup_impl.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/cellular_setup_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/cellular_setup_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_manager.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_manager.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_manager_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_mojo_utils.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_mojo_utils.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_profile.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_profile.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_profile_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_test_base.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_test_base.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_test_utils.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/esim_test_utils.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/euicc.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/euicc.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/euicc_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/fake_ota_activator.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/fake_ota_activator.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/in_process_esim_manager.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/in_process_esim_manager.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/ota_activator.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/ota_activator.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/ota_activator_impl.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/ota_activator_impl.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/ota_activator_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/esim_manager_test_observer.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/esim_manager_test_observer.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/fake_activation_delegate.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/fake_activation_delegate.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/fake_carrier_portal_handler.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/fake_carrier_portal_handler.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/fake_cellular_setup.cc [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/cpp/fake_cellular_setup.h [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/mojom/cellular_setup.mojom [new file with mode: 0644]
chromeos/ash/services/cellular_setup/public/mojom/esim_manager.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/DEPS [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/OWNERS [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/README.md [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/appid_util.cc [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/appid_util.h [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/appid_util_unittest.cc [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/fake_service_connection.cc [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/fake_service_connection.h [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/fake_service_context.cc [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/fake_service_context.h [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/service_connection.cc [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/service_connection.h [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/cpp/service_connection_unittest.cc [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/README.md [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/cfm_browser.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/cfm_network_settings.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/cfm_service_manager.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/external_display_brightness.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/meet_devices_diagnostics.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/meet_devices_info.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/meet_devices_logger.mojom [new file with mode: 0644]
chromeos/ash/services/chromebox_for_meetings/public/mojom/xu_camera.mojom [new file with mode: 0644]
chromeos/ash/services/connectivity/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/connectivity/public/cpp/OWNERS [new file with mode: 0644]
chromeos/ash/services/connectivity/public/cpp/connectivity_services.cc [new file with mode: 0644]
chromeos/ash/services/connectivity/public/cpp/connectivity_services.h [new file with mode: 0644]
chromeos/ash/services/connectivity/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/connectivity/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/connectivity/public/mojom/passpoint.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/cros_healthd/OWNERS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/cpp/DEPS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/cpp/cros_healthd_private_policy.json [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/cpp/data_collector.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/cpp/data_collector.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/cpp/data_collector_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/private/mojom/cros_healthd_internal.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/DEPS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/OWNERS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/fake_ash_event_reporter.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/fake_ash_event_reporter.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/fake_cros_healthd.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/fake_cros_healthd.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/service_connection.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/service_connection.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/cpp/service_connection_unittest.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_diagnostics.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_event_reporters.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_events.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_exception.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_probe.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_probe_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/cros_healthd_probe_mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/nullable_primitives.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/public/mojom/wilco_ec.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/context.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/context.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/data_generator.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/data_generator.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/local_state.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/local_state.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/mojom/state.mojom [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/remote_state.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/remote_state.h [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/connectivity-forward.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/connectivity.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/connectivity.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/enum-generator.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/enum-generator.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/method-macro.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/struct-generator.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/struct-generator.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/test-consumer.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/test-consumer.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/test-provider.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/test-provider.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/union-generator.cc.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/templates/union-generator.h.j2 [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/utils.cc [new file with mode: 0644]
chromeos/ash/services/cros_healthd/testing/bindings/utils.h [new file with mode: 0644]
chromeos/ash/services/device_sync/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/device_sync/DEPS [new file with mode: 0644]
chromeos/ash/services/device_sync/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/device_sync/OWNERS [new file with mode: 0644]
chromeos/ash/services/device_sync/async_execution_time_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/async_execution_time_metrics_logger.h [new file with mode: 0644]
chromeos/ash/services/device_sync/attestation_certificates_syncer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/attestation_certificates_syncer_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/attestation_certificates_syncer_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/attestation_certificates_syncer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_api_call_flow.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_api_call_flow.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_api_call_flow_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_client.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_client_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_client_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_client_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_activity_getter.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_activity_getter.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_activity_getter_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_activity_getter_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_activity_getter_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_notifier.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_notifier_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_notifier_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_notifier_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_registry.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_registry.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_registry_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_registry_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_registry_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_sync_result.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_sync_result.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_syncer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_syncer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_syncer_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_syncer_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_syncer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_device_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_ecies_encryptor.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_ecies_encryptor.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_ecies_encryptor_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_ecies_encryptor_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_ecies_encryptor_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enroller.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enroller_factory_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enroller_factory_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enroller_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enroller_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enroller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_constants.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_constants.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_result.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_enrollment_result.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_getter.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_getter.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_getter_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_getter_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_getter_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_setter.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_setter_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_setter_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_status_setter_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_type.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_type.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_feature_type_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_gcm_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_gcm_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_gcm_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_gcm_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_gcm_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_group_private_key_sharer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_group_private_key_sharer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_group_private_key_sharer_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_group_private_key_sharer_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_group_private_key_sharer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_bundle.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_bundle.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_bundle_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_creator.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_creator.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_creator_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_creator_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_creator_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_proof_computer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_proof_computer_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_proof_computer_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_proof_computer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_registry.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_registry.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_registry_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_registry_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_registry_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_key_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_metadata_syncer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_metadata_syncer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_metadata_syncer_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_metadata_syncer_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_metadata_syncer_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_scheduler.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_scheduler.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_scheduler_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_scheduler_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_scheduler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_task_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_task_metrics_logger.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_sync_test_devices.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_device_sync_test_devices.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enroller.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enroller.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enroller_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enroller_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enroller_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enrollment_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enrollment_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/cryptauth_v2_enrollment_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_base.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_base.h [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_type_converters.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/device_sync_type_converters.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_attestation_certificates_syncer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_attestation_certificates_syncer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_device_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_device_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_device_notifier.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_device_notifier.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_device_syncer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_device_syncer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_ecies_encryptor.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_ecies_encryptor.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_enrollment_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_enrollment_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_feature_status_getter.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_feature_status_getter.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_feature_status_setter.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_feature_status_setter.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_gcm_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_gcm_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_group_private_key_sharer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_group_private_key_sharer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_key_creator.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_key_creator.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_key_proof_computer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_key_proof_computer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_metadata_syncer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_metadata_syncer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_scheduler.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_scheduler.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_v2_device_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_v2_device_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_v2_enroller.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_cryptauth_v2_enroller.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_device_sync.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_device_sync.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_device_sync_observer.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_device_sync_observer.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_ecies_encryption.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_ecies_encryption.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_remote_device_provider.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_remote_device_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_remote_device_v2_loader.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_remote_device_v2_loader.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_software_feature_manager.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_software_feature_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_synced_bluetooth_address_tracker.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/fake_synced_bluetooth_address_tracker.h [new file with mode: 0644]
chromeos/ash/services/device_sync/feature_status_change.h [new file with mode: 0644]
chromeos/ash/services/device_sync/group_private_key_and_better_together_metadata_status.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/group_private_key_and_better_together_metadata_status.h [new file with mode: 0644]
chromeos/ash/services/device_sync/mock_cryptauth_client.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/mock_cryptauth_client.h [new file with mode: 0644]
chromeos/ash/services/device_sync/mock_sync_scheduler.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/mock_sync_scheduler.h [new file with mode: 0644]
chromeos/ash/services/device_sync/network_request_error.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/network_request_error.h [new file with mode: 0644]
chromeos/ash/services/device_sync/pref_names.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/pref_names.h [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_api.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_better_together_device_metadata.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_better_together_feature_metadata.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_client_app_metadata.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_common.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_devicesync.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_directive.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_enrollment.proto [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_logging.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_logging.h [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_proto_to_query_parameters_util.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_proto_to_query_parameters_util.h [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_v2_test_util.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/cryptauth_v2_test_util.h [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/device_classifier_util.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/device_classifier_util.h [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/enum_util.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/proto/enum_util.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/client_app_metadata_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/cryptauth_device_id_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_client.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_client.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_client_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_client_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_client_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_prefs.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/device_sync_prefs.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/fake_client_app_metadata_provider.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/fake_client_app_metadata_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/fake_device_sync_client.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/fake_device_sync_client.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/fake_gcm_device_info_provider.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/fake_gcm_device_info_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/gcm_constants.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/gcm_constants.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/cpp/gcm_device_info_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/device_sync/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/device_sync/public/mojom/device_sync.mojom [new file with mode: 0644]
chromeos/ash/services/device_sync/public/mojom/device_sync_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/public/mojom/device_sync_mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/device_sync/public/mojom/device_sync_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_loader.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_loader.h [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_loader_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_provider.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_provider.h [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_v2_loader.h [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_v2_loader_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_v2_loader_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/remote_device_v2_loader_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/software_feature_manager.h [new file with mode: 0644]
chromeos/ash/services/device_sync/software_feature_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/software_feature_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/software_feature_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/stub_device_sync.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/stub_device_sync.h [new file with mode: 0644]
chromeos/ash/services/device_sync/switches.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/switches.h [new file with mode: 0644]
chromeos/ash/services/device_sync/sync_scheduler.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/sync_scheduler.h [new file with mode: 0644]
chromeos/ash/services/device_sync/sync_scheduler_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/sync_scheduler_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/sync_scheduler_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/synced_bluetooth_address_tracker.h [new file with mode: 0644]
chromeos/ash/services/device_sync/synced_bluetooth_address_tracker_impl.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/synced_bluetooth_address_tracker_impl.h [new file with mode: 0644]
chromeos/ash/services/device_sync/synced_bluetooth_address_tracker_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/value_string_encoding.cc [new file with mode: 0644]
chromeos/ash/services/device_sync/value_string_encoding.h [new file with mode: 0644]
chromeos/ash/services/federated/DEPS [new file with mode: 0644]
chromeos/ash/services/federated/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/federated/OWNERS [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/fake_service_connection.cc [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/fake_service_connection.h [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/federated_example_util.cc [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/federated_example_util.h [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/service_connection.cc [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/service_connection.h [new file with mode: 0644]
chromeos/ash/services/federated/public/cpp/service_connection_unittest.cc [new file with mode: 0644]
chromeos/ash/services/federated/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/federated/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/federated/public/mojom/example.mojom [new file with mode: 0644]
chromeos/ash/services/federated/public/mojom/federated_service.mojom [new file with mode: 0644]
chromeos/ash/services/hotspot_config/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/hotspot_config/OWNERS [new file with mode: 0644]
chromeos/ash/services/hotspot_config/cros_hotspot_config.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/cros_hotspot_config.h [new file with mode: 0644]
chromeos/ash/services/hotspot_config/cros_hotspot_config_unittest.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/in_process_instance.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/in_process_instance.h [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/cros_hotspot_config_observer.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/cros_hotspot_config_observer.h [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/cros_hotspot_config_test_helper.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/cros_hotspot_config_test_helper.h [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/cros_hotspot_config_test_observer.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/cros_hotspot_config_test_observer.h [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/hotspot_enabled_state_test_observer.cc [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/cpp/hotspot_enabled_state_test_observer.h [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/hotspot_config/public/mojom/cros_hotspot_config.mojom [new file with mode: 0644]
chromeos/ash/services/ime/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/ime/DEPS [new file with mode: 0644]
chromeos/ash/services/ime/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/ime/OWNERS [new file with mode: 0644]
chromeos/ash/services/ime/README.md [new file with mode: 0644]
chromeos/ash/services/ime/constants.cc [new file with mode: 0644]
chromeos/ash/services/ime/constants.h [new file with mode: 0644]
chromeos/ash/services/ime/decoder/decoder_engine.cc [new file with mode: 0644]
chromeos/ash/services/ime/decoder/decoder_engine.h [new file with mode: 0644]
chromeos/ash/services/ime/decoder/system_engine.cc [new file with mode: 0644]
chromeos/ash/services/ime/decoder/system_engine.h [new file with mode: 0644]
chromeos/ash/services/ime/ime_sandbox_hook.cc [new file with mode: 0644]
chromeos/ash/services/ime/ime_sandbox_hook.h [new file with mode: 0644]
chromeos/ash/services/ime/ime_service.cc [new file with mode: 0644]
chromeos/ash/services/ime/ime_service.h [new file with mode: 0644]
chromeos/ash/services/ime/ime_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/ime/ime_shared_library_wrapper.cc [new file with mode: 0644]
chromeos/ash/services/ime/ime_shared_library_wrapper.h [new file with mode: 0644]
chromeos/ash/services/ime/mock_input_channel.cc [new file with mode: 0644]
chromeos/ash/services/ime/mock_input_channel.h [new file with mode: 0644]
chromeos/ash/services/ime/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/ime/public/cpp/assistive_suggestions.cc [new file with mode: 0644]
chromeos/ash/services/ime/public/cpp/assistive_suggestions.h [new file with mode: 0644]
chromeos/ash/services/ime/public/cpp/autocorrect.h [new file with mode: 0644]
chromeos/ash/services/ime/public/cpp/shared_lib/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/ime/public/cpp/shared_lib/interfaces.h [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/connection_factory.mojom [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/ime_service.mojom [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/input_engine.mojom [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/input_method.mojom [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/input_method_host.mojom [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/japanese_settings.mojom [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/ime/public/mojom/mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/libassistant/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/libassistant/DEPS [new file with mode: 0644]
chromeos/ash/services/libassistant/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/libassistant/OWNERS [new file with mode: 0644]
chromeos/ash/services/libassistant/abortable_task_list.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/abortable_task_list.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_device_owner.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_device_owner.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_input_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_input_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_input_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_input_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_input_stream.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_input_stream.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_media_data_source.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_media_data_source.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_output_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_output_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_output_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_stream_handler.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/audio_stream_handler.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/fake_input_device.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/fake_input_device.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/volume_control_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio/volume_control_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio_input_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/audio_input_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/audio_input_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/authentication_state_observer_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/callback_utils.h [new file with mode: 0644]
chromeos/ash/services/libassistant/chromium_api_delegate.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/chromium_api_delegate.h [new file with mode: 0644]
chromeos/ash/services/libassistant/chromium_http_connection.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/chromium_http_connection.h [new file with mode: 0644]
chromeos/ash/services/libassistant/constants.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/constants.h [new file with mode: 0644]
chromeos/ash/services/libassistant/conversation_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/conversation_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/conversation_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/conversation_observer_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/conversation_state_listener_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/conversation_state_listener_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/device_settings_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/device_settings_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/device_settings_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/display_connection.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/display_connection.h [new file with mode: 0644]
chromeos/ash/services/libassistant/display_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/display_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/display_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/fake_auth_provider.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/fake_auth_provider.h [new file with mode: 0644]
chromeos/ash/services/libassistant/file_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/file_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/DEPS [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client_observer.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client_v1.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client_v1.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/assistant_client_v1_unittests.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/async_service_driver.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/action_args.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/action_args.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/action_service.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/action_service.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/customer_registration_client.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/customer_registration_client.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/event_handler_driver.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/event_handler_driver.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/grpc_services_initializer.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/grpc_services_initializer.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/grpc_services_observer.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/heartbeat_event_handler_driver.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/external_services/heartbeat_event_handler_driver.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_client_thread.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_client_thread.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_http_connection_client.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_http_connection_client.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_http_connection_client_unittests.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_http_connection_delegate.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_http_connection_delegate.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_libassistant_client.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_libassistant_client.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_state.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_util.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/grpc_util.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/rpc_method_driver.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/services_initializer_base.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/services_initializer_base.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/services_status_observer.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/services_status_provider.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/services_status_provider.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/utils/media_status_utils.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/utils/media_status_utils.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/utils/settings_utils.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/utils/settings_utils.h [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/utils/timer_utils.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/grpc/utils/timer_utils.h [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_factory.h [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_loader_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_loader_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_loader_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_sandbox_hook.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_sandbox_hook.h [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_service.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/libassistant_service.h [new file with mode: 0644]
chromeos/ash/services/libassistant/media_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/media_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/media_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/network_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/network_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/network_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/notification_delegate_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/platform_api.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/platform_api.h [new file with mode: 0644]
chromeos/ash/services/libassistant/power_manager_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/power_manager_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/power_manager_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/android_app_info.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/android_app_info.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_feedback.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_feedback.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_interaction_metadata.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_interaction_metadata.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_notification.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_notification.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_suggestion.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_suggestion.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_timer.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/assistant_timer.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/cpp/libassistant_loader.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/android_app_info.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/assistant_notification.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/audio_input_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/audio_output_delegate.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/authentication_state_observer.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/conversation_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/conversation_observer.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/device_settings_delegate.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/display_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/media_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/notification_delegate.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/platform_delegate.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/service.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/service_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/settings_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/speaker_id_enrollment_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/speech_recognition_observer.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/public/mojom/timer_controller.mojom [new file with mode: 0644]
chromeos/ash/services/libassistant/service_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/service_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/service_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/settings_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/settings_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/settings_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/speaker_id_enrollment_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/speaker_id_enrollment_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/speaker_id_enrollment_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/speech_recognition_observer_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/system_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/system_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/libassistant/system_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/fake_assistant_client.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/fake_assistant_client.h [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/fake_libassistant_factory.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/fake_libassistant_factory.h [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/fake_platform_delegate.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/fake_platform_delegate.h [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/libassistant_service_tester.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/test_support/libassistant_service_tester.h [new file with mode: 0644]
chromeos/ash/services/libassistant/timer_controller.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/timer_controller.h [new file with mode: 0644]
chromeos/ash/services/libassistant/timer_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/util.cc [new file with mode: 0644]
chromeos/ash/services/libassistant/util.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/DEPS [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/OWNERS [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/account_status_change_delegate_notifier.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/account_status_change_delegate_notifier.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/account_status_change_delegate_notifier_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/account_status_change_delegate_notifier_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/account_status_change_delegate_notifier_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/android_sms_app_installing_status_observer.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/android_sms_app_installing_status_observer.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/android_sms_app_installing_status_observer_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/device_with_connectivity_status.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/device_with_connectivity_status.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/eligible_host_devices_provider.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/eligible_host_devices_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/eligible_host_devices_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/eligible_host_devices_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_account_status_change_delegate.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_account_status_change_delegate.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_account_status_change_delegate_notifier.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_eligible_host_devices_provider.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_eligible_host_devices_provider.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_feature_state_manager.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_feature_state_manager.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_feature_state_observer.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_feature_state_observer.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_global_state_feature_manager.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_global_state_feature_manager.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_backend_delegate.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_backend_delegate.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_device_timestamp_manager.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_device_timestamp_manager.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_status_observer.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_status_observer.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_status_provider.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_status_provider.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_verifier.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/fake_host_verifier.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/feature_state_manager.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/feature_state_manager.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/feature_state_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/feature_state_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/feature_state_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/global_state_feature_manager.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/global_state_feature_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/global_state_feature_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/global_state_feature_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/grandfathered_easy_unlock_host_disabler.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/grandfathered_easy_unlock_host_disabler.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/grandfathered_easy_unlock_host_disabler_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_backend_delegate.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_backend_delegate.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_backend_delegate_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_backend_delegate_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_backend_delegate_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_device_timestamp_manager.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_device_timestamp_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_device_timestamp_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_device_timestamp_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_status_provider.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_status_provider.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_status_provider_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_status_provider_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_status_provider_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_verifier.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_verifier.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_verifier_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_verifier_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/host_verifier_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_base.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_base.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_initializer.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_initializer.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_service.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_service.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/multidevice_setup_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/privileged_host_device_setter_base.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/privileged_host_device_setter_base.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/privileged_host_device_setter_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/privileged_host_device_setter_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/privileged_host_device_setter_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/proto/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/proto/multidevice_setup.proto [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/android_sms_app_helper_delegate.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/android_sms_pairing_state_tracker.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/android_sms_pairing_state_tracker.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/auth_token_validator.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_android_sms_app_helper_delegate.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_android_sms_app_helper_delegate.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_android_sms_pairing_state_tracker.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_android_sms_pairing_state_tracker.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_auth_token_validator.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_auth_token_validator.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_multidevice_setup.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_multidevice_setup.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_multidevice_setup_client.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_multidevice_setup_client.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_privileged_host_device_setter.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/fake_privileged_host_device_setter.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/multidevice_setup_client.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/multidevice_setup_client.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/multidevice_setup_client_impl.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/multidevice_setup_client_impl.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/multidevice_setup_client_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/oobe_completion_tracker.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/oobe_completion_tracker.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/prefs.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/prefs.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/url_provider.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/cpp/url_provider.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/public/mojom/multidevice_setup.mojom [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/wifi_sync_notification_controller.cc [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/wifi_sync_notification_controller.h [new file with mode: 0644]
chromeos/ash/services/multidevice_setup/wifi_sync_notification_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/nearby/COMMON_METADATA [new file with mode: 0644]
chromeos/ash/services/nearby/DEPS [new file with mode: 0644]
chromeos/ash/services/nearby/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/nearby/OWNERS [new file with mode: 0644]
chromeos/ash/services/nearby/README.md [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_firewall_hole.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_firewall_hole_factory.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_firewall_hole_factory.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_nearby_presence.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_nearby_presence.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_nearby_process_manager.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_nearby_process_manager.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_tcp_connected_socket.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_tcp_connected_socket.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_tcp_server_socket.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_tcp_server_socket.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_tcp_socket_factory.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/fake_tcp_socket_factory.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_nearby_connections.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_nearby_connections.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_nearby_process_manager.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_nearby_process_manager.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_nearby_sharing_decoder.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_nearby_sharing_decoder.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_quick_start_decoder.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/mock_quick_start_decoder.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/nearby_client_uuids.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/nearby_client_uuids.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/nearby_process_manager.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/nearby_process_manager.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/tcp_server_socket_port.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/tcp_server_socket_port.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/cpp/tcp_server_socket_port_unittest.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/DEPS [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/firewall_hole.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_connections.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_connections_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_connections_mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_connections_types.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_decoder.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_decoder_types.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_presence.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_share_settings.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/nearby_share_target_types.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/quick_start_decoder.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/quick_start_decoder_types.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/sharing.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/tcp_server_socket_port.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/tcp_server_socket_port_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/tcp_server_socket_port_mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/tcp_socket_factory.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/webrtc.mojom [new file with mode: 0644]
chromeos/ash/services/nearby/public/mojom/webrtc_signaling_messenger.mojom [new file with mode: 0644]
chromeos/ash/services/network_config/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/network_config/DEPS [new file with mode: 0644]
chromeos/ash/services/network_config/OWNERS [new file with mode: 0644]
chromeos/ash/services/network_config/cros_network_config.cc [new file with mode: 0644]
chromeos/ash/services/network_config/cros_network_config.h [new file with mode: 0644]
chromeos/ash/services/network_config/cros_network_config_unittest.cc [new file with mode: 0644]
chromeos/ash/services/network_config/in_process_instance.cc [new file with mode: 0644]
chromeos/ash/services/network_config/in_process_instance.h [new file with mode: 0644]
chromeos/ash/services/network_config/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/network_config/public/cpp/cros_network_config_test_helper.cc [new file with mode: 0644]
chromeos/ash/services/network_config/public/cpp/cros_network_config_test_helper.h [new file with mode: 0644]
chromeos/ash/services/network_config/public/cpp/cros_network_config_test_observer.cc [new file with mode: 0644]
chromeos/ash/services/network_config/public/cpp/cros_network_config_test_observer.h [new file with mode: 0644]
chromeos/ash/services/network_config/test_apn_data.cc [new file with mode: 0644]
chromeos/ash/services/network_config/test_apn_data.h [new file with mode: 0644]
chromeos/ash/services/network_config/test_network_configuration_observer.cc [new file with mode: 0644]
chromeos/ash/services/network_config/test_network_configuration_observer.h [new file with mode: 0644]
chromeos/ash/services/network_health/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/network_health/OWNERS [new file with mode: 0644]
chromeos/ash/services/network_health/README.md [new file with mode: 0644]
chromeos/ash/services/network_health/in_process_instance.cc [new file with mode: 0644]
chromeos/ash/services/network_health/in_process_instance.h [new file with mode: 0644]
chromeos/ash/services/network_health/network_health_constants.h [new file with mode: 0644]
chromeos/ash/services/network_health/network_health_service.cc [new file with mode: 0644]
chromeos/ash/services/network_health/network_health_service.h [new file with mode: 0644]
chromeos/ash/services/network_health/network_health_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/network_health/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/network_health/public/cpp/network_health_helper.cc [new file with mode: 0644]
chromeos/ash/services/network_health/public/cpp/network_health_helper.h [new file with mode: 0644]
chromeos/ash/services/network_health/public/cpp/network_health_helper_unittest.cc [new file with mode: 0644]
chromeos/ash/services/network_health/signal_strength_tracker.cc [new file with mode: 0644]
chromeos/ash/services/network_health/signal_strength_tracker.h [new file with mode: 0644]
chromeos/ash/services/network_health/signal_strength_tracker_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/quick_pair/DEPS [new file with mode: 0644]
chromeos/ash/services/quick_pair/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/quick_pair/OWNERS [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_data_parser.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_data_parser.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_data_parser_fuzzer.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_data_parser_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_decryption.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_decryption.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_decryption_fuzzer.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/fast_pair_decryption_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/mock_quick_pair_process_manager.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/mock_quick_pair_process_manager.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/DEPS [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/account_key_filter.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/account_key_filter.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/account_key_filter_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/battery_notification.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/battery_notification.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/decrypted_passkey.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/decrypted_passkey.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/decrypted_response.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/decrypted_response.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/fast_pair_message_type.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/not_discoverable_advertisement.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/cpp/not_discoverable_advertisement.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/mojom/fast_pair_data_parser.mojom [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/mojom/fast_pair_traits.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/mojom/fast_pair_traits.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/public/mojom/quick_pair_service.mojom [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_manager.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_manager.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_shutdown_controller.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_shutdown_controller.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_shutdown_controller_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_process_unittest.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_service.cc [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_service.h [new file with mode: 0644]
chromeos/ash/services/quick_pair/quick_pair_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/recording/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/recording/DEPS [new file with mode: 0644]
chromeos/ash/services/recording/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/recording/OWNERS [new file with mode: 0644]
chromeos/ash/services/recording/color_quantization.cc [new file with mode: 0644]
chromeos/ash/services/recording/color_quantization.h [new file with mode: 0644]
chromeos/ash/services/recording/gif_encoder.cc [new file with mode: 0644]
chromeos/ash/services/recording/gif_encoder.h [new file with mode: 0644]
chromeos/ash/services/recording/gif_encoding_types.h [new file with mode: 0644]
chromeos/ash/services/recording/gif_file_writer.cc [new file with mode: 0644]
chromeos/ash/services/recording/gif_file_writer.h [new file with mode: 0644]
chromeos/ash/services/recording/lzw_pixel_color_indices_writer.cc [new file with mode: 0644]
chromeos/ash/services/recording/lzw_pixel_color_indices_writer.h [new file with mode: 0644]
chromeos/ash/services/recording/lzw_pixel_color_indices_writer_test.cc [new file with mode: 0644]
chromeos/ash/services/recording/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/recording/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/recording/public/mojom/recording_service.mojom [new file with mode: 0644]
chromeos/ash/services/recording/recording_encoder.cc [new file with mode: 0644]
chromeos/ash/services/recording/recording_encoder.h [new file with mode: 0644]
chromeos/ash/services/recording/recording_file_io_helper.cc [new file with mode: 0644]
chromeos/ash/services/recording/recording_file_io_helper.h [new file with mode: 0644]
chromeos/ash/services/recording/recording_service.cc [new file with mode: 0644]
chromeos/ash/services/recording/recording_service.h [new file with mode: 0644]
chromeos/ash/services/recording/recording_service_constants.h [new file with mode: 0644]
chromeos/ash/services/recording/recording_service_test_api.cc [new file with mode: 0644]
chromeos/ash/services/recording/recording_service_test_api.h [new file with mode: 0644]
chromeos/ash/services/recording/video_capture_params.cc [new file with mode: 0644]
chromeos/ash/services/recording/video_capture_params.h [new file with mode: 0644]
chromeos/ash/services/recording/webm_encoder_muxer.cc [new file with mode: 0644]
chromeos/ash/services/recording/webm_encoder_muxer.h [new file with mode: 0644]
chromeos/ash/services/rollback_network_config/README.md [new file with mode: 0644]
chromeos/ash/services/rollback_network_config/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/rollback_network_config/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/rollback_network_config/public/mojom/rollback_network_config.mojom [new file with mode: 0644]
chromeos/ash/services/secure_channel/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/secure_channel/DEPS [new file with mode: 0644]
chromeos/ash/services/secure_channel/DIR_METADATA [new file with mode: 0644]
chromeos/ash/services/secure_channel/OWNERS [new file with mode: 0644]
chromeos/ash/services/secure_channel/active_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/active_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/active_connection_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/active_connection_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/active_connection_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticated_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticated_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticated_channel_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticated_channel_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticated_channel_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/authenticator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/background_eid_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/background_eid_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/background_eid_generator_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertisement_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertisement_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertisement_generator_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertiser.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertiser.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertiser_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertiser_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_advertiser_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_characteristics_finder.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_characteristics_finder.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_characteristics_finder_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_connection_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_connection_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_connection_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_constants.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_connection_attempt.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_failure_type.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_failure_type.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_operation.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_operation.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_initiator_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_connection_attempt.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_failure_type.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_failure_type.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_operation.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_operation.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_listener_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_scanner.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_scanner.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_scanner_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_scanner_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_scanner_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_synchronizer.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_synchronizer.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_synchronizer_base.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_synchronizer_base.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_synchronizer_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_client_connection.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_client_connection.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_client_connection_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_defines.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_packet_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_packet_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_packet_generator_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_packet_receiver.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_packet_receiver.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/ble_weave_packet_receiver_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/bluetooth_helper.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/bluetooth_helper.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/bluetooth_helper_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/bluetooth_helper_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/bluetooth_helper_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/channel_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/channel_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/client_connection_parameters.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/client_connection_parameters.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/client_connection_parameters_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/client_connection_parameters_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/client_connection_parameters_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connect_to_device_operation.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connect_to_device_operation_base.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connect_to_device_operation_base_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_attempt_base.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_attempt_base_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_attempt_delegate.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_attempt_details.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_attempt_details.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_details.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_details.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_metrics_logger.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_metrics_logger.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_observer.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_role.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_role.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/connection_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/data_with_timestamp.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/data_with_timestamp.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_id_pair.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_id_pair.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_authenticator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_authenticator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_authenticator_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_initiator_helper.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_initiator_helper.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_operations_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_responder_operations.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_responder_operations.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_secure_context.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_secure_context.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/device_to_device_secure_context_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/error_tolerant_ble_advertisement.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/error_tolerant_ble_advertisement.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/error_tolerant_ble_advertisement_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/error_tolerant_ble_advertisement_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/error_tolerant_ble_advertisement_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_active_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_active_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_authenticated_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_authenticated_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_authenticator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_authenticator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_background_eid_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_background_eid_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_advertisement_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_advertisement_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_advertiser.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_advertiser.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_scanner.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_scanner.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_synchronizer.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_ble_synchronizer.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_bluetooth_helper.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_bluetooth_helper.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_client_connection_parameters.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_client_connection_parameters.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connect_to_device_operation.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection_attempt_delegate.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection_attempt_delegate.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection_delegate.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_connection_delegate.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_error_tolerant_ble_advertisement.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_error_tolerant_ble_advertisement.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_file_payload_listener.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_file_payload_listener.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_message_receiver.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_message_receiver.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_multiplexed_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_multiplexed_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_nearby_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_nearby_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_one_shot_timer.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_one_shot_timer.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_pending_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_pending_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_pending_connection_request.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_pending_connection_request_delegate.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_pending_connection_request_delegate.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_channel_connection.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_channel_connection.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_channel_disconnector.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_channel_disconnector.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_context.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_secure_context.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_single_client_proxy.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_single_client_proxy.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_timer_factory.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_timer_factory.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_wire_message.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/fake_wire_message.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/file_transfer_update_callback.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/foreground_eid_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/foreground_eid_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/foreground_eid_generator_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/mock_foreground_eid_generator.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/mock_foreground_eid_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/multiplexed_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/multiplexed_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/multiplexed_channel_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/multiplexed_channel_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/multiplexed_channel_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_metrics_recorder.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_metrics_recorder.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_metrics_recorder_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_connection_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_connection_attempt.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_failure_type.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_failure_type.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_operation.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_operation.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/nearby_initiator_operation_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_connection_request_base.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_connection_request_base_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_initiator_connection_request.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_initiator_connection_request.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_initiator_connection_request_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_listener_connection_request.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_listener_connection_request.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_ble_listener_connection_request_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_request.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_request_base.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_request_base_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_request_delegate.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_connection_request_delegate.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_nearby_initiator_connection_request.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_nearby_initiator_connection_request.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/pending_nearby_initiator_connection_request_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/presence_monitor_delegate.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/presence_monitor_delegate.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/presence_monitor_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/presence_monitor_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/client_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/client_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/client_channel_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/client_channel_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/client_channel_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_attempt.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_attempt_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_attempt_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_manager_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_manager_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/connection_manager_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_client_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_client_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_client_channel_observer.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_client_channel_observer.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_connection_attempt.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_connection_attempt.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_connection_manager.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_connection_manager.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_nearby_connector.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_nearby_connector.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_secure_channel_client.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/fake_secure_channel_client.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/nearby_connector.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/nearby_connector.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/nearby_metrics_recorder.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/nearby_metrics_recorder.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/presence_monitor_client.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/presence_monitor_client_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/presence_monitor_client_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/secure_channel_client.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/secure_channel_client_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/secure_channel_client_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/client/secure_channel_client_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/shared/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/shared/connection_medium.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/shared/connection_medium.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/shared/connection_priority.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/shared/connection_priority.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/cpp/shared/presence_monitor.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/OWNERS [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/nearby_connector.mojom [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/secure_channel.mojom [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/secure_channel_mojom_traits.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/secure_channel_mojom_traits.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/secure_channel_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/public/mojom/secure_channel_types.mojom [new file with mode: 0644]
chromeos/ash/services/secure_channel/raw_eid_generator.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/raw_eid_generator_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/raw_eid_generator_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/raw_eid_generator_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/register_payload_file_request.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/register_payload_file_request.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/remote_attribute.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_base.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_base.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_disconnector.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_disconnector_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_disconnector_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_disconnector_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_initializer.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_initializer.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_service_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_channel_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/secure_context.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/session_keys.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/session_keys.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/session_keys_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/shared_resource_scheduler.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/shared_resource_scheduler.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/shared_resource_scheduler_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/single_client_proxy.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/single_client_proxy.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/single_client_proxy_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/single_client_proxy_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/single_client_proxy_impl_unittest.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/timer_factory.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/timer_factory_impl.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/timer_factory_impl.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/wire_message.cc [new file with mode: 0644]
chromeos/ash/services/secure_channel/wire_message.h [new file with mode: 0644]
chromeos/ash/services/secure_channel/wire_message_unittest.cc [new file with mode: 0644]
chromeos/assistant/.gitignore [new file with mode: 0644]
chromeos/assistant/DIR_METADATA [new file with mode: 0644]
chromeos/assistant/OWNERS [new file with mode: 0644]
chromeos/assistant/README.md [new file with mode: 0644]
chromeos/chromeos_export.h [new file with mode: 0644]
chromeos/chromeos_strings.grd [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ARC_SDK_VERSION_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ARC_SDK_VERSION_UNKNOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_ENTERPRISE_DEVICE_MANAGED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_ENTERPRISE_DEVICE_MANAGED_BY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_ENTERPRISE_ENROLLMENT_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_CAMERA_TIME_OUT_SUBTITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_CAMERA_TIME_OUT_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_ENTERPRISE_MANAGED_POP_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_MANAGED_SESSION_MONITORING_FULL_WARNING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_MANAGED_SESSION_MONITORING_SOFT_WARNING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_MANAGED_SESSION_MONITORING_USER_WARNING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_LOGIN_USER_ADDING_BANNER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_PARENT_ACCESS_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_SHELF_APPS_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_SHELF_OS_INSTALL_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_SHELF_SIGNIN_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_SHORT_MANAGED_BY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASH_SHORT_MANAGED_BY_MULTIPLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ASSIGN_TO_ALL_DESKS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_BATTERY_INFO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_CONNECTION_STATE_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_CONNECTION_STATE_CONNECTING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_CONNECTION_STATE_NOT_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_NAMED_BATTERY_INFO_CASE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_NAMED_BATTERY_INFO_LEFT_BUD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_NAMED_BATTERY_INFO_RIGHT_BUD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_COMPUTER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_GAME_CONTROLLER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_HEADSET.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_KEYBOARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_KEYBOARD_MOUSE_COMBO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_MOUSE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_PHONE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_TABLET.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_UNKNOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_A11Y_DEVICE_TYPE_VIDEO_CAMERA.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_DEVICE_LIST_CURRENTLY_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_DEVICE_LIST_NO_CONNECTED_DEVICES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_BLUETOOTH_DEVICE_LIST_PREVIOUSLY_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CHARGE_TEST_RESULT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONFIRMATION_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONNECTIVITY_DIAGNOSTICS_CLOSE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONNECTIVITY_DIAGNOSTICS_DIAGNOSTIC_ROUTINES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONNECTIVITY_DIAGNOSTICS_NETWORK_DEVICES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONNECTIVITY_DIAGNOSTICS_RERUN_ROUTINES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONNECTIVITY_DIAGNOSTICS_SEND_FEEDBACK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_CONNECTIVITY_DIAGNOSTICS_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ARC_DNS_RESOLUTION_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ARC_HTTP_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ARC_PING_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_CALCULATING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_CHARGE_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_CHARGING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_CHIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_DISCHARGE_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_DISCHARGING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_FULL_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_FULL_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_HEALTH_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_HEALTH_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_HEALTH_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_BATTERY_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CANCELLED_TEST_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CAPTIVE_PORTAL_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CHARGE_RUN_TESTS_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CONNECTIVITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_BANNER_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_CACHE_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_CHIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_FLOATING_POINT_ACCURACY_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_PRIME_SEARCH_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_RUN_TESTS_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_SPEED_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_SPEED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_STRESS_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_TEMPERATURE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_TEMPERATURE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_USAGE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_USAGE_SYSTEM_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_USAGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_USAGE_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CPU_USAGE_USER_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CURRENT_NOW_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CURRENT_NOW_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CURRENT_NOW_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CYCLE_COUNT_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_CYCLE_COUNT_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_DEVICE_INFO_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_DISABLED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_DISCHARGE_RUN_TESTS_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_DNS_LATENCY_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_DNS_RESOLUTION_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_DNS_RESOLVER_PRESENT_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_EID_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_HAS_SECURE_WIFI_CONNECTION_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_HIDE_REPORT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_HTTPS_FIREWALL_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_HTTPS_LATENCY_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_HTTP_FIREWALL_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_INTERNET_CONNECTIVITY_GROUP_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_JOIN_NETWORK_LINK_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_KEYBOARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_LAN_CONNECTIVITY_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_LEARN_MORE_LABEL_SHORT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_LOCAL_NETWORK_GROUP_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_MEMORY_AVAILABLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_MEMORY_BANNER_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_MEMORY_ROUTINE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_MEMORY_RUN_TESTS_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_MEMORY_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NAME_RESOLUTION_GROUP_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NAME_SERVERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIGNAL_STRENGTH_AVERAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIGNAL_STRENGTH_EXCELLENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIGNAL_STRENGTH_GOOD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIGNAL_STRENGTH_WEAK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIM_LOCKED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIM_LOCK_STATUS_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_SIM_UNLOCKED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NETWORK_TYPE_CELLULAR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_NOT_ENOUGH_AVAILABLE_MEMORY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_PERCENTAGE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_RECONNECT_LINK_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_REMAINING_CHARGE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ROAMING_OFF.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ROUTINE_REMAINING_MIN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ROUTINE_REMAINING_MIN_FINAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_ROUTINE_REMAINING_MIN_FINAL_LARGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_RUN_AGAIN_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SEE_REPORT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SELECT_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SESSION_LOG_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SESSION_LOG_TOAST_TEXT_FAILURE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SESSION_LOG_TOAST_TEXT_SUCCESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SETTINGS_LINK_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SIGNAL_STRENGTH_FAILED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_STOP_TEST_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_SYSTEM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_FAILURE_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_FAILURE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_QUEUED_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_RUNNING_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_RUNNING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_SKIPPED_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_STOPPED_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_SUCCESS_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_SUCCESS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TEST_WARNING_BADGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TROUBLESHOOTING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_TROUBLE_CONNECTING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIAGNOSTICS_VERSION_INFO_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIANOSTICS_LEARN_MORE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIANOSTICS_ROUTINE_ENTRY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DIANOSTICS_ROUTINE_NAME_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_DISCHARGE_TEST_RESULT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ECHE_APP_DEFAULT_DEVICE_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ADD_FILE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ANONYMOUS_EMAIL_OPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ASSISTANT_LOGS_CHECKBOX.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ASSISTANT_LOGS_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ATTACH_FILES_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ATTACH_FILE_CHECKBOX_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ATTACH_FILE_LABEL_TOOLTIP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_ATTACH_SCREENSHOT_CHECKBOX_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_AUTOFILL_LOGS_CHECKBOX.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_BACK_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_BLUETOOTH_LOGS_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_CONTINUE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_DESCRIPTION_HINT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_DESCRIPTION_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_DESCRIPTION_REQUIRED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_DIALOG_BACK_BUTTON_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_DONE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_FEEDBACK_HELP_LINK_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_FILE_TOO_BIG_ERROR_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_HELP_CONTENT_LABEL_TOOLTIP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_HELP_CONTENT_NOT_AVAILABLE_ALT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_HELP_CONTENT_NOT_AVAILABLE_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_HELP_CONTENT_OFFLINE_ALT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_HELP_CONTENT_OFFLINE_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_HELP_RESOURCES_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_INCLUDE_PERFORMANCE_TRACE_CHECKBOX_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_INCLUDE_SYSTEM_INFO_AND_METRICS_CHECKBOX_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_NO_MATCHED_RESULTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PAGE_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PAGE_TITLE_AFTER_SENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PAGE_TITLE_SEND_OFFLINE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_POPULAR_HELP_CONTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PREVIEW_IMAGE_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PREVIEW_IMAGE_DIALOG_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PREVIEW_SCREENSHOT_DIALOG_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_PRIVACY_NOTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_REPLACE_FILE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_RESOURCES_ASK_COMMUNITY_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_RESOURCES_ASK_COMMUNITY_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_RESOURCES_DIAGNOSTICS_APP_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_RESOURCES_DIAGNOSTICS_APP_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_RESOURCES_EXPLORE_APP_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_RESOURCES_EXPLORE_APP_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_SCREENSHOT_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_SEND_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_SEND_NEW_REPORT_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_SHARE_DIAGNOSTIC_DATA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_SHARE_PAGE_URL_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_SUGGESTED_HELP_CONTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_THANK_YOU_NOTE_OFFLINE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_THANK_YOU_NOTE_ONLINE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_USER_CONSENT_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_USER_EMAIL_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FEEDBACK_TOOL_USER_EMAIL_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_CANCEL_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_CRITICAL_UPDATE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_DEVICE_UP_TO_DATE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_DONE_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_HAS_BEEN_UPDATED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_INSTALLING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_NEXT_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_NUM_AVAILABLE_UPDATES_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_OK_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_PREPARE_DEVICE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_PROCEED_UPDATE_CONFIRMATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_RESTARTING_BODY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_RESTARTING_FOOTER_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_RESTARTING_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UPDATE_BUTTON_A11Y_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UPDATE_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UPDATE_FAILED_BODY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UPDATE_FAILED_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UPDATING_INFO_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UPDATING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_UP_TO_DATE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_FIRMWARE_VERSION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_DISCOVER_TAB_NOTIFICATION_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_DISCOVER_TAB_NOTIFICATION_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_DISCOVER_TAB_SUGGESTION_CHIP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_EXPLORE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_WHATS_NEW_CONTINUE_TASK_DETAILS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_WHATS_NEW_CONTINUE_TASK_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_HELP_APP_WHATS_NEW_SUGGESTION_CHIP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_BLUETOOTH_KEYBOARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_BLUETOOTH_TOUCHPAD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_BLUETOOTH_TOUCHSCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_CATEGORY_KEYBOARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_CATEGORY_TOUCHPAD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_CATEGORY_TOUCHSCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_DEVICE_DISCONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_INTERNAL_KEYBOARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_INTERNAL_TOUCHPAD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_INTERNAL_TOUCHSCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_CLOSED_LID_CLOSED_NOTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_CLOSED_TABLET_MODE_NOTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_FOCUS_LOSS_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_HELP_LINK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_INSTRUCTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_SHORTCUT_INSTRUCTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_TESTER_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_UNTESTABLE_LID_CLOSED_NOTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_KEYBOARD_UNTESTABLE_TABLET_MODE_NOTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_RUN_TEST.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_TESTER_DONE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_USB_KEYBOARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_USB_TOUCHPAD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_DIAGNOSTICS_USB_TOUCHSCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_EDIT_INSTRUCTIONS_ALPHAV2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_EDIT_INSTRUCTIONS_TOUCH_POINT_FOCUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_EDIT_MENU_FOCUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_KEYMAPPING_KEY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_KEYMAPPING_TOUCH_POINT_CROSS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_KEYMAPPING_TOUCH_POINT_DOT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_KEY_LABEL_BACKSPACE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_KEY_LABEL_ENTER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_KEY_LABEL_SPACE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_LAYOUT_ACCTIONS_MENU.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_INPUT_OVERLAY_SETTINGS_NUDGE_ALPHAV2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KERBEROS_TICKET_EXPIRY_BODY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KERBEROS_TICKET_EXPIRY_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KERBEROS_TICKET_EXPIRY_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_LABEL_NOT_PRESSED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_LABEL_PRESSED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_LABEL_TESTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_ARROW_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_ARROW_LEFT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_ARROW_RIGHT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_ARROW_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_ASSISTANT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_BACK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_BACKSPACE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_CONTROL_PANEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_ENTER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_FORWARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_FULLSCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_JIS_LETTER_SWITCH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_KEYBOARD_BACKLIGHT_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_KEYBOARD_BACKLIGHT_TOGGLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_KEYBOARD_BACKLIGHT_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_LAUNCHER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_LAYOUT_SWITCH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_LOCK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_MICROPHONE_MUTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_MUTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_OVERVIEW.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_PLAY_PAUSE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_POWER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_PRIVACY_SCREEN_TOGGLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_REFRESH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_SCREENSHOT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_SCREEN_BRIGHTNESS_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_SCREEN_BRIGHTNESS_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_SCREEN_MIRROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_SHIFT_LEFT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_SHIFT_RIGHT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_TAB.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_TRACK_NEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_TRACK_PREVIOUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_VOLUME_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_KEYBOARD_DIAGRAM_ARIA_NAME_VOLUME_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MEDIA_APP_FILE_FILTER_AUDIO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MEDIA_APP_FILE_FILTER_IMAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MEDIA_APP_FILE_FILTER_VIDEO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MOVE_TO_DESKS_MENU.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_BOTTOM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_EXIT_FLOAT_BUTTON_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_EXIT_FULLSCREEN_BUTTON_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_FLOAT_BUTTON_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_FULLSCREEN_BUTTON_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_HALF_BUTTON_ACCESSIBLE_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_HALF_BUTTON_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_LEFT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_NUDGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_PARTIAL_BUTTON_LARGE_ACCESSIBLE_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_PARTIAL_BUTTON_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_PARTIAL_BUTTON_SMALL_ACCESSIBLE_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_RIGHT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_MULTITASK_MENU_TOP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_DNS_RESOLUTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_HTTP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_HTTP_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_HTTP_PROBLEM_FAILED_HTTP_REQUESTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_HTTP_PROBLEM_HIGH_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_HTTP_PROBLEM_VERY_HIGH_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_PING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_ROUTINE_PROBLEM_ARC_NOT_RUNNING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_ARC_ROUTINE_PROBLEM_INTERNAL_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_AUTHENTICATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL_PROBLEM_NO_ACTIVE_NETWORKS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL_PROBLEM_NO_INTERNET.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL_PROBLEM_PORTAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL_PROBLEM_PORTAL_SUSPECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL_PROBLEM_PROXY_AUTH_REQUIRED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CAPTIVE_PORTAL_PROBLEM_UNKNOWN_PORTAL_STATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_CDMA1XRTT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_EDGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_EVDO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_GPRS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_GSM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_HSPA.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_HSPA_PLUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_LTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_LTE_ADVANCED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CELLULAR_UMTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CHANNEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_CONNECTION_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_LATENCY_PROBLEM_FAILED_TO_RESOLVE_ALL_HOSTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_LATENCY_PROBLEM_SIGNIFICANTLY_ABOVE_THRESHOLD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_LATENCY_PROBLEM_SLIGHTLY_ABOVE_THRESHOLD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_NOT_CONFIGURED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_RESOLUTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_RESOLUTION_PROBLEM_FAILED_TO_RESOLVE_HOST.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_RESOLVER_PRESENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_RESOLVER_PROBLEM_EMPTY_NAME_SERVERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_RESOLVER_PROBLEM_MALFORMED_NAME_SERVERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_DNS_RESOLVER_PROBLEM_NO_NAME_SERVERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_FAILED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_FIREWALL_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_FIREWALL_PROBLEM_DNS_RESOLUTION_FAILURE_RATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_FIREWALL_PROBLEM_FIREWALL_DETECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_FIREWALL_PROBLEM_FIREWALL_SUSPECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED_PROBLEM_DEFAULT_ABOVE_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED_PROBLEM_NON_DEFAULT_ABOVE_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED_PROBLEM_PING_DEFAULT_FAILED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED_PROBLEM_PING_NON_DEFAULT_FAILED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_CAN_BE_PINGED_PROBLEM_UNREACHABLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GATEWAY_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_GOOGLE_SERVICES_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HAS_SECURE_WIFI_CONNECTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTPS_FIREWALL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTPS_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTPS_LATENCY_PROBLEM_FAILED_DNS_RESOLUTIONS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTPS_LATENCY_PROBLEM_FAILED_HTTPS_REQUESTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTPS_LATENCY_PROBLEM_HIGH_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTPS_LATENCY_PROBLEM_VERY_HIGH_LATENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_HTTP_FIREWALL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_IP_ADDRESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_IP_CONFIG_INFO_DRAWER_GATEWAY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_IP_CONFIG_INFO_DRAWER_SUBNET_MASK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_IP_CONFIG_INFO_DRAWER_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_LAN_CONNECTIVITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_MAC_ADDRESS_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_MISSING_NAME_SERVERS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_NOT_RUN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_NO_IP_ADDRESS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_PASSED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_RESULT_PLACEHOLDER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_RUN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_RUNNING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_RUN_ALL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SECURE_WIFI_PROBLEM_NOT_SECURE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SECURE_WIFI_PROBLEM_UNKNOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SECURE_WIFI_PROBLEM_WEP_8021x.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SECURE_WIFI_PROBLEM_WEP_PSK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SECURITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SEND_FEEDBACK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SIGNAL_STRENGTH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SIGNAL_STRENGTH_PROBLEM_NOT_FOUND.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_SIGNAL_STRENGTH_PROBLEM_WEAK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_VIDEO_CONFERENCING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_VIDEO_CONFERENCING_PROBLEM_MEDIA_FAILURE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_VIDEO_CONFERENCING_PROBLEM_TCP_FAILURE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_VIDEO_CONFERENCING_PROBLEM_UPD_FAILURE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_VISIT_SETTINGS_TO_CONFIGURE_LINK_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_DIAGNOSTICS_WIFI_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_OPEN_IN_SETTINGS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_CONNECTING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_DISABLED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_NOT_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_ONLINE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_PORTAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_PROHIBITED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_HEALTH_STATE_UNINITIALIZED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_BLUETOOTH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_CELLULAR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_ETHERNET.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_METERED_WIFI.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_MOBILE_DATA.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_TETHER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_VPN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_VPN_BUILTIN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_WIFI.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_NETWORK_TYPE_WIRELESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ACTIVATION_STATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ACTIVATION_STATE_ACTIVATED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ACTIVATION_STATE_ACTIVATING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ACTIVATION_STATE_NOT_ACTIVATED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ACTIVATION_STATE_NO_SERVICE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ACTIVATION_STATE_PARTIALLY_ACTIVATED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_APN_ACCESS_POINT_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_APN_ACCESS_POINT_NAME_NONE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_APN_ATTACH_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_APN_AUTHENTICATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_APN_PASSWORD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_APN_USERNAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_FAMILY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_FIRMWARE_REVISION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_HARDWARE_REVISION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_HOME_PROVIDER_CODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_HOME_PROVIDER_COUNTRY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_HOME_PROVIDER_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ICCID.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_IMEI.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_MANUFACTURER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_MODEL_ID.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_NETWORK_TECHNOLOGY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ROAMING_STATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ROAMING_STATE_HOME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_ROAMING_STATE_ROAMING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_SERVING_OPERATOR_CODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CELLULAR_SERVING_OPERATOR_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_CONNECTING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_ANONYMOUS_IDENTITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_DOMAIN_SUFFIX_MATCH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_IDENTITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_AUTOMATIC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_CHAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_GTC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_MD5.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_MSCHAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_MSCHAPV2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_INNER_PAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_OUTER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_OUTER_LEAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_OUTER_PEAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_OUTER_TLS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_OUTER_TTLS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_SERVER_CA.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_SUBJECT_ALT_NAME_MATCH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_SUBJECT_MATCH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_EAP_USER_CERT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_HOTSPOT_WIFI_SECURITY_WPA2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_HOTSPOT_WIFI_SECURITY_WPA2WPA3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_HOTSPOT_WIFI_SECURITY_WPA3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_IPV4_ADDRESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_IPV4_GATEWAY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_IPV4_NETMASK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_IPV6_ADDRESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_MAC_ADDRESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_NOT_CONNECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE_NO_INTERNET.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE_ONLINE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE_PORTAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE_PORTAL_SUSPECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE_PROXY_AUTH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_PORTAL_STATE_UNKNOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_BATTERY_PERCENTAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_BATTERY_PERCENTAGE_VALUE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_CARRIER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_CARRIER_UNKNOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_SIGNAL_STRENGTH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_SIGNAL_STRENGTH_GOOD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_SIGNAL_STRENGTH_OKAY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_SIGNAL_STRENGTH_STRONG.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_SIGNAL_STRENGTH_VERY_STRONG.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_TETHER_SIGNAL_STRENGTH_WEAK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_AUTH_TYPE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_AUTH_TYPE_USERNAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_HOST.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_IPSEC_GROUP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_IPSEC_LOCAL_IDENTITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_IPSEC_PSK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_IPSEC_REMOTE_IDENTITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_AUTH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_CIPHER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_COMPRESSION_ALGORITHM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_EXTRA_HOSTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_KEY_DIRECTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_OTP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_OPENVPN_TLS_AUTH_CONTENTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_PASSWORD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_THIRD_PARTY_VPN_PROVIDER_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_TYPE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_TYPE_ARCVPN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_TYPE_IKEV2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_TYPE_L2TP_IPSEC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_TYPE_OPENVPN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_TYPE_WIREGUARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_USERNAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_ALLOWED_IP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_DNS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_ENDPOINT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_IP_ADDRESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_KEY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_KEY_GENERATE_NEW.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_KEY_USER_INPUT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_KEY_USE_CURRENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_MTU.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_PEER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_PERSISTENT_KEEPALIVE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_PRESHARED_KEY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_PRIVATE_KEY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_VPN_WIREGUARD_PUBLIC_KEY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_BSSID.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_FREQUENCY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_PASSWORD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SECURITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SECURITY_EAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SECURITY_NONE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SECURITY_PSK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SECURITY_WEP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SIGNAL_STRENGTH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_ONC_WIFI_SSID.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_BOTH_PASSWORDS_PROMPT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_NEW_PASSWORD_PROMPT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_OLD_PASSWORD_PROMPT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_CONFIRM_NEW_PASSWORD_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_CONFIRM_SAVE_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_NEW_PASSWORD_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_NOTIFICATION_BODY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_NOTIFICATION_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_OLD_PASSWORD_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_OVERDUE_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_CHANGE_PASSWORDS_DONT_MATCH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_EXPIRES_AFTER_TIME_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_EXPIRY_CALL_TO_ACTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_EXPIRY_CALL_TO_ACTION_CRITICAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PASSWORD_EXPIRY_CHANGE_PASSWORD_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERONSONALIZATION_APP_AMBIENT_MODE_ART_ALBUM_DIALOG_CLOSE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERONSONALIZATION_APP_AMBIENT_MODE_LAST_ART_ALBUM_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_ALBUM_SELECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_ALBUM_UNSELECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_GOOGLE_PHOTOS_NO_ALBUM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_GOOGLE_PHOTOS_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_PHOTOS_NUM_PLURAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_PHOTOS_NUM_SINGULAR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ALBUMS_SUBPAGE_RECENT_DESC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ANIMATION_FEEL_THE_BREEZE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ANIMATION_FLOAT_ON_BY_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ANIMATION_SLIDESHOW_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ANIMATION_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ANIMATION_VIDEO_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_LEARN_MORE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_MAIN_PAGE_ENTERPRISE_USER_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_MAIN_PAGE_ZERO_STATE_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_MAIN_PAGE_ZERO_STATE_MESSAGE_V2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_MULTIPLE_ALBUMS_DESC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_NETWORK_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_OFF.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_PAGE_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_ART_GALLERY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_ART_GALLERY_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_GOOGLE_PHOTOS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_GOOGLE_PHOTOS_DESC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_GOOGLE_PHOTOS_DESC_NO_ALBUM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_SELECTED_ROW.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_UNSELECTED_ROW.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_VIDEO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TOPIC_SOURCE_VIDEO_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_TURN_ON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_WEATHER_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_WEATHER_UNIT_CELSIUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_WEATHER_UNIT_FAHRENHEIT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AMBIENT_MODE_ZERO_STATE_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_ANNOUNCE_AVATAR_CHANGED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_DESCRIPTION_AMBIENT_MODE_WEATHER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_CHANGE_AVATAR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_CHANGE_DAILY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_CHANGE_SCREENSAVER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_CHANGE_WALLPAPER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_CURRENT_AVATAR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_ENABLE_AUTO_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_ENABLE_DARK_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_ENABLE_LIGHT_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_EXIT_FULL_SCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_GO_TO_ACCOUNT_SETTINGS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_HOME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_LOADING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_REFRESH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ARIA_LABEL_VIEW_FULL_SCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_ARIA_LABEL_CLOSE_CAMERA.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_ARIA_LABEL_WEBCAM_VIDEO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_CAPTURE_IN_PROGRESS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_CHOOSE_A_FILE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_CONFIRM_PHOTO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_CONFIRM_VIDEO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_GOOGLE_PROFILE_PHOTO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_LAST_EXTERNAL_IMAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_NETWORK_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_REJECT_PHOTO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_TAKE_PHOTO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_AVATAR_TAKE_VIDEO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_BACK_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_CENTER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_CHANGE_DAILY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_CURRENTLY_SET.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_DAILY_REFRESH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_DEFAULT_WALLPAPER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_DISMISS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_EXIT_FULL_SCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_FILL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_ALBUMS_TAB.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_ALBUM_SHARED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_ALBUM_ZERO_STATE_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_PHOTOS_TAB.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_SHARED_ALBUM_DIALOG_ACCEPT_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_SHARED_ALBUM_DIALOG_CLOSE_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_SHARED_ALBUM_DIALOG_CONTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_SHARED_ALBUM_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_TRY_AGAIN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GOOGLE_PHOTOS_ZERO_STATE_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_GUEST_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_BLUE_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_GREEN_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_INDIGO_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_PURPLE_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_RAINBOW_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_RED_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_WALLPAPER_COLOR_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_WALLPAPER_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_WALLPAPER_COLOR_NUDGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_WALLPAPER_COLOR_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_WHITE_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_YELLOW_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_ZONE_CUSTOMIZATION_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_ZONE_CUSTOMIZATION_DISMISS_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_BACKLIGHT_ZONE_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_KEYBOARD_ZONES_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_LOAD_WALLPAPER_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_MANAGED_SETTING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_MULTIPLE_IMAGES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_MY_IMAGES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_NO_IMAGES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_ONE_IMAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_PERSONALIZATION_HUB_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_REFRESH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SCREENSAVER_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SCREENSAVER_PREVIEW_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SCREENSAVER_PREVIEW_BUTTON_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SCREENSAVER_PREVIEW_DOWNLOADING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SCREENSAVER_PREVIEW_DOWNLOADING_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_ART_GALLERY_ALBUM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_CHOOSE_SOURCE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_GOOGLE_PHOTOS_ALBUM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_TURN_OFF.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_TURN_OFF_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_TURN_ON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_AMBIENT_MODE_TURN_ON_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_DEVICE_ACCOUNT_IMAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT4.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT5.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_WALLPAPER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_WALLPAPER_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_CHANGE_WALLPAPER_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_ALT3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_SCHEDULE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_SCHEDULE_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_SCHEDULE_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_SCHEDULE_ALT3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_SCHEDULE_ALT4.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_OFF.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_OFF_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_OFF_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_OFF_ALT3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_OFF_ALT4.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_OFF_ALT5.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_ON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_ON_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_ON_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_ON_ALT3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_ON_ALT4.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_DARK_MODE_TURN_ON_ALT5.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_KEYBOARD_BACKLIGHT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_KEYBOARD_BACKLIGHT_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_KEYBOARD_BACKLIGHT_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_KEYBOARD_BACKLIGHT_ALT3.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_KEYBOARD_BACKLIGHT_ALT4.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_KEYBOARD_BACKLIGHT_ALT5.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_TITLE_ALT1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SEARCH_RESULT_TITLE_ALT2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SET_AS_WALLPAPER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_SET_WALLPAPER_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_AUTO_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_COLOR_SCHEME_EXPRESSIVE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_COLOR_SCHEME_NEUTRAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_COLOR_SCHEME_TONAL_SPOT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_COLOR_SCHEME_VIBRANT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_DARK_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_DYNAMIC_COLOR_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_DYNAMIC_COLOR_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_LIGHT_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_STATIC_COLOR_DARK_GREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_STATIC_COLOR_GOOGLE_BLUE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_STATIC_COLOR_LIGHT_PINK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_THEME_STATIC_COLOR_LIGHT_PURPLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_BANNER_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_BANNER_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_VIDEO_ALBUM_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_VIDEO_CLOUDS_ALBUM_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_VIDEO_NEW_MEXICO_ALBUM_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_WALLPAPER_DIALOG_BACK_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_WALLPAPER_DIALOG_CONFIRM_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_WALLPAPER_DIALOG_CONTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TIME_OF_DAY_WALLPAPER_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_TOOLTIP_AUTO_COLOR_MODE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_UNKNOWN_IMAGE_ATTRIBUTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_WALLPAPER_COLLECTIONS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_WALLPAPER_DESCRIPTION_DIALOG_CLOSE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_WALLPAPER_DESCRIPTION_DIALOG_OPEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_WALLPAPER_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PERSONALIZATION_APP_WALLPAPER_NETWORK_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CANCEL_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CANCEL_PRINT_JOB_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CLEAR_ALL_HISTORY_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CLEAR_ALL_HISTORY_CONFIRMATION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CLEAR_ALL_POLICY_PRINT_JOB_INDICATOR_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CLEAR_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_CLIENT_UNAUTHORIZED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_COLLAPSE_PRINTING_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_COMPLETION_STATUS_CANCELED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_COMPLETION_STATUS_PRINTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_DATE_COLUMN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_DOOR_OPEN_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_DOOR_OPEN_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_FILE_NAME_COLUMN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_FILTERED_FAILED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_GENERIC_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_HISTORY_HEADER_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_HISTORY_TOOL_TIP_INDEFINITE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_HISTORY_TOOL_TIP_MULTIPLE_DAYS_EXPIRATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_HISTORY_TOOL_TIP_SINGLE_DAY_EXPIRATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_NO_PRINT_JOBS_IN_PROGRESS_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_OUTPUT_FULL_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_OUTPUT_FULL_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_OUT_OF_INK_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_OUT_OF_INK_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_OUT_OF_PAPER_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_OUT_OF_PAPER_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_PAPER_JAM_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_PAPER_JAM_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_PRINTED_PAGES_PROGRESS_FRACTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_PRINTER_NAME_COLUMN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_PRINTER_UNREACHABLE_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_STATUS_COLUMN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_STOPPED_ONGOING_JOB_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_TRAY_MISSING_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_TRAY_MISSING_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_UNKNOWN_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_PRINT_MANAGEMENT_UNKNOWN_STOPPED_ERROR_STATUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_DEFINITION_INTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_DEFINITION_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_DOGFOOD_FEEDBACK_BUTTON_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_PHONETICS_BUTTON_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_RATING_REVIEW_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_SETTINGS_BUTTON_TOOLTIP_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_TRANSLATION_INTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_TRANSLATION_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_UNIT_CONVERSION_INTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_UNIT_CONVERSION_RESULT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_ALLOW_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_DESC_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_NO_THANKS_BUTTON.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_TITLE_TEXT_WITH_INTENT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_NOTICE_VIEW_A11Y_INFO_ALERT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_NOTICE_VIEW_A11Y_INFO_DESC_TEMPLATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_USER_NOTICE_VIEW_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_A11Y_INFO_ALERT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_A11Y_INFO_DESC_TEMPLATE_V2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_A11Y_NAME_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_A11Y_RETRY_LABEL_DESC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_A11Y_RETRY_LABEL_NAME_TEMPLATE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_LOADING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_NETWORK_ERROR.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_NO_RESULT_V2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_REPORT_QUERY_INTERNAL_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_REPORT_QUERY_REPORT_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_QUICK_ANSWERS_VIEW_RETRY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_REQUEST_PIN_DIALOG_ATTEMPTS_LEFT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_REQUEST_PIN_DIALOG_ERROR_ATTEMPTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_RICH_ANSWERS_VIEW_A11Y_NAME_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_A3_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_A4_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_ACTION_TOOLBAR_PAGE_COUNT_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_B4_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_BLACK_AND_WHITE_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_CANCELING_SCANNING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_CANCEL_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_CANCEL_FAILED_TOAST_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_COLOR_MODE_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_COLOR_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_DEFAULT_SOURCE_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_DONE_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_EDIT_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_FILE_NOT_FOUND_TOAST_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_FILE_SAVED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_FILE_TYPE_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_FIT_TO_SCAN_AREA_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_FLATBED_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_GET_HELP_LINK_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_GRAYSCALE_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_JPG_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_LEARN_MORE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_LEGAL_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_LETTER_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MORE_SETTINGS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MULTI_PAGE_CANCELING_SCANNING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MULTI_PAGE_CHECKBOX_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MULTI_PAGE_SCAN_INSTRUCTIONS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MULTI_PAGE_SCAN_PROGRESS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MY_DRIVE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_MY_FILES_SELECT_OPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_NO_SCANNERS_SUBTEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_NO_SCANNERS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_OK_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_ONE_SIDED_DOC_FEEDER_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_PAGE_SIZE_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_PDF_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_PNG_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_REMOVE_PAGE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_REMOVE_PAGE_CONFIRMATION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_REMOVE_PAGE_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_RESCAN_PAGE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_RESCAN_PAGE_CONFIRMATION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_RESCAN_PAGE_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_RESOLUTION_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_RESOLUTION_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_RETRY_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SAVE_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCANNERS_LOADING_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCANNER_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCANNING_IMAGES_ARIA_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_BUTTON_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_CANCELED_TOAST_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_ADF_EMPTY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_ADF_JAMMED_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_DEVICE_BUSY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_FLATBED_OPEN_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_IO_ERROR_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_TITLE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_FAILED_DIALOG_UNKNOWN_ERROR_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_PREVIEW_HELPER_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_PREVIEW_PROGRESS_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SCAN_TO_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SELECT_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SELECT_FOLDER_OPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SHOW_IN_FOLDER_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_SOURCE_DROPDOWN_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_START_SCAN_FAILED_TOAST.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_TABLOID_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SCANNING_APP_TWO_SIDED_DOC_FEEDER_OPTION_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_ACCESS_POINT_NAME_APN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_ADD_APN_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_ADD_NEW_APN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_AUTO_DETECTED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_CUSTOM_APNS_ERROR_MESSAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DESCRIPTION_NO_LINK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DESCRIPTION_WITH_LEARN_MORE_LINK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_ADD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_ADVANCED_SETTING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_APN_TYPES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_APN_TYPE_ATTACH_CHECKBOX.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_APN_TYPE_DEFAULT_CHECKBOX.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_AUTH_TYPE_CHAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_AUTH_TYPE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_AUTH_TYPE_PAP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_AUTO.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_CANCEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_DEFAULT_APN_REQUIRED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_DONE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_IP_TYPE_IPV4.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_IP_TYPE_IPV4_IPV6.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_IP_TYPE_IPV6.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_IP_TYPE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_DIALOG_SAVE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_INPUT_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_MENU_DETAILS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_MENU_DISABLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_MENU_ENABLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_MENU_REMOVE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_MORE_ACTIONS_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_WARNING_PROMPT_FOR_DISABLE_REMOVE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_APN_ZERO_STATE_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_CUSTOM_APN_LIMIT_REACHED.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_EDIT_APN_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SETTINGS_VIEW_APN_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHIMLESS_RMA_COMPONENT_STORAGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHIMLESS_RMA_EXIT_DIALOG_CANCEL_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHIMLESS_RMA_EXIT_DIALOG_CONFIRM_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHIMLESS_RMA_EXIT_DIALOG_DESCRIPTION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHIMLESS_RMA_EXIT_DIALOG_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_APP_TITLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_CATEGORY_ACCESSIBILITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_CATEGORY_BROWSER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_CATEGORY_DEVICE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_CATEGORY_GENERAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_CATEGORY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_CATEGORY_WINDOWS_AND_DESKS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_ARROW_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_ARROW_LEFT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_ARROW_RIGHT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_ARROW_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_AUDIO_VOLUME_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_AUDIO_VOLUME_MUTE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_AUDIO_VOLUME_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_BRIGHTNESS_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_BRIGHTNESS_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_BROWSER_BACK.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_BROWSER_REFRESH.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_EMOJI_PICKER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_KEYBOARD_BACKLIGHT_TOGGLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_KEYBOARD_BRIGHTNESS_DOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_KEYBOARD_BRIGHTNESS_UP.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_LAUNCH_APPLICATION1.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_LAUNCH_APPLICATION2.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_LAUNCH_ASSISTANT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MEDIA_FAST_FORWARD.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MEDIA_PAUSE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MEDIA_PLAY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MEDIA_PLAY_PAUSE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MEDIA_TRACK_NEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MEDIA_TRACK_PREVIOUS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MICROPHONE_MUTE_TOGGLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_MODE_CHANGE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_PRINT_SCREEN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_PRIVACY_SCREEN_TOGGLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_SETTINGS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_TOGGLE_DICTATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_ICON_LABEL_ZOOM_TOGGLE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_KEYBOARD_SETTINGS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_RESET_ALL_SHORTCUTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_ACCESSIBILITY_NAVIGATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_APPS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_BOOKMARKS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_BROWSER_NAVIGATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_CHROMEVOX.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_DESKS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_DEVELOPER_TOOLS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_DISPLAY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_GENERAL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_GENERAL_CONTROLS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_INPUTS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_MEDIA.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_PAGES.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_TABS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_TEXT_EDITING.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_TEXT_NAVIGATION.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_VISIBILITY.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_SHORTCUT_CUSTOMIZATION_SUBCATEGORY_WINDOWS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TABLET_MULTITASK_MENU_NUDGE_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_ARC.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_CHROME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_CROSVM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_AUTO_RESET_DAY_OF_MONTH_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_ENABLE_AUTO_RESET_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_ENABLE_AUTO_RESET_SUBLABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_LAST_RESET_DATE_UNAVAILABLE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_RESET_BUTTON_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_RESET_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_DATA_USAGE_SINCE_LABEL.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_GUID.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_LAST_RESET_TIME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_NAME.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_PLUGINVM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_REQUEST_TRAFFIC_COUNTERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_RESET_TRAFFIC_COUNTERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_SYSTEM.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_TRAFFIC_COUNTERS.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_UNKNOWN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_UPDATE_ENGINE.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_USER.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_TRAFFIC_COUNTERS_VPN.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/IDS_UNIT_CONVERSION_POUND_DISPLAY_TEXT.png.sha1 [new file with mode: 0644]
chromeos/chromeos_strings_grd/OWNERS [new file with mode: 0644]
chromeos/components/BUILD.gn [new file with mode: 0644]
chromeos/components/OWNERS [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/BUILD.gn [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/DEPS [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/OWNERS [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_factory_daemon_proxy.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_factory_daemon_proxy.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_factory_daemon_proxy_ash.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_factory_daemon_proxy_ash.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_factory_daemon_proxy_lacros.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_factory_daemon_proxy_lacros.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_storage_adapter.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_storage_adapter.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/cdm_storage_adapter_unittest.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/chromeos_cdm_context.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/chromeos_cdm_factory.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/chromeos_cdm_factory.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/content_decryption_module_adapter.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/content_decryption_module_adapter.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/content_decryption_module_adapter_unittest.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/OWNERS [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/browser_cdm_factory.mojom [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/cdm_factory_daemon.mojom [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/cdm_key_information_mojom_traits.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/cdm_key_information_mojom_traits.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/cdm_key_information_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/cdm_storage.mojom [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/cdm_types_enum_mojom_traits.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/content_decryption_module.mojom [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/decrypt_config_mojom_traits.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/decrypt_config_mojom_traits.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/decrypt_config_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/mojom/output_protection.mojom [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/output_protection_impl.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/output_protection_impl.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/output_protection_impl_unittest.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/remote_cdm_context.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/remote_cdm_context.h [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/stable_cdm_context_impl.cc [new file with mode: 0644]
chromeos/components/cdm_factory_daemon/stable_cdm_context_impl.h [new file with mode: 0644]
chromeos/components/certificate_provider/BUILD.gn [new file with mode: 0644]
chromeos/components/certificate_provider/DIR_METADATA [new file with mode: 0644]
chromeos/components/certificate_provider/OWNERS [new file with mode: 0644]
chromeos/components/certificate_provider/certificate_info.cc [new file with mode: 0644]
chromeos/components/certificate_provider/certificate_info.h [new file with mode: 0644]
chromeos/components/chromeos_components_test_suite.cc [new file with mode: 0644]
chromeos/components/chromeos_components_test_suite.h [new file with mode: 0644]
chromeos/components/disks/BUILD.gn [new file with mode: 0644]
chromeos/components/disks/OWNERS [new file with mode: 0644]
chromeos/components/disks/disks_prefs.cc [new file with mode: 0644]
chromeos/components/disks/disks_prefs.h [new file with mode: 0644]
chromeos/components/drivefs/DIR_METADATA [new file with mode: 0644]
chromeos/components/drivefs/OWNERS [new file with mode: 0644]
chromeos/components/drivefs/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/drivefs/mojom/OWNERS [new file with mode: 0644]
chromeos/components/drivefs/mojom/drivefs_native_messaging.mojom [new file with mode: 0644]
chromeos/components/firewall_hole/BUILD.gn [new file with mode: 0644]
chromeos/components/firewall_hole/OWNERS [new file with mode: 0644]
chromeos/components/firewall_hole/firewall_hole.cc [new file with mode: 0644]
chromeos/components/firewall_hole/firewall_hole.h [new file with mode: 0644]
chromeos/components/firewall_hole/firewall_hole_unittest.cc [new file with mode: 0644]
chromeos/components/kcer/BUILD.gn [new file with mode: 0644]
chromeos/components/kcer/COMMON_METADATA [new file with mode: 0644]
chromeos/components/kcer/DEPS [new file with mode: 0644]
chromeos/components/kcer/DIR_METADATA [new file with mode: 0644]
chromeos/components/kcer/OWNERS [new file with mode: 0644]
chromeos/components/kcer/README.md [new file with mode: 0644]
chromeos/components/kcer/kcer.cc [new file with mode: 0644]
chromeos/components/kcer/kcer.h [new file with mode: 0644]
chromeos/components/kcer/kcer_impl.cc [new file with mode: 0644]
chromeos/components/kcer/kcer_impl.h [new file with mode: 0644]
chromeos/components/kcer/kcer_token.h [new file with mode: 0644]
chromeos/components/kcer/token_results_merger.h [new file with mode: 0644]
chromeos/components/kcer/token_results_merger_unittest.cc [new file with mode: 0644]
chromeos/components/mojo_bootstrap/BUILD.gn [new file with mode: 0644]
chromeos/components/mojo_bootstrap/DIR_METADATA [new file with mode: 0644]
chromeos/components/mojo_bootstrap/OWNERS [new file with mode: 0644]
chromeos/components/mojo_bootstrap/README.md [new file with mode: 0644]
chromeos/components/mojo_bootstrap/pending_connection_manager.cc [new file with mode: 0644]
chromeos/components/mojo_bootstrap/pending_connection_manager.h [new file with mode: 0644]
chromeos/components/mojo_bootstrap/pending_connection_manager_unittest.cc [new file with mode: 0644]
chromeos/components/onc/BUILD.gn [new file with mode: 0644]
chromeos/components/onc/DEPS [new file with mode: 0644]
chromeos/components/onc/DIR_METADATA [new file with mode: 0644]
chromeos/components/onc/OWNERS [new file with mode: 0644]
chromeos/components/onc/certificate_scope.cc [new file with mode: 0644]
chromeos/components/onc/certificate_scope.h [new file with mode: 0644]
chromeos/components/onc/onc_mapper.cc [new file with mode: 0644]
chromeos/components/onc/onc_mapper.h [new file with mode: 0644]
chromeos/components/onc/onc_parsed_certificates.cc [new file with mode: 0644]
chromeos/components/onc/onc_parsed_certificates.h [new file with mode: 0644]
chromeos/components/onc/onc_parsed_certificates_unittest.cc [new file with mode: 0644]
chromeos/components/onc/onc_signature.cc [new file with mode: 0644]
chromeos/components/onc/onc_signature.h [new file with mode: 0644]
chromeos/components/onc/onc_test_utils.cc [new file with mode: 0644]
chromeos/components/onc/onc_test_utils.h [new file with mode: 0644]
chromeos/components/onc/onc_utils.cc [new file with mode: 0644]
chromeos/components/onc/onc_utils.h [new file with mode: 0644]
chromeos/components/onc/onc_utils_unittest.cc [new file with mode: 0644]
chromeos/components/onc/onc_validator.cc [new file with mode: 0644]
chromeos/components/onc/onc_validator.h [new file with mode: 0644]
chromeos/components/onc/onc_validator_fuzzer.cc [new file with mode: 0644]
chromeos/components/onc/onc_validator_unittest.cc [new file with mode: 0644]
chromeos/components/onc/variable_expander.cc [new file with mode: 0644]
chromeos/components/onc/variable_expander.h [new file with mode: 0644]
chromeos/components/onc/variable_expander_fuzzer.cc [new file with mode: 0644]
chromeos/components/onc/variable_expander_unittest.cc [new file with mode: 0644]
chromeos/components/payments/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/payments/mojom/OWNERS [new file with mode: 0644]
chromeos/components/payments/mojom/payment_app_types.mojom [new file with mode: 0644]
chromeos/components/print_management/DIR_METADATA [new file with mode: 0644]
chromeos/components/print_management/OWNERS [new file with mode: 0644]
chromeos/components/print_management/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/print_management/mojom/OWNERS [new file with mode: 0644]
chromeos/components/print_management/mojom/printing_manager.mojom [new file with mode: 0644]
chromeos/components/quick_answers/BUILD.gn [new file with mode: 0644]
chromeos/components/quick_answers/COMMON_METADATA [new file with mode: 0644]
chromeos/components/quick_answers/DEPS [new file with mode: 0644]
chromeos/components/quick_answers/DIR_METADATA [new file with mode: 0644]
chromeos/components/quick_answers/OWNERS [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/controller/quick_answers_controller.cc [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/controller/quick_answers_controller.h [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/quick_answers_prefs.cc [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/quick_answers_prefs.h [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/quick_answers_state.cc [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/quick_answers_state.h [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/service/spell_check_dictionary.cc [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/service/spell_check_dictionary.h [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/service/spell_check_service.cc [new file with mode: 0644]
chromeos/components/quick_answers/public/cpp/service/spell_check_service.h [new file with mode: 0644]
chromeos/components/quick_answers/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/quick_answers/public/mojom/OWNERS [new file with mode: 0644]
chromeos/components/quick_answers/public/mojom/spell_check.mojom [new file with mode: 0644]
chromeos/components/quick_answers/quick_answers_client.cc [new file with mode: 0644]
chromeos/components/quick_answers/quick_answers_client.h [new file with mode: 0644]
chromeos/components/quick_answers/quick_answers_client_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/quick_answers_model.cc [new file with mode: 0644]
chromeos/components/quick_answers/quick_answers_model.h [new file with mode: 0644]
chromeos/components/quick_answers/result_loader.cc [new file with mode: 0644]
chromeos/components/quick_answers/result_loader.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_loader.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_loader.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_loader_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/definition_result_parser.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/definition_result_parser.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/definition_result_parser_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/kp_entity_result_parser.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/kp_entity_result_parser.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/kp_entity_result_parser_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/result_parser.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/result_parser.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/result_parser_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/search_response_parser.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/search_response_parser.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/search_response_parser_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/unit_conversion_result_parser.cc [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/unit_conversion_result_parser.h [new file with mode: 0644]
chromeos/components/quick_answers/search_result_parsers/unit_conversion_result_parser_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/test/fake_quick_answers_state.cc [new file with mode: 0644]
chromeos/components/quick_answers/test/fake_quick_answers_state.h [new file with mode: 0644]
chromeos/components/quick_answers/test/quick_answers_test_base.cc [new file with mode: 0644]
chromeos/components/quick_answers/test/quick_answers_test_base.h [new file with mode: 0644]
chromeos/components/quick_answers/test/test_helpers.cc [new file with mode: 0644]
chromeos/components/quick_answers/test/test_helpers.h [new file with mode: 0644]
chromeos/components/quick_answers/translation_response_parser.cc [new file with mode: 0644]
chromeos/components/quick_answers/translation_response_parser.h [new file with mode: 0644]
chromeos/components/quick_answers/translation_response_parser_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/translation_result_loader.cc [new file with mode: 0644]
chromeos/components/quick_answers/translation_result_loader.h [new file with mode: 0644]
chromeos/components/quick_answers/translation_result_loader_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/understanding/intent_generator.cc [new file with mode: 0644]
chromeos/components/quick_answers/understanding/intent_generator.h [new file with mode: 0644]
chromeos/components/quick_answers/understanding/intent_generator_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/language_detector.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/language_detector.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/language_detector_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/quick_answers_metrics.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/quick_answers_metrics.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/quick_answers_utils.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/quick_answers_utils.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/spell_check_language.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/spell_check_language.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/spell_checker.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/spell_checker.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/spell_checker_unittest.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/translation_v2_utils.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/translation_v2_utils.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/unit_conversion_constants.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/unit_conversion_constants.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/unit_converter.cc [new file with mode: 0644]
chromeos/components/quick_answers/utils/unit_converter.h [new file with mode: 0644]
chromeos/components/quick_answers/utils/unit_converter_unittest.cc [new file with mode: 0644]
chromeos/components/remote_apps/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/remote_apps/mojom/OWNERS [new file with mode: 0644]
chromeos/components/remote_apps/mojom/remote_apps.mojom [new file with mode: 0644]
chromeos/components/run_all_unittests.cc [new file with mode: 0644]
chromeos/components/security_token_pin/BUILD.gn [new file with mode: 0644]
chromeos/components/security_token_pin/DEPS [new file with mode: 0644]
chromeos/components/security_token_pin/DIR_METADATA [new file with mode: 0644]
chromeos/components/security_token_pin/OWNERS [new file with mode: 0644]
chromeos/components/security_token_pin/constants.h [new file with mode: 0644]
chromeos/components/security_token_pin/error_generator.cc [new file with mode: 0644]
chromeos/components/security_token_pin/error_generator.h [new file with mode: 0644]
chromeos/components/security_token_pin/error_generator_unittest.cc [new file with mode: 0644]
chromeos/components/sensors/BUILD.gn [new file with mode: 0644]
chromeos/components/sensors/DEPS [new file with mode: 0644]
chromeos/components/sensors/OWNERS [new file with mode: 0644]
chromeos/components/sensors/ash/sensor_hal_dispatcher.cc [new file with mode: 0644]
chromeos/components/sensors/ash/sensor_hal_dispatcher.h [new file with mode: 0644]
chromeos/components/sensors/ash/sensor_hal_dispatcher_unittest.cc [new file with mode: 0644]
chromeos/components/sensors/buildflags.gni [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_device.cc [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_device.h [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_hal_client.cc [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_hal_client.h [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_hal_server.cc [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_hal_server.h [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_service.cc [new file with mode: 0644]
chromeos/components/sensors/fake_sensor_service.h [new file with mode: 0644]
chromeos/components/sensors/mojom/BUILD.gn [new file with mode: 0644]
chromeos/components/sensors/mojom/OWNERS [new file with mode: 0644]
chromeos/components/sensors/mojom/cros_sensor_service.mojom [new file with mode: 0644]
chromeos/components/sensors/mojom/sensor.mojom [new file with mode: 0644]
chromeos/components/sensors/sensor_util.cc [new file with mode: 0644]
chromeos/components/sensors/sensor_util.h [new file with mode: 0644]
chromeos/components/sharesheet/BUILD.gn [new file with mode: 0644]
chromeos/components/sharesheet/OWNERS [new file with mode: 0644]
chromeos/components/sharesheet/constants.h [new file with mode: 0644]
chromeos/components/test/data/onc/README [new file with mode: 0644]
chromeos/components/test/data/onc/arc_vpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/augmented_merge.json [new file with mode: 0644]
chromeos/components/test/data/onc/broken-encrypted-iterations.onc [new file with mode: 0644]
chromeos/components/test/data/onc/broken-encrypted-zero-iterations.onc [new file with mode: 0644]
chromeos/components/test/data/onc/cellular.onc [new file with mode: 0644]
chromeos/components/test/data/onc/cellular_apn_revamp.onc [new file with mode: 0644]
chromeos/components/test/data/onc/cellular_with_smdp.onc [new file with mode: 0644]
chromeos/components/test/data/onc/cert_with_explicit_default_scope.onc [new file with mode: 0644]
chromeos/components/test/data/onc/cert_with_valid_scope.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-authority.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-client-update.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-client.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-server-update.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-server.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-web-authority-update.onc [new file with mode: 0644]
chromeos/components/test/data/onc/certificate-web-authority.onc [new file with mode: 0644]
chromeos/components/test/data/onc/decrypted.onc [new file with mode: 0644]
chromeos/components/test/data/onc/device_policy.onc [new file with mode: 0644]
chromeos/components/test/data/onc/encrypted.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ethernet.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ethernet_with_eap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ethernet_with_eap_and_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ethernet_with_eap_and_cert_pems_ServerCAPEMs.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ikev2_cert.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ikev2_eap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/ikev2_psk.onc [new file with mode: 0644]
chromeos/components/test/data/onc/invalid_settings_with_repairs.json [new file with mode: 0644]
chromeos/components/test/data/onc/l2tpipsec_clientcert_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/l2tpipsec_with_password_variable.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel1.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel1_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel2.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel2_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_l2tpipsec.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_wifi_peap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_cellular_sim_lock.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_disabled_technologies.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_global_config.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_no_password_variable.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_only_managed.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_only_managed_cellular.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_password_variable.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_password_variable_in_l2tp_vpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_toplevel_with_server_and_ca_cert.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_vpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/managed_vpn_without_recommended.onc [new file with mode: 0644]
chromeos/components/test/data/onc/network_configs_with_resolved_certs.json [new file with mode: 0644]
chromeos/components/test/data/onc/openvpn_advanced.onc [new file with mode: 0644]
chromeos/components/test/data/onc/openvpn_clientcert_pkcs11.onc [new file with mode: 0644]
chromeos/components/test/data/onc/openvpn_clientcert_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/openvpn_compression_algorithm_lzo.onc [new file with mode: 0644]
chromeos/components/test/data/onc/openvpn_compression_algorithm_none.onc [new file with mode: 0644]
chromeos/components/test/data/onc/openvpn_with_password.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/managed_onc_disallow_autoconnect_on_unmanaged_wifi2.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_allow_cellular_sim_lock.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_allow_only_policy_cellular_networks.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_allow_only_policy_networks_to_autoconnect.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_allow_only_policy_networks_to_connect.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_allow_only_policy_networks_to_connect_if_available.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_blocked_hex_ssids.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_cellular.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_cellular_with_iccid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_cellular_with_no_smdp.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_deprecated_blacklisted_hex_ssids.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_empty_global_network_configuration.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_ethernet_eap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_exhaustive_global_network_configuration.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_global_network_configuration_prohibit_wifi.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn_autoconnect.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn_ipsec.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn_ipsec_ui.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn_no_auth.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn_no_user_auth_type.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_vpn_ui.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_wifi1.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_wifi1_autoconnect.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_wifi1_proxy.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_wifi1_update.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/policy_wifi1_with_redundant_fields.onc [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_disallow_autoconnect_on_unmanaged_wifi2.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_managed_vpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_managed_vpn_ipsec.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_managed_wifi1.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_autoconnect_on_unconfigured_vpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_autoconnect_on_unconfigured_wifi1.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_managed_vpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_managed_vpn_ipsec_plus_ui.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_managed_vpn_plus_ui.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_unconfigured_cellular.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_unconfigured_wifi1.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_unmanaged_ethernet_eap.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_policy_on_unmanaged_wifi1.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_unmanaged_ethernet_eap.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_unmanaged_wifi1.json [new file with mode: 0644]
chromeos/components/test/data/onc/policy/shill_unmanaged_wifi2.json [new file with mode: 0644]
chromeos/components/test/data/onc/proxy_config.json [new file with mode: 0644]
chromeos/components/test/data/onc/proxy_config_from_onc.json [new file with mode: 0644]
chromeos/components/test/data/onc/repaired_toplevel_partially_invalid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/settings_with_normalization.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_arc_vpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_cellular.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_cellular_apn_revamp.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_cellular_with_roaming_required_and_active.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_cellular_with_roaming_required_and_inactive.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_cellular_with_state.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_cellular_with_state_apn_revamp.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ethernet.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ethernet_with_eap.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ethernet_with_eap_ServerCAPEMs.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ethernet_with_ipconfig.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ikev2_cert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ikev2_eap.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_ikev2_psk.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_l2tpipsec.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_l2tpipsec_clientcert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_l2tpipsec_with_password_variable.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_openvpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_openvpn_advanced.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_openvpn_clientcert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_openvpn_clientcert_pkcs11.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_openvpn_compression_algorithm_lzo.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_openvpn_compression_algorithm_none.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_ikev2_cert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_ikev2_eap.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_ikev2_psk.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_l2tpipsec.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_l2tpipsec_with_password_variable.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_openvpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_openvpn_clientcert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_openvpn_compression_algorithm_lz4_v2.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_openvpn_with_errors.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_third_party_vpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_vpn_ipsec.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_output_wireguard.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_tether.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_third_party_vpn.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_vpn_ipsec_clientcert_pkcs11.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_clientcert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_clientref.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_dhcp.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_empty_certid.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_peap_md5.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_tls.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_tls_ServerCAPEMs.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_ttls.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_ttls_with_hardcoded_password.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_eap_ttls_with_password_variable.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_non_utf8_ssid.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_proxy.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_proxy_pac.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_psk.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_wep_8021x_clientcert.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wifi_with_state.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wimax.json [new file with mode: 0644]
chromeos/components/test/data/onc/shill_wireguard.json [new file with mode: 0644]
chromeos/components/test/data/onc/tether.onc [new file with mode: 0644]
chromeos/components/test/data/onc/third_party_vpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_ca_partially_invalid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_empty.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_only_global_config.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_openvpn_clientcert_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_partially_invalid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_eap_clientcert_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_hexssid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_leap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_open.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_remove.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_ssid_and_hexssid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_wep_proxy.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_wifi_wpa_psk.onc [new file with mode: 0644]
chromeos/components/test/data/onc/toplevel_with_unknown_fields.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_cellular_with_roaming_required_and_active.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_cellular_with_roaming_required_and_inactive.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_cellular_with_state.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_cellular_with_state_apn_revamp.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ethernet.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ethernet_with_eap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ethernet_with_eap_ServerCAPEMs.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ethernet_with_ipconfig.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ikev2_cert.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ikev2_eap.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_ikev2_psk.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_l2tpipsec.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_l2tpipsec_with_password_variable.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_openvpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_openvpn_clientcert.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_openvpn_compression_algorithm_lz4_v2.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_openvpn_with_errors.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_output_third_party_vpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_vpn_ipsec.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_clientcert.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_empty_certid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_peap_md5.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_tls.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_tls_ServerCAPEMs.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_ttls.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_ttls_with_hardcoded_password.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_eap_ttls_with_password_variable.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_non_utf8_ssid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_proxy.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_proxy_pac.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_wep_8021x_clientcert.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wifi_with_state.onc [new file with mode: 0644]
chromeos/components/test/data/onc/translation_of_shill_wireguard.onc [new file with mode: 0644]
chromeos/components/test/data/onc/user.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_l2tpipsec.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_openvpn.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_openvpn_full.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_openvpn_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_wifi_clientref.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_wifi_psk.onc [new file with mode: 0644]
chromeos/components/test/data/onc/valid_wireguard.onc [new file with mode: 0644]
chromeos/components/test/data/onc/variable_expander/fuzzer.dict [new file with mode: 0644]
chromeos/components/test/data/onc/variable_expander/fuzzer_corpus/test1 [new file with mode: 0644]
chromeos/components/test/data/onc/variable_expander/fuzzer_corpus/test2 [new file with mode: 0644]
chromeos/components/test/data/onc/variable_expander/fuzzer_corpus/test3 [new file with mode: 0644]
chromeos/components/test/data/onc/vpn_active_settings.onc [new file with mode: 0644]
chromeos/components/test/data/onc/vpn_ipsec_clientcert_pkcs11.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_clientcert_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_dhcp.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_eap_tls.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_eap_tls_ServerCAPEMs.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_eap_ttls.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_eap_ttls_with_hardcoded_password.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_eap_ttls_with_password_variable.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_proxy.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_proxy_pac.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_wep_8021x_clientcert_with_cert_pems.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wifi_with_hidden_ssid.onc [new file with mode: 0644]
chromeos/components/test/data/onc/wimax.onc [new file with mode: 0644]
chromeos/components/webauthn/BUILD.gn [new file with mode: 0644]
chromeos/components/webauthn/webauthn_request_registrar.cc [new file with mode: 0644]
chromeos/components/webauthn/webauthn_request_registrar.h [new file with mode: 0644]
chromeos/constants/BUILD.gn [new file with mode: 0644]
chromeos/constants/OWNERS [new file with mode: 0644]
chromeos/constants/chromeos_features.cc [new file with mode: 0644]
chromeos/constants/chromeos_features.h [new file with mode: 0644]
chromeos/constants/devicetype.cc [new file with mode: 0644]
chromeos/constants/devicetype.h [new file with mode: 0644]
chromeos/constants/devicetype_unittest.cc [new file with mode: 0644]
chromeos/crosapi/COMMON_METADATA [new file with mode: 0644]
chromeos/crosapi/DEPS [new file with mode: 0644]
chromeos/crosapi/DIR_METADATA [new file with mode: 0644]
chromeos/crosapi/OWNERS [new file with mode: 0644]
chromeos/crosapi/README.md [new file with mode: 0644]
chromeos/crosapi/cpp/BUILD.gn [new file with mode: 0644]
chromeos/crosapi/cpp/channel_to_enum.cc [new file with mode: 0644]
chromeos/crosapi/cpp/channel_to_enum.h [new file with mode: 0644]
chromeos/crosapi/cpp/crosapi_constants.cc [new file with mode: 0644]
chromeos/crosapi/cpp/crosapi_constants.h [new file with mode: 0644]
chromeos/crosapi/cpp/gurl_os_handler_unittest.cc [new file with mode: 0644]
chromeos/crosapi/cpp/gurl_os_handler_utils.cc [new file with mode: 0644]
chromeos/crosapi/cpp/gurl_os_handler_utils.h [new file with mode: 0644]
chromeos/crosapi/cpp/input_method_test_interface_constants.h [new file with mode: 0644]
chromeos/crosapi/cpp/keystore_service_util.cc [new file with mode: 0644]
chromeos/crosapi/cpp/keystore_service_util.h [new file with mode: 0644]
chromeos/crosapi/cpp/keystore_service_util_unittest.cc [new file with mode: 0644]
chromeos/crosapi/cpp/lacros_startup_state.cc [new file with mode: 0644]
chromeos/crosapi/cpp/lacros_startup_state.h [new file with mode: 0644]
chromeos/crosapi/cpp/scoped_allow_sync_call.cc [new file with mode: 0644]
chromeos/crosapi/cpp/scoped_allow_sync_call.h [new file with mode: 0644]
chromeos/crosapi/mojom/BUILD.gn [new file with mode: 0644]
chromeos/crosapi/mojom/OWNERS [new file with mode: 0644]
chromeos/crosapi/mojom/account_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/app_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/app_service_types.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/app_service_types_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/app_service_types_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/app_service_types_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/crosapi/mojom/app_window_tracker.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/arc.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/audio_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/authentication.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/automation.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/bitmap.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/browser_app_instance_registry.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/browser_app_instance_registry_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/browser_app_instance_registry_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/browser_version.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/cert_database.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/cert_database_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/cert_database_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/cert_provisioning.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/chrome_app_kiosk_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/clipboard.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/clipboard_history.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/content_protection.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/cros_display_config.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/crosapi.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/desk.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/desk_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/desk_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/desk_template.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/desk_template_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/desk_template_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/device_attributes.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/device_local_account_extension_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/device_oauth2_token_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/device_settings_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/diagnostics_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/digital_goods.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/dlp.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/document_scan.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/download_controller.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/drive_integration_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/echo_private.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/emoji_picker.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/extension_info_private.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/extension_keeplist.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/feedback.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/field_trial.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/file_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/file_system_provider.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/firewall_hole.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/force_installed_tracker.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/fullscreen_controller.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/geolocation.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/holding_space_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/identity_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/idle_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/image_writer.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/in_session_auth.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/keystore_error.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/keystore_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/kiosk_session_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/launcher_search.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/local_printer.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/login.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/login_screen_storage.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/login_state.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/media_ui.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/message_center.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/metrics.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/metrics_reporting.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/multi_capture_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/native_theme.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/network_change.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/network_settings_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/networking_attributes.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/networking_private.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/notification.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/nullable_primitives.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/parent_access.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/policy_domain_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/policy_domain_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/policy_namespace.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/policy_namespace_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/policy_namespace_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/policy_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/power.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/prefs.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/printing_metrics.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/probe_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/remoting.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/resource_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/screen_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/select_file.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/sharesheet.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/sharesheet_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/sharesheet_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/sharesheet_mojom_traits_unittest.cc [new file with mode: 0644]
chromeos/crosapi/mojom/smart_reader.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/speech_recognition.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/structured_metrics_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/sync.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/synced_session_client.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/system_display.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/task_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/telemetry_event_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/telemetry_extension_exception.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/test_controller.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/timezone.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/tts.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/ui_constants.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/ui_constants_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/ui_constants_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/url_handler.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/video_capture.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/video_conference.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/virtual_keyboard.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/volume_manager.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/vpn_extension_observer.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/vpn_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/wallpaper.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/web_app_service.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/web_app_types.mojom [new file with mode: 0644]
chromeos/crosapi/mojom/web_app_types_mojom_traits.cc [new file with mode: 0644]
chromeos/crosapi/mojom/web_app_types_mojom_traits.h [new file with mode: 0644]
chromeos/crosapi/mojom/web_page_info.mojom [new file with mode: 0644]
chromeos/dbus/BUILD.gn [new file with mode: 0644]
chromeos/dbus/COMMON_METADATA [new file with mode: 0644]
chromeos/dbus/DEPS [new file with mode: 0644]
chromeos/dbus/DIR_METADATA [new file with mode: 0644]
chromeos/dbus/OWNERS [new file with mode: 0644]
chromeos/dbus/README.md [new file with mode: 0644]
chromeos/dbus/common/BUILD.gn [new file with mode: 0644]
chromeos/dbus/common/blocking_method_caller.cc [new file with mode: 0644]
chromeos/dbus/common/blocking_method_caller.h [new file with mode: 0644]
chromeos/dbus/common/blocking_method_caller_unittest.cc [new file with mode: 0644]
chromeos/dbus/common/dbus_client.h [new file with mode: 0644]
chromeos/dbus/common/dbus_library_error.cc [new file with mode: 0644]
chromeos/dbus/common/dbus_library_error.h [new file with mode: 0644]
chromeos/dbus/common/dbus_library_error_unittest.cc [new file with mode: 0644]
chromeos/dbus/common/dbus_method_call_status.h [new file with mode: 0644]
chromeos/dbus/common/pipe_reader.cc [new file with mode: 0644]
chromeos/dbus/common/pipe_reader.h [new file with mode: 0644]
chromeos/dbus/common/pipe_reader_unittest.cc [new file with mode: 0644]
chromeos/dbus/config/BUILD.gn [new file with mode: 0644]
chromeos/dbus/config/use_real_dbus_clients.gni [new file with mode: 0644]
chromeos/dbus/constants/BUILD.gn [new file with mode: 0644]
chromeos/dbus/constants/dbus_paths.cc [new file with mode: 0644]
chromeos/dbus/constants/dbus_paths.h [new file with mode: 0644]
chromeos/dbus/constants/dbus_switches.cc [new file with mode: 0644]
chromeos/dbus/constants/dbus_switches.h [new file with mode: 0644]
chromeos/dbus/dlp/BUILD.gn [new file with mode: 0644]
chromeos/dbus/dlp/OWNERS [new file with mode: 0644]
chromeos/dbus/dlp/dlp_client.cc [new file with mode: 0644]
chromeos/dbus/dlp/dlp_client.h [new file with mode: 0644]
chromeos/dbus/dlp/fake_dlp_client.cc [new file with mode: 0644]
chromeos/dbus/dlp/fake_dlp_client.h [new file with mode: 0644]
chromeos/dbus/init/BUILD.gn [new file with mode: 0644]
chromeos/dbus/init/dbus_thread_manager_base.cc [new file with mode: 0644]
chromeos/dbus/init/dbus_thread_manager_base.h [new file with mode: 0644]
chromeos/dbus/init/initialize_dbus_client.h [new file with mode: 0644]
chromeos/dbus/ip_peripheral/BUILD.gn [new file with mode: 0644]
chromeos/dbus/ip_peripheral/fake_ip_peripheral_service_client.cc [new file with mode: 0644]
chromeos/dbus/ip_peripheral/fake_ip_peripheral_service_client.h [new file with mode: 0644]
chromeos/dbus/ip_peripheral/ip_peripheral_service_client.cc [new file with mode: 0644]
chromeos/dbus/ip_peripheral/ip_peripheral_service_client.h [new file with mode: 0644]
chromeos/dbus/ip_peripheral/ip_peripheral_service_client_unittest.cc [new file with mode: 0644]
chromeos/dbus/machine_learning/BUILD.gn [new file with mode: 0644]
chromeos/dbus/machine_learning/fake_machine_learning_client.cc [new file with mode: 0644]
chromeos/dbus/machine_learning/fake_machine_learning_client.h [new file with mode: 0644]
chromeos/dbus/machine_learning/machine_learning_client.cc [new file with mode: 0644]
chromeos/dbus/machine_learning/machine_learning_client.h [new file with mode: 0644]
chromeos/dbus/missive/BUILD.gn [new file with mode: 0644]
chromeos/dbus/missive/DEPS [new file with mode: 0644]
chromeos/dbus/missive/OWNERS [new file with mode: 0644]
chromeos/dbus/missive/fake_missive_client.cc [new file with mode: 0644]
chromeos/dbus/missive/fake_missive_client.h [new file with mode: 0644]
chromeos/dbus/missive/missive_client.cc [new file with mode: 0644]
chromeos/dbus/missive/missive_client.h [new file with mode: 0644]
chromeos/dbus/missive/missive_client_test_observer.cc [new file with mode: 0644]
chromeos/dbus/missive/missive_client_test_observer.h [new file with mode: 0644]
chromeos/dbus/permission_broker/BUILD.gn [new file with mode: 0644]
chromeos/dbus/permission_broker/fake_permission_broker_client.cc [new file with mode: 0644]
chromeos/dbus/permission_broker/fake_permission_broker_client.h [new file with mode: 0644]
chromeos/dbus/permission_broker/permission_broker_client.cc [new file with mode: 0644]
chromeos/dbus/permission_broker/permission_broker_client.h [new file with mode: 0644]
chromeos/dbus/power/BUILD.gn [new file with mode: 0644]
chromeos/dbus/power/DIR_METADATA [new file with mode: 0644]
chromeos/dbus/power/OWNERS [new file with mode: 0644]
chromeos/dbus/power/fake_power_manager_client.cc [new file with mode: 0644]
chromeos/dbus/power/fake_power_manager_client.h [new file with mode: 0644]
chromeos/dbus/power/fake_power_manager_client_unittest.cc [new file with mode: 0644]
chromeos/dbus/power/native_timer.cc [new file with mode: 0644]
chromeos/dbus/power/native_timer.h [new file with mode: 0644]
chromeos/dbus/power/native_timer_unittest.cc [new file with mode: 0644]
chromeos/dbus/power/power_manager_client.cc [new file with mode: 0644]
chromeos/dbus/power/power_manager_client.h [new file with mode: 0644]
chromeos/dbus/power/power_manager_client_unittest.cc [new file with mode: 0644]
chromeos/dbus/power/power_policy_controller.cc [new file with mode: 0644]
chromeos/dbus/power/power_policy_controller.h [new file with mode: 0644]
chromeos/dbus/power/power_policy_controller_unittest.cc [new file with mode: 0644]
chromeos/dbus/tpm_manager/BUILD.gn [new file with mode: 0644]
chromeos/dbus/tpm_manager/fake_tpm_manager_client.cc [new file with mode: 0644]
chromeos/dbus/tpm_manager/fake_tpm_manager_client.h [new file with mode: 0644]
chromeos/dbus/tpm_manager/tpm_manager_client.cc [new file with mode: 0644]
chromeos/dbus/tpm_manager/tpm_manager_client.h [new file with mode: 0644]
chromeos/dbus/tpm_manager/tpm_manager_client_unittest.cc [new file with mode: 0644]
chromeos/dbus/u2f/BUILD.gn [new file with mode: 0644]
chromeos/dbus/u2f/OWNERS [new file with mode: 0644]
chromeos/dbus/u2f/fake_u2f_client.cc [new file with mode: 0644]
chromeos/dbus/u2f/fake_u2f_client.h [new file with mode: 0644]
chromeos/dbus/u2f/u2f_client.cc [new file with mode: 0644]
chromeos/dbus/u2f/u2f_client.h [new file with mode: 0644]
chromeos/features.gni [new file with mode: 0644]
chromeos/hugepage_text/DIR_METADATA [new file with mode: 0644]
chromeos/hugepage_text/OWNERS [new file with mode: 0644]
chromeos/hugepage_text/hugepage_text.cc [new file with mode: 0644]
chromeos/hugepage_text/hugepage_text.h [new file with mode: 0644]
chromeos/ime/BUILD.gn [new file with mode: 0644]
chromeos/ime/DIR_METADATA [new file with mode: 0644]
chromeos/ime/OWNERS [new file with mode: 0644]
chromeos/ime/gen_input_methods.py [new file with mode: 0755]
chromeos/ime/input_methods.txt [new file with mode: 0644]
chromeos/lacros/BUILD.gn [new file with mode: 0644]
chromeos/lacros/DEPS [new file with mode: 0644]
chromeos/lacros/DIR_METADATA [new file with mode: 0644]
chromeos/lacros/OWNERS [new file with mode: 0644]
chromeos/lacros/README.md [new file with mode: 0644]
chromeos/lacros/crosapi_pref_observer.cc [new file with mode: 0644]
chromeos/lacros/crosapi_pref_observer.h [new file with mode: 0644]
chromeos/lacros/dbus/BUILD.gn [new file with mode: 0644]
chromeos/lacros/dbus/DEPS [new file with mode: 0644]
chromeos/lacros/dbus/README.md [new file with mode: 0644]
chromeos/lacros/dbus/lacros_dbus_helper.cc [new file with mode: 0644]
chromeos/lacros/dbus/lacros_dbus_helper.h [new file with mode: 0644]
chromeos/lacros/dbus/lacros_dbus_thread_manager.cc [new file with mode: 0644]
chromeos/lacros/dbus/lacros_dbus_thread_manager.h [new file with mode: 0644]
chromeos/lacros/lacros_paths.cc [new file with mode: 0644]
chromeos/lacros/lacros_paths.h [new file with mode: 0644]
chromeos/lacros/lacros_service.cc [new file with mode: 0644]
chromeos/lacros/lacros_service.h [new file with mode: 0644]
chromeos/lacros/lacros_service_never_blocking_state.cc [new file with mode: 0644]
chromeos/lacros/lacros_service_never_blocking_state.h [new file with mode: 0644]
chromeos/lacros/lacros_test_helper.cc [new file with mode: 0644]
chromeos/lacros/lacros_test_helper.h [new file with mode: 0644]
chromeos/lacros/native_theme_cache.cc [new file with mode: 0644]
chromeos/lacros/native_theme_cache.h [new file with mode: 0644]
chromeos/lacros/system_idle_cache.cc [new file with mode: 0644]
chromeos/lacros/system_idle_cache.h [new file with mode: 0644]
chromeos/printing/BUILD.gn [new file with mode: 0644]
chromeos/printing/COMMON_METADATA [new file with mode: 0644]
chromeos/printing/DIR_METADATA [new file with mode: 0644]
chromeos/printing/OWNERS [new file with mode: 0644]
chromeos/printing/cups_printer_status.cc [new file with mode: 0644]
chromeos/printing/cups_printer_status.h [new file with mode: 0644]
chromeos/printing/cups_printer_status_unittest.cc [new file with mode: 0644]
chromeos/printing/epson_driver_matching.cc [new file with mode: 0644]
chromeos/printing/epson_driver_matching.h [new file with mode: 0644]
chromeos/printing/epson_driver_matching_unittest.cc [new file with mode: 0644]
chromeos/printing/fake_printer_config_cache.cc [new file with mode: 0644]
chromeos/printing/fake_printer_config_cache.h [new file with mode: 0644]
chromeos/printing/ppd_cache.cc [new file with mode: 0644]
chromeos/printing/ppd_cache.h [new file with mode: 0644]
chromeos/printing/ppd_cache_unittest.cc [new file with mode: 0644]
chromeos/printing/ppd_line_reader.cc [new file with mode: 0644]
chromeos/printing/ppd_line_reader.h [new file with mode: 0644]
chromeos/printing/ppd_line_reader_fuzzer.cc [new file with mode: 0644]
chromeos/printing/ppd_line_reader_unittest.cc [new file with mode: 0644]
chromeos/printing/ppd_metadata_manager.cc [new file with mode: 0644]
chromeos/printing/ppd_metadata_manager.h [new file with mode: 0644]
chromeos/printing/ppd_metadata_manager_unittest.cc [new file with mode: 0644]
chromeos/printing/ppd_metadata_matchers.h [new file with mode: 0644]
chromeos/printing/ppd_metadata_parser.cc [new file with mode: 0644]
chromeos/printing/ppd_metadata_parser.h [new file with mode: 0644]
chromeos/printing/ppd_metadata_parser_unittest.cc [new file with mode: 0644]
chromeos/printing/ppd_provider.cc [new file with mode: 0644]
chromeos/printing/ppd_provider.h [new file with mode: 0644]
chromeos/printing/ppd_provider_unittest.cc [new file with mode: 0644]
chromeos/printing/printer_config_cache.cc [new file with mode: 0644]
chromeos/printing/printer_config_cache.h [new file with mode: 0644]
chromeos/printing/printer_config_cache_unittest.cc [new file with mode: 0644]
chromeos/printing/printer_configuration.cc [new file with mode: 0644]
chromeos/printing/printer_configuration.h [new file with mode: 0644]
chromeos/printing/printer_configuration_unittest.cc [new file with mode: 0644]
chromeos/printing/printer_translator.cc [new file with mode: 0644]
chromeos/printing/printer_translator.h [new file with mode: 0644]
chromeos/printing/printer_translator_unittest.cc [new file with mode: 0644]
chromeos/printing/printing_constants.h [new file with mode: 0644]
chromeos/printing/uri.cc [new file with mode: 0644]
chromeos/printing/uri.h [new file with mode: 0644]
chromeos/printing/uri_fuzzer.cc [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri1.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri10.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri11.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri12.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri13.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri14.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri15.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri16.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri17.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri18.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri19.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri2.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri20.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri21.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri22.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri23.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri24.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri25.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri26.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri27.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri28.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri29.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri3.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri30.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri31.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri32.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri33.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri34.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri35.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri36.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri37.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri38.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri39.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri4.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri40.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri41.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri42.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri43.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri44.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri45.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri46.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri47.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri48.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri49.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri5.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri6.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri7.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri8.txt [new file with mode: 0644]
chromeos/printing/uri_fuzzer_seed_corpus/uri9.txt [new file with mode: 0644]
chromeos/printing/uri_impl.cc [new file with mode: 0644]
chromeos/printing/uri_impl.h [new file with mode: 0644]
chromeos/printing/uri_unittest.cc [new file with mode: 0644]
chromeos/printing/uri_unittest.h [new file with mode: 0644]
chromeos/printing/uri_unittest_consistency.cc [new file with mode: 0644]
chromeos/printing/usb_printer_id.cc [new file with mode: 0644]
chromeos/printing/usb_printer_id.h [new file with mode: 0644]
chromeos/printing/usb_printer_id_unittest.cc [new file with mode: 0644]
chromeos/process_proxy/BUILD.gn [new file with mode: 0644]
chromeos/process_proxy/DIR_METADATA [new file with mode: 0644]
chromeos/process_proxy/OWNERS [new file with mode: 0644]
chromeos/process_proxy/process_output_watcher.cc [new file with mode: 0644]
chromeos/process_proxy/process_output_watcher.h [new file with mode: 0644]
chromeos/process_proxy/process_output_watcher_unittest.cc [new file with mode: 0644]
chromeos/process_proxy/process_proxy.cc [new file with mode: 0644]
chromeos/process_proxy/process_proxy.h [new file with mode: 0644]
chromeos/process_proxy/process_proxy_registry.cc [new file with mode: 0644]
chromeos/process_proxy/process_proxy_registry.h [new file with mode: 0644]
chromeos/process_proxy/process_proxy_unittest.cc [new file with mode: 0644]
chromeos/profiles/OWNERS [new file with mode: 0644]
chromeos/profiles/arm-exp.afdo.newest.txt [new file with mode: 0644]
chromeos/profiles/arm.afdo.newest.txt [new file with mode: 0644]
chromeos/profiles/atom.afdo.newest.txt [new file with mode: 0644]
chromeos/profiles/bigcore.afdo.newest.txt [new file with mode: 0644]
chromeos/profiles/orderfile.newest.txt [new file with mode: 0644]
chromeos/resources/BUILD.gn [new file with mode: 0644]
chromeos/resources/chromeos_resources.grd [new file with mode: 0644]
chromeos/resources/cros_network_config_resources.grdp [new file with mode: 0644]
chromeos/resources/network_health_resources.grdp [new file with mode: 0644]
chromeos/services/BUILD.gn [new file with mode: 0644]
chromeos/services/assistant/DIR_METADATA [new file with mode: 0644]
chromeos/services/assistant/OWNERS [new file with mode: 0644]
chromeos/services/assistant/README.md [new file with mode: 0644]
chromeos/services/assistant/public/shared/BUILD.gn [new file with mode: 0644]
chromeos/services/assistant/public/shared/constants.cc [new file with mode: 0644]
chromeos/services/assistant/public/shared/constants.h [new file with mode: 0644]
chromeos/services/assistant/public/shared/utils.h [new file with mode: 0644]
chromeos/services/machine_learning/DEPS [new file with mode: 0644]
chromeos/services/machine_learning/DIR_METADATA [new file with mode: 0644]
chromeos/services/machine_learning/OWNERS [new file with mode: 0644]
chromeos/services/machine_learning/cpp/ash/DEPS [new file with mode: 0644]
chromeos/services/machine_learning/cpp/ash/handwriting_model_loader.cc [new file with mode: 0644]
chromeos/services/machine_learning/cpp/ash/handwriting_model_loader.h [new file with mode: 0644]
chromeos/services/machine_learning/cpp/ash/handwriting_model_loader_unittest.cc [new file with mode: 0644]
chromeos/services/machine_learning/cpp/ash/service_connection_ash.cc [new file with mode: 0644]
chromeos/services/machine_learning/cpp/lacros/DEPS [new file with mode: 0644]
chromeos/services/machine_learning/cpp/lacros/service_connection_lacros.cc [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/fake_service_connection.cc [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/fake_service_connection.h [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/ml_switches.cc [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/ml_switches.h [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/service_connection.cc [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/service_connection.h [new file with mode: 0644]
chromeos/services/machine_learning/public/cpp/service_connection_unittest.cc [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/OWNERS [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/README.md [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/document_scanner.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/document_scanner_param_types.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/grammar_checker.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/graph_executor.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/handwriting_recognizer.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/image_content_annotation.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/machine_learning_service.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/model.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/roll_mojoms.sh [new file with mode: 0755]
chromeos/services/machine_learning/public/mojom/soda.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/tensor.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/text_classifier.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/text_suggester.mojom [new file with mode: 0644]
chromeos/services/machine_learning/public/mojom/web_platform_handwriting.mojom [new file with mode: 0644]
chromeos/services/media_perception/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/services/media_perception/public/mojom/OWNERS [new file with mode: 0644]
chromeos/services/media_perception/public/mojom/media_perception.mojom [new file with mode: 0644]
chromeos/services/media_perception/public/mojom/media_perception_service.mojom [new file with mode: 0644]
chromeos/services/network_config/DEPS [new file with mode: 0644]
chromeos/services/network_config/OWNERS [new file with mode: 0644]
chromeos/services/network_config/public/cpp/BUILD.gn [new file with mode: 0644]
chromeos/services/network_config/public/cpp/cros_network_config_observer.cc [new file with mode: 0644]
chromeos/services/network_config/public/cpp/cros_network_config_observer.h [new file with mode: 0644]
chromeos/services/network_config/public/cpp/cros_network_config_util.cc [new file with mode: 0644]
chromeos/services/network_config/public/cpp/cros_network_config_util.h [new file with mode: 0644]
chromeos/services/network_config/public/cpp/fake_cros_network_config.cc [new file with mode: 0644]
chromeos/services/network_config/public/cpp/fake_cros_network_config.h [new file with mode: 0644]
chromeos/services/network_config/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/services/network_config/public/mojom/OWNERS [new file with mode: 0644]
chromeos/services/network_config/public/mojom/constants.mojom [new file with mode: 0644]
chromeos/services/network_config/public/mojom/cros_network_config.mojom [new file with mode: 0644]
chromeos/services/network_config/public/mojom/cros_network_config_mojom_traits.cc [new file with mode: 0644]
chromeos/services/network_config/public/mojom/cros_network_config_mojom_traits.h [new file with mode: 0644]
chromeos/services/network_config/public/mojom/network_types.mojom [new file with mode: 0644]
chromeos/services/network_health/OWNERS [new file with mode: 0644]
chromeos/services/network_health/README.md [new file with mode: 0644]
chromeos/services/network_health/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/services/network_health/public/mojom/OWNERS [new file with mode: 0644]
chromeos/services/network_health/public/mojom/network_diagnostics.mojom [new file with mode: 0644]
chromeos/services/network_health/public/mojom/network_health.mojom [new file with mode: 0644]
chromeos/services/network_health/public/mojom/network_health_types.mojom [new file with mode: 0644]
chromeos/services/tts/BUILD.gn [new file with mode: 0644]
chromeos/services/tts/COMMON_METADATA [new file with mode: 0644]
chromeos/services/tts/DEPS [new file with mode: 0644]
chromeos/services/tts/DIR_METADATA [new file with mode: 0644]
chromeos/services/tts/OWNERS [new file with mode: 0644]
chromeos/services/tts/README.md [new file with mode: 0644]
chromeos/services/tts/chrome_tts.h [new file with mode: 0644]
chromeos/services/tts/constants.cc [new file with mode: 0644]
chromeos/services/tts/constants.h [new file with mode: 0644]
chromeos/services/tts/google_tts_stream.cc [new file with mode: 0644]
chromeos/services/tts/google_tts_stream.h [new file with mode: 0644]
chromeos/services/tts/playback_tts_stream.cc [new file with mode: 0644]
chromeos/services/tts/playback_tts_stream.h [new file with mode: 0644]
chromeos/services/tts/public/mojom/BUILD.gn [new file with mode: 0644]
chromeos/services/tts/public/mojom/OWNERS [new file with mode: 0644]
chromeos/services/tts/public/mojom/tts_service.mojom [new file with mode: 0644]
chromeos/services/tts/tts_player.cc [new file with mode: 0644]
chromeos/services/tts/tts_player.h [new file with mode: 0644]
chromeos/services/tts/tts_sandbox_hook.cc [new file with mode: 0644]
chromeos/services/tts/tts_sandbox_hook.h [new file with mode: 0644]
chromeos/services/tts/tts_service.cc [new file with mode: 0644]
chromeos/services/tts/tts_service.h [new file with mode: 0644]
chromeos/services/tts/tts_service_unittest.cc [new file with mode: 0644]
chromeos/startup/BUILD.gn [new file with mode: 0644]
chromeos/startup/OWNERS [new file with mode: 0644]
chromeos/startup/browser_init_params.cc [new file with mode: 0644]
chromeos/startup/browser_init_params.h [new file with mode: 0644]
chromeos/startup/browser_params_proxy.cc [new file with mode: 0644]
chromeos/startup/browser_params_proxy.h [new file with mode: 0644]
chromeos/startup/browser_postlogin_params.cc [new file with mode: 0644]
chromeos/startup/browser_postlogin_params.h [new file with mode: 0644]
chromeos/startup/startup.cc [new file with mode: 0644]
chromeos/startup/startup.h [new file with mode: 0644]
chromeos/startup/startup_switches.cc [new file with mode: 0644]
chromeos/startup/startup_switches.h [new file with mode: 0644]
chromeos/startup/startup_unittest.cc [new file with mode: 0644]
chromeos/strings/BUILD.gn [new file with mode: 0644]
chromeos/strings/chromeos_strings_af.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_am.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ar.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_as.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_az.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_be.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_bg.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_bn.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_bs.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ca.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_cs.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_cy.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_da.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_de.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_el.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_en-GB.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_es-419.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_es.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_et.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_eu.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_fa.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_fi.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_fil.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_fr-CA.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_fr.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_gl.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_gu.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_hi.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_hr.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_hu.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_hy.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_id.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_is.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_it.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_iw.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ja.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ka.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_kk.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_km.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_kn.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ko.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ky.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_lo.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_lt.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_lv.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_mk.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ml.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_mn.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_mr.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ms.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_my.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ne.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_nl.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_no.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_or.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_pa.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_pl.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_pt-BR.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_pt-PT.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ro.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ru.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_si.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sk.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sl.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sq.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sr-Latn.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sr.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sv.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_sw.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ta.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_te.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_th.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_tr.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_uk.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_ur.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_uz.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_vi.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_zh-CN.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_zh-HK.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_zh-TW.xtb [new file with mode: 0644]
chromeos/strings/chromeos_strings_zu.xtb [new file with mode: 0644]
chromeos/system/BUILD.gn [new file with mode: 0644]
chromeos/system/core_scheduling.cc [new file with mode: 0644]
chromeos/system/core_scheduling.h [new file with mode: 0644]
chromeos/system/cpu_temperature_reader.cc [new file with mode: 0644]
chromeos/system/cpu_temperature_reader.h [new file with mode: 0644]
chromeos/system/cpu_temperature_reader_unittest.cc [new file with mode: 0644]
chromeos/tast_control.gni [new file with mode: 0644]
chromeos/test/chromeos_test_utils.cc [new file with mode: 0644]
chromeos/test/chromeos_test_utils.h [new file with mode: 0644]
chromeos/test/data/OWNERS [new file with mode: 0644]
chromeos/test/data/app_mode/kiosk_manifest/kiosk_manifest.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestAcceptEula.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestConnectedNetworkNoWelcome.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestDeviceRequisition.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestEnterpriseRollbackRecover.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestLeaveWelcomeScreen.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestSelectConnectedNetwork.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestSelectNetwork.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestShowHID.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/TestSwitchLanguageIME.json [new file with mode: 0644]
chromeos/test/data/oobe_configuration/non_empty_configuration.json [new file with mode: 0644]
chromeos/test/data/smart_dim/20181115_example_preprocessor_config.pb [new file with mode: 0644]
chromeos/test/data/smart_dim/invalid_model_metadata.json [new file with mode: 0644]
chromeos/test/data/smart_dim/valid_model_metadata.json [new file with mode: 0644]
chromeos/test/run_all_unittests.cc [new file with mode: 0644]
chromeos/tools/concat_dbus_conf_files.py [new file with mode: 0755]
chromeos/tools/onc_validator/DIR_METADATA [new file with mode: 0644]
chromeos/tools/onc_validator/OWNERS [new file with mode: 0644]
chromeos/tools/onc_validator/onc_validator.cc [new file with mode: 0644]
chromeos/ui/OWNERS [new file with mode: 0644]
chromeos/ui/README.md [new file with mode: 0644]
chromeos/ui/base/BUILD.gn [new file with mode: 0644]
chromeos/ui/base/DEPS [new file with mode: 0644]
chromeos/ui/base/OWNERS [new file with mode: 0644]
chromeos/ui/base/chromeos_ui_constants.h [new file with mode: 0644]
chromeos/ui/base/display_util.cc [new file with mode: 0644]
chromeos/ui/base/display_util.h [new file with mode: 0644]
chromeos/ui/base/file_icon_util.cc [new file with mode: 0644]
chromeos/ui/base/file_icon_util.h [new file with mode: 0644]
chromeos/ui/base/file_icon_util_unittest.cc [new file with mode: 0644]
chromeos/ui/base/tablet_state.cc [new file with mode: 0644]
chromeos/ui/base/tablet_state.h [new file with mode: 0644]
chromeos/ui/base/window_pin_type.cc [new file with mode: 0644]
chromeos/ui/base/window_pin_type.h [new file with mode: 0644]
chromeos/ui/base/window_properties.cc [new file with mode: 0644]
chromeos/ui/base/window_properties.h [new file with mode: 0644]
chromeos/ui/base/window_state_type.cc [new file with mode: 0644]
chromeos/ui/base/window_state_type.h [new file with mode: 0644]
chromeos/ui/frame/BUILD.gn [new file with mode: 0644]
chromeos/ui/frame/DEPS [new file with mode: 0644]
chromeos/ui/frame/OWNERS [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/caption_button_model.h [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_back_button.cc [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_back_button.h [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_caption_button_container_view.cc [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_caption_button_container_view.h [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_center_button.cc [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_center_button.h [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_size_button.cc [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_size_button.h [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/frame_size_button_delegate.h [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/snap_controller.cc [new file with mode: 0644]
chromeos/ui/frame/caption_buttons/snap_controller.h [new file with mode: 0644]
chromeos/ui/frame/default_frame_header.cc [new file with mode: 0644]
chromeos/ui/frame/default_frame_header.h [new file with mode: 0644]
chromeos/ui/frame/desks/move_to_desks_menu_delegate.cc [new file with mode: 0644]
chromeos/ui/frame/desks/move_to_desks_menu_delegate.h [new file with mode: 0644]
chromeos/ui/frame/desks/move_to_desks_menu_model.cc [new file with mode: 0644]
chromeos/ui/frame/desks/move_to_desks_menu_model.h [new file with mode: 0644]
chromeos/ui/frame/frame_header.cc [new file with mode: 0644]
chromeos/ui/frame/frame_header.h [new file with mode: 0644]
chromeos/ui/frame/frame_utils.cc [new file with mode: 0644]
chromeos/ui/frame/frame_utils.h [new file with mode: 0644]
chromeos/ui/frame/header_view.cc [new file with mode: 0644]
chromeos/ui/frame/header_view.h [new file with mode: 0644]
chromeos/ui/frame/highlight_border_overlay.cc [new file with mode: 0644]
chromeos/ui/frame/highlight_border_overlay.h [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_context.cc [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_context.h [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_focus_watcher.cc [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_focus_watcher.h [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_fullscreen_controller.cc [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_fullscreen_controller.h [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_fullscreen_controller_delegate.h [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_fullscreen_controller_test_api.cc [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_fullscreen_controller_test_api.h [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_revealed_lock.cc [new file with mode: 0644]
chromeos/ui/frame/immersive/immersive_revealed_lock.h [new file with mode: 0644]
chromeos/ui/frame/interior_resize_handler_targeter.cc [new file with mode: 0644]
chromeos/ui/frame/interior_resize_handler_targeter.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/DIR_METADATA [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/OWNERS [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/float_controller_base.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/float_controller_base.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_button.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_button.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_constants.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_metrics.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_metrics.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_nudge_controller.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_nudge_controller.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_view.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/multitask_menu_view.h [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/split_button_view.cc [new file with mode: 0644]
chromeos/ui/frame/multitask_menu/split_button_view.h [new file with mode: 0644]
chromeos/ui/frame/non_client_frame_view_base.cc [new file with mode: 0644]
chromeos/ui/frame/non_client_frame_view_base.h [new file with mode: 0644]
chromeos/ui/vector_icons/BUILD.gn [new file with mode: 0644]
chromeos/ui/vector_icons/DIR_METADATA [new file with mode: 0644]
chromeos/ui/vector_icons/OWNERS [new file with mode: 0644]
chromeos/ui/vector_icons/assistant.icon [new file with mode: 0644]
chromeos/ui/vector_icons/calculate.icon [new file with mode: 0644]
chromeos/ui/vector_icons/conversion_path.icon [new file with mode: 0644]
chromeos/ui/vector_icons/enterprise.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_archive.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_audio.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_chart.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_excel.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_folder.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gdoc.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gdraw.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_generic.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gform.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gmap.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gsheet.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gsite.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gslides.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_gtable.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_image.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_linux.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_pdf.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_ppt.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_script.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_shared.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_sites.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_team_drive.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_tini.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_video.icon [new file with mode: 0644]
chromeos/ui/vector_icons/filetype_word.icon [new file with mode: 0644]
chromeos/ui/vector_icons/float_window.icon [new file with mode: 0644]
chromeos/ui/vector_icons/keyboard_shortcuts.icon [new file with mode: 0644]
chromeos/ui/vector_icons/notification_assistant.icon [new file with mode: 0644]
chromeos/ui/vector_icons/notification_supervised_user.icon [new file with mode: 0644]
chromeos/ui/vector_icons/person_pin_circle.icon [new file with mode: 0644]
chromeos/ui/vector_icons/redeem.icon [new file with mode: 0644]
chromeos/ui/vector_icons/screenshot.icon [new file with mode: 0644]
chromeos/ui/vector_icons/sentiment_very_satisfied.icon [new file with mode: 0644]
chromeos/ui/vector_icons/straighten.icon [new file with mode: 0644]
chromeos/ui/vector_icons/timer.icon [new file with mode: 0644]
chromeos/ui/vector_icons/translate.icon [new file with mode: 0644]
chromeos/ui/vector_icons/unfloat_button.icon [new file with mode: 0644]
chromeos/ui/vector_icons/vector_icons.cc.template [new file with mode: 0644]
chromeos/ui/vector_icons/vector_icons.h.template [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_back.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_bottom_snapped.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_dezoom.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_float.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_left_snapped.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_right_snapped.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_top_snapped.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_unfloat.icon [new file with mode: 0644]
chromeos/ui/vector_icons/window_control_zoom.icon [new file with mode: 0644]
chromeos/ui/wm/BUILD.gn [new file with mode: 0644]
chromeos/ui/wm/DEPS [new file with mode: 0644]
chromeos/ui/wm/constants.h [new file with mode: 0644]
chromeos/ui/wm/desks/ash/desks_helper.cc [new file with mode: 0644]
chromeos/ui/wm/desks/chromeos_desks_histogram_enums.h [new file with mode: 0644]
chromeos/ui/wm/desks/desks_helper.h [new file with mode: 0644]
chromeos/ui/wm/desks/lacros/desks_helper.cc [new file with mode: 0644]
chromeos/ui/wm/features.cc [new file with mode: 0644]
chromeos/ui/wm/features.h [new file with mode: 0644]
chromeos/ui/wm/fullscreen/keep_fullscreen_for_url_checker.cc [new file with mode: 0644]
chromeos/ui/wm/fullscreen/keep_fullscreen_for_url_checker.h [new file with mode: 0644]
chromeos/ui/wm/fullscreen/pref_names.cc [new file with mode: 0644]
chromeos/ui/wm/fullscreen/pref_names.h [new file with mode: 0644]
chromeos/ui/wm/window_util.cc [new file with mode: 0644]
chromeos/ui/wm/window_util.h [new file with mode: 0644]
chromeos/utils/BUILD.gn [new file with mode: 0644]
chromeos/utils/DEPS [new file with mode: 0644]
chromeos/utils/OWNERS [new file with mode: 0644]
chromeos/utils/pdf_conversion.cc [new file with mode: 0644]
chromeos/utils/pdf_conversion.h [new file with mode: 0644]
chromeos/utils/pdf_conversion_unittest.cc [new file with mode: 0644]
chromeos/version/BUILD.gn [new file with mode: 0644]
chromeos/version/version_loader.cc [new file with mode: 0644]
chromeos/version/version_loader.h [new file with mode: 0644]
chromeos/version/version_loader_unittest.cc [new file with mode: 0644]