Index: chromeos/BUILD.gn |
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn |
index ede0c87c825aacbafb8604ae06205784b15f8ee6..ff5ae298c0e85f87b9fd316092ca85cc16102511 100644 |
--- a/chromeos/BUILD.gn |
+++ b/chromeos/BUILD.gn |
@@ -13,11 +13,6 @@ declare_args() { |
use_binder = false |
} |
-gypi_values = exec_script("//build/gypi_to_gn.py", |
- [ rebase_path("chromeos.gyp") ], |
- "scope", |
- [ "chromeos.gyp" ]) |
- |
component("chromeos") { |
configs += [ "//third_party/nss:system_nss_no_ssl_config" ] |
public_deps = [ |
@@ -52,7 +47,414 @@ component("chromeos") { |
"//third_party/protobuf:protobuf_lite", |
"//url", |
] |
- sources = gypi_values.chromeos_sources |
+ sources = [ |
+ "accelerometer/accelerometer_reader.cc", |
+ "accelerometer/accelerometer_reader.h", |
+ "accelerometer/accelerometer_types.cc", |
+ "accelerometer/accelerometer_types.h", |
+ "app_mode/kiosk_oem_manifest_parser.cc", |
+ "app_mode/kiosk_oem_manifest_parser.h", |
+ "attestation/attestation_constants.cc", |
+ "attestation/attestation_constants.h", |
+ "attestation/attestation_flow.cc", |
+ "attestation/attestation_flow.h", |
+ "audio/audio_a11y_controller.cc", |
+ "audio/audio_a11y_controller.h", |
+ "audio/audio_device.cc", |
+ "audio/audio_device.h", |
+ "audio/audio_devices_pref_handler.h", |
+ "audio/audio_devices_pref_handler_impl.cc", |
+ "audio/audio_devices_pref_handler_impl.h", |
+ "audio/audio_devices_pref_handler_stub.cc", |
+ "audio/audio_devices_pref_handler_stub.h", |
+ "audio/audio_pref_observer.h", |
+ "audio/chromeos_sounds.h", |
+ "audio/cras_audio_handler.cc", |
+ "audio/cras_audio_handler.h", |
+ "binder/buffer_reader.cc", |
+ "binder/buffer_reader.h", |
+ "binder/command_broker.cc", |
+ "binder/command_broker.h", |
+ "binder/command_stream.cc", |
+ "binder/command_stream.h", |
+ "binder/constants.h", |
+ "binder/driver.cc", |
+ "binder/driver.h", |
+ "binder/ipc_thread.cc", |
+ "binder/ipc_thread.h", |
+ "binder/local_object.cc", |
+ "binder/local_object.h", |
+ "binder/object.h", |
+ "binder/remote_object.cc", |
+ "binder/remote_object.h", |
+ "binder/service_manager_proxy.cc", |
+ "binder/service_manager_proxy.h", |
+ "binder/status.h", |
+ "binder/transaction_data.h", |
+ "binder/transaction_data_from_driver.cc", |
+ "binder/transaction_data_from_driver.h", |
+ "binder/transaction_data_reader.cc", |
+ "binder/transaction_data_reader.h", |
+ "binder/transaction_status.cc", |
+ "binder/transaction_status.h", |
+ "binder/util.cc", |
+ "binder/util.h", |
+ "binder/writable_transaction_data.cc", |
+ "binder/writable_transaction_data.h", |
+ "cert_loader.cc", |
+ "cert_loader.h", |
+ "chromeos_constants.cc", |
+ "chromeos_constants.h", |
+ "chromeos_export.h", |
+ "chromeos_paths.cc", |
+ "chromeos_paths.h", |
+ "chromeos_pref_names.cc", |
+ "chromeos_pref_names.h", |
+ "chromeos_switches.cc", |
+ "chromeos_switches.h", |
+ "cryptohome/async_method_caller.cc", |
+ "cryptohome/async_method_caller.h", |
+ "cryptohome/cryptohome_parameters.cc", |
+ "cryptohome/cryptohome_parameters.h", |
+ "cryptohome/cryptohome_util.cc", |
+ "cryptohome/cryptohome_util.h", |
+ "cryptohome/homedir_methods.cc", |
+ "cryptohome/homedir_methods.h", |
+ "cryptohome/system_salt_getter.cc", |
+ "cryptohome/system_salt_getter.h", |
+ "dbus/arc_obb_mounter_client.cc", |
+ "dbus/arc_obb_mounter_client.h", |
+ "dbus/audio_node.cc", |
+ "dbus/audio_node.h", |
+ "dbus/auth_policy_client.cc", |
+ "dbus/auth_policy_client.h", |
+ "dbus/blocking_method_caller.cc", |
+ "dbus/blocking_method_caller.h", |
+ "dbus/cras_audio_client.cc", |
+ "dbus/cras_audio_client.h", |
+ "dbus/cros_disks_client.cc", |
+ "dbus/cros_disks_client.h", |
+ "dbus/cryptohome_client.cc", |
+ "dbus/cryptohome_client.h", |
+ "dbus/dbus_client_implementation_type.h", |
+ "dbus/dbus_clients_browser.cc", |
+ "dbus/dbus_clients_browser.h", |
+ "dbus/dbus_clients_common.cc", |
+ "dbus/dbus_clients_common.h", |
+ "dbus/dbus_method_call_status.cc", |
+ "dbus/dbus_method_call_status.h", |
+ "dbus/dbus_thread_manager.cc", |
+ "dbus/dbus_thread_manager.h", |
+ "dbus/debug_daemon_client.cc", |
+ "dbus/debug_daemon_client.h", |
+ "dbus/easy_unlock_client.cc", |
+ "dbus/easy_unlock_client.h", |
+ "dbus/fake_arc_obb_mounter_client.cc", |
+ "dbus/fake_arc_obb_mounter_client.h", |
+ "dbus/fake_auth_policy_client.cc", |
+ "dbus/fake_auth_policy_client.h", |
+ "dbus/fake_cras_audio_client.cc", |
+ "dbus/fake_cras_audio_client.h", |
+ "dbus/fake_cros_disks_client.cc", |
+ "dbus/fake_cros_disks_client.h", |
+ "dbus/fake_cryptohome_client.cc", |
+ "dbus/fake_cryptohome_client.h", |
+ "dbus/fake_debug_daemon_client.cc", |
+ "dbus/fake_debug_daemon_client.h", |
+ "dbus/fake_easy_unlock_client.cc", |
+ "dbus/fake_easy_unlock_client.h", |
+ "dbus/fake_gsm_sms_client.cc", |
+ "dbus/fake_gsm_sms_client.h", |
+ "dbus/fake_image_burner_client.cc", |
+ "dbus/fake_image_burner_client.h", |
+ "dbus/fake_image_loader_client.cc", |
+ "dbus/fake_image_loader_client.h", |
+ "dbus/fake_lorgnette_manager_client.cc", |
+ "dbus/fake_lorgnette_manager_client.h", |
+ "dbus/fake_modem_messaging_client.cc", |
+ "dbus/fake_modem_messaging_client.h", |
+ "dbus/fake_permission_broker_client.cc", |
+ "dbus/fake_permission_broker_client.h", |
+ "dbus/fake_power_manager_client.cc", |
+ "dbus/fake_power_manager_client.h", |
+ "dbus/fake_shill_device_client.cc", |
+ "dbus/fake_shill_device_client.h", |
+ "dbus/fake_shill_ipconfig_client.cc", |
+ "dbus/fake_shill_ipconfig_client.h", |
+ "dbus/fake_shill_manager_client.cc", |
+ "dbus/fake_shill_manager_client.h", |
+ "dbus/fake_shill_profile_client.cc", |
+ "dbus/fake_shill_profile_client.h", |
+ "dbus/fake_shill_service_client.cc", |
+ "dbus/fake_shill_service_client.h", |
+ "dbus/fake_shill_third_party_vpn_driver_client.cc", |
+ "dbus/fake_shill_third_party_vpn_driver_client.h", |
+ "dbus/fake_sms_client.cc", |
+ "dbus/fake_sms_client.h", |
+ "dbus/fake_system_clock_client.cc", |
+ "dbus/fake_system_clock_client.h", |
+ "dbus/fake_upstart_client.cc", |
+ "dbus/fake_upstart_client.h", |
+ "dbus/gsm_sms_client.cc", |
+ "dbus/gsm_sms_client.h", |
+ "dbus/image_burner_client.cc", |
+ "dbus/image_burner_client.h", |
+ "dbus/image_loader_client.cc", |
+ "dbus/image_loader_client.h", |
+ "dbus/lorgnette_manager_client.cc", |
+ "dbus/lorgnette_manager_client.h", |
+ "dbus/modem_messaging_client.cc", |
+ "dbus/modem_messaging_client.h", |
+ "dbus/permission_broker_client.cc", |
+ "dbus/permission_broker_client.h", |
+ "dbus/pipe_reader.cc", |
+ "dbus/pipe_reader.h", |
+ "dbus/power_manager_client.cc", |
+ "dbus/power_manager_client.h", |
+ "dbus/power_policy_controller.cc", |
+ "dbus/power_policy_controller.h", |
+ "dbus/services/console_service_provider.cc", |
+ "dbus/services/console_service_provider.h", |
+ "dbus/services/cros_dbus_service.cc", |
+ "dbus/services/cros_dbus_service.h", |
+ "dbus/services/display_power_service_provider.cc", |
+ "dbus/services/display_power_service_provider.h", |
+ "dbus/services/liveness_service_provider.cc", |
+ "dbus/services/liveness_service_provider.h", |
+ "dbus/services/proxy_resolution_service_provider.cc", |
+ "dbus/services/proxy_resolution_service_provider.h", |
+ "dbus/session_manager_client.cc", |
+ "dbus/session_manager_client.h", |
+ "dbus/shill_client_helper.cc", |
+ "dbus/shill_client_helper.h", |
+ "dbus/shill_device_client.cc", |
+ "dbus/shill_device_client.h", |
+ "dbus/shill_ipconfig_client.cc", |
+ "dbus/shill_ipconfig_client.h", |
+ "dbus/shill_manager_client.cc", |
+ "dbus/shill_manager_client.h", |
+ "dbus/shill_profile_client.cc", |
+ "dbus/shill_profile_client.h", |
+ "dbus/shill_service_client.cc", |
+ "dbus/shill_service_client.h", |
+ "dbus/shill_third_party_vpn_driver_client.cc", |
+ "dbus/shill_third_party_vpn_driver_client.h", |
+ "dbus/sms_client.cc", |
+ "dbus/sms_client.h", |
+ "dbus/system_clock_client.cc", |
+ "dbus/system_clock_client.h", |
+ "dbus/update_engine_client.cc", |
+ "dbus/update_engine_client.h", |
+ "dbus/upstart_client.cc", |
+ "dbus/upstart_client.h", |
+ "dbus/volume_state.cc", |
+ "dbus/volume_state.h", |
+ "disks/disk_mount_manager.cc", |
+ "disks/disk_mount_manager.h", |
+ "disks/suspend_unmount_manager.cc", |
+ "disks/suspend_unmount_manager.h", |
+ "geolocation/geoposition.cc", |
+ "geolocation/geoposition.h", |
+ "geolocation/simple_geolocation_provider.cc", |
+ "geolocation/simple_geolocation_provider.h", |
+ "geolocation/simple_geolocation_request.cc", |
+ "geolocation/simple_geolocation_request.h", |
+ "geolocation/simple_geolocation_request_test_monitor.cc", |
+ "geolocation/simple_geolocation_request_test_monitor.h", |
+ "hugepage_text/hugepage_text.cc", |
+ "hugepage_text/hugepage_text.h", |
+ "login/auth/auth_attempt_state.cc", |
+ "login/auth/auth_attempt_state.h", |
+ "login/auth/auth_attempt_state_resolver.cc", |
+ "login/auth/auth_attempt_state_resolver.h", |
+ "login/auth/auth_status_consumer.cc", |
+ "login/auth/auth_status_consumer.h", |
+ "login/auth/authenticator.cc", |
+ "login/auth/authenticator.h", |
+ "login/auth/cryptohome_authenticator.cc", |
+ "login/auth/cryptohome_authenticator.h", |
+ "login/auth/extended_authenticator.cc", |
+ "login/auth/extended_authenticator.h", |
+ "login/auth/extended_authenticator_impl.cc", |
+ "login/auth/extended_authenticator_impl.h", |
+ "login/auth/key.cc", |
+ "login/auth/key.h", |
+ "login/auth/login_performer.cc", |
+ "login/auth/login_performer.h", |
+ "login/auth/stub_authenticator.cc", |
+ "login/auth/stub_authenticator.h", |
+ "login/auth/test_attempt_state.cc", |
+ "login/auth/test_attempt_state.h", |
+ "login/auth/user_context.cc", |
+ "login/auth/user_context.h", |
+ "login/login_state.cc", |
+ "login/login_state.h", |
+ "login_event_recorder.cc", |
+ "login_event_recorder.h", |
+ "network/auto_connect_handler.cc", |
+ "network/auto_connect_handler.h", |
+ "network/certificate_pattern.cc", |
+ "network/certificate_pattern.h", |
+ "network/client_cert_resolver.cc", |
+ "network/client_cert_resolver.h", |
+ "network/client_cert_util.cc", |
+ "network/client_cert_util.h", |
+ "network/device_state.cc", |
+ "network/device_state.h", |
+ "network/dhcp_proxy_script_fetcher_chromeos.cc", |
+ "network/dhcp_proxy_script_fetcher_chromeos.h", |
+ "network/firewall_hole.cc", |
+ "network/firewall_hole.h", |
+ "network/geolocation_handler.cc", |
+ "network/geolocation_handler.h", |
+ "network/host_resolver_impl_chromeos.cc", |
+ "network/host_resolver_impl_chromeos.h", |
+ "network/managed_network_configuration_handler.cc", |
+ "network/managed_network_configuration_handler.h", |
+ "network/managed_network_configuration_handler_impl.cc", |
+ "network/managed_network_configuration_handler_impl.h", |
+ "network/managed_state.cc", |
+ "network/managed_state.h", |
+ "network/network_activation_handler.cc", |
+ "network/network_activation_handler.h", |
+ "network/network_cert_migrator.cc", |
+ "network/network_cert_migrator.h", |
+ "network/network_change_notifier_chromeos.cc", |
+ "network/network_change_notifier_chromeos.h", |
+ "network/network_change_notifier_factory_chromeos.cc", |
+ "network/network_change_notifier_factory_chromeos.h", |
+ "network/network_configuration_handler.cc", |
+ "network/network_configuration_handler.h", |
+ "network/network_configuration_observer.h", |
+ "network/network_connect.cc", |
+ "network/network_connect.h", |
+ "network/network_connection_handler.cc", |
+ "network/network_connection_handler.h", |
+ "network/network_connection_observer.cc", |
+ "network/network_connection_observer.h", |
+ "network/network_device_handler.cc", |
+ "network/network_device_handler.h", |
+ "network/network_device_handler_impl.cc", |
+ "network/network_device_handler_impl.h", |
+ "network/network_event_log.h", |
+ "network/network_handler.cc", |
+ "network/network_handler.h", |
+ "network/network_handler_callbacks.cc", |
+ "network/network_handler_callbacks.h", |
+ "network/network_ip_config.cc", |
+ "network/network_ip_config.h", |
+ "network/network_profile.cc", |
+ "network/network_profile.h", |
+ "network/network_profile_handler.cc", |
+ "network/network_profile_handler.h", |
+ "network/network_profile_observer.h", |
+ "network/network_sms_handler.cc", |
+ "network/network_sms_handler.h", |
+ "network/network_state.cc", |
+ "network/network_state.h", |
+ "network/network_state_handler.cc", |
+ "network/network_state_handler.h", |
+ "network/network_state_handler_observer.cc", |
+ "network/network_state_handler_observer.h", |
+ "network/network_type_pattern.cc", |
+ "network/network_type_pattern.h", |
+ "network/network_ui_data.cc", |
+ "network/network_ui_data.h", |
+ "network/network_util.cc", |
+ "network/network_util.h", |
+ "network/onc/onc_certificate_importer.h", |
+ "network/onc/onc_certificate_importer_impl.cc", |
+ "network/onc/onc_certificate_importer_impl.h", |
+ "network/onc/onc_mapper.cc", |
+ "network/onc/onc_mapper.h", |
+ "network/onc/onc_merger.cc", |
+ "network/onc/onc_merger.h", |
+ "network/onc/onc_normalizer.cc", |
+ "network/onc/onc_normalizer.h", |
+ "network/onc/onc_signature.cc", |
+ "network/onc/onc_signature.h", |
+ "network/onc/onc_translation_tables.cc", |
+ "network/onc/onc_translation_tables.h", |
+ "network/onc/onc_translator.h", |
+ "network/onc/onc_translator_onc_to_shill.cc", |
+ "network/onc/onc_translator_shill_to_onc.cc", |
+ "network/onc/onc_utils.cc", |
+ "network/onc/onc_utils.h", |
+ "network/onc/onc_validator.cc", |
+ "network/onc/onc_validator.h", |
+ "network/policy_applicator.cc", |
+ "network/policy_applicator.h", |
+ "network/policy_util.cc", |
+ "network/policy_util.h", |
+ "network/portal_detector/network_portal_detector.cc", |
+ "network/portal_detector/network_portal_detector.h", |
+ "network/portal_detector/network_portal_detector_strategy.cc", |
+ "network/portal_detector/network_portal_detector_strategy.h", |
+ "network/portal_detector/network_portal_detector_stub.cc", |
+ "network/portal_detector/network_portal_detector_stub.h", |
+ "network/prohibited_technologies_handler.cc", |
+ "network/prohibited_technologies_handler.h", |
+ "network/proxy/proxy_config_handler.cc", |
+ "network/proxy/proxy_config_handler.h", |
+ "network/proxy/proxy_config_service_impl.cc", |
+ "network/proxy/proxy_config_service_impl.h", |
+ "network/proxy/ui_proxy_config.cc", |
+ "network/proxy/ui_proxy_config.h", |
+ "network/proxy/ui_proxy_config_service.cc", |
+ "network/proxy/ui_proxy_config_service.h", |
+ "network/shill_property_handler.cc", |
+ "network/shill_property_handler.h", |
+ "network/shill_property_util.cc", |
+ "network/shill_property_util.h", |
+ "printing/ppd_cache.cc", |
+ "printing/ppd_cache.h", |
+ "printing/ppd_provider.cc", |
+ "printing/ppd_provider.h", |
+ "printing/printer_configuration.cc", |
+ "printing/printer_configuration.h", |
+ "printing/printer_translator.cc", |
+ "printing/printer_translator.h", |
+ "process_proxy/process_output_watcher.cc", |
+ "process_proxy/process_output_watcher.h", |
+ "process_proxy/process_proxy.cc", |
+ "process_proxy/process_proxy.h", |
+ "process_proxy/process_proxy_registry.cc", |
+ "process_proxy/process_proxy_registry.h", |
+ "settings/cros_settings_names.cc", |
+ "settings/cros_settings_names.h", |
+ "settings/cros_settings_provider.cc", |
+ "settings/cros_settings_provider.h", |
+ "settings/timezone_settings.cc", |
+ "settings/timezone_settings.h", |
+ "settings/timezone_settings_helper.cc", |
+ "settings/timezone_settings_helper.h", |
+ "system/devicemode.cc", |
+ "system/devicemode.h", |
+ "system/devicetype.cc", |
+ "system/devicetype.h", |
+ |
+ # Used when running mash, both on Linux and on real devices. |
+ "system/fake_statistics_provider.cc", |
+ "system/fake_statistics_provider.h", |
+ "system/name_value_pairs_parser.cc", |
+ "system/name_value_pairs_parser.h", |
+ "system/statistics_provider.cc", |
+ "system/statistics_provider.h", |
+ "system/version_loader.cc", |
+ "system/version_loader.h", |
+ "timezone/timezone_provider.cc", |
+ "timezone/timezone_provider.h", |
+ "timezone/timezone_request.cc", |
+ "timezone/timezone_request.h", |
+ "timezone/timezone_resolver.cc", |
+ "timezone/timezone_resolver.h", |
+ "tpm/tpm_password_fetcher.cc", |
+ "tpm/tpm_password_fetcher.h", |
+ "tpm/tpm_token_info_getter.cc", |
+ "tpm/tpm_token_info_getter.h", |
+ "tpm/tpm_token_loader.cc", |
+ "tpm/tpm_token_loader.h", |
+ ] |
defines = [ "CHROMEOS_IMPLEMENTATION" ] |
if (current_cpu == "arm" || current_cpu == "x86") { |
defines += [ "BINDER_IPC_32BIT" ] |
@@ -179,12 +581,93 @@ test("chromeos_unittests") { |
"//third_party/icu", |
"//url", |
] |
- sources = gypi_values.chromeos_test_sources |
+ sources = [ |
+ "app_mode/kiosk_oem_manifest_parser_unittest.cc", |
+ "attestation/attestation_flow_unittest.cc", |
+ "audio/audio_devices_pref_handler_impl_unittest.cc", |
+ "audio/cras_audio_handler_unittest.cc", |
+ "cert_loader_unittest.cc", |
+ "cryptohome/homedir_methods_unittest.cc", |
+ "cryptohome/system_salt_getter_unittest.cc", |
+ "dbus/blocking_method_caller_unittest.cc", |
+ "dbus/cras_audio_client_unittest.cc", |
+ "dbus/cros_disks_client_unittest.cc", |
+ "dbus/dbus_thread_manager_unittest.cc", |
+ "dbus/fake_auth_policy_client_unittest.cc", |
+ "dbus/fake_cryptohome_client_unittest.cc", |
+ "dbus/fake_easy_unlock_client_unittest.cc", |
+ "dbus/fake_power_manager_client_unittest.cc", |
+ "dbus/gsm_sms_client_unittest.cc", |
+ "dbus/modem_messaging_client_unittest.cc", |
+ "dbus/power_manager_client_unittest.cc", |
+ "dbus/power_policy_controller_unittest.cc", |
+ "dbus/services/cros_dbus_service_unittest.cc", |
+ "dbus/services/proxy_resolution_service_provider_unittest.cc", |
+ "dbus/shill_client_unittest_base.cc", |
+ "dbus/shill_client_unittest_base.h", |
+ "dbus/shill_device_client_unittest.cc", |
+ "dbus/shill_ipconfig_client_unittest.cc", |
+ "dbus/shill_manager_client_unittest.cc", |
+ "dbus/shill_profile_client_unittest.cc", |
+ "dbus/shill_service_client_unittest.cc", |
+ "dbus/shill_third_party_vpn_driver_client_unittest.cc", |
+ "disks/disk_mount_manager_unittest.cc", |
+ "disks/suspend_unmount_manager_unittest.cc", |
+ "geolocation/simple_geolocation_unittest.cc", |
+ "login/auth/key_unittest.cc", |
+ "login/login_state_unittest.cc", |
+ "network/auto_connect_handler_unittest.cc", |
+ "network/client_cert_resolver_unittest.cc", |
+ "network/firewall_hole_unittest.cc", |
+ "network/geolocation_handler_unittest.cc", |
+ "network/host_resolver_impl_chromeos_unittest.cc", |
+ "network/managed_network_configuration_handler_unittest.cc", |
+ "network/network_cert_migrator_unittest.cc", |
+ "network/network_change_notifier_chromeos_unittest.cc", |
+ "network/network_configuration_handler_unittest.cc", |
+ "network/network_connect_unittest.cc", |
+ "network/network_connection_handler_unittest.cc", |
+ "network/network_device_handler_unittest.cc", |
+ "network/network_sms_handler_unittest.cc", |
+ "network/network_state_handler_unittest.cc", |
+ "network/network_state_unittest.cc", |
+ "network/network_type_pattern_unittest.cc", |
+ "network/network_ui_data_unittest.cc", |
+ "network/network_util_unittest.cc", |
+ "network/onc/onc_certificate_importer_impl_unittest.cc", |
+ "network/onc/onc_merger_unittest.cc", |
+ "network/onc/onc_normalizer_unittest.cc", |
+ "network/onc/onc_translator_unittest.cc", |
+ "network/onc/onc_utils_unittest.cc", |
+ "network/onc/onc_validator_unittest.cc", |
+ "network/prohibited_technologies_handler_unittest.cc", |
+ "network/shill_property_handler_unittest.cc", |
+ "printing/ppd_cache_unittest.cc", |
+ "printing/ppd_provider_unittest.cc", |
+ "printing/printer_translator_unittest.cc", |
+ "process_proxy/process_output_watcher_unittest.cc", |
+ "process_proxy/process_proxy_unittest.cc", |
+ "settings/timezone_settings_unittest.cc", |
+ "system/name_value_pairs_parser_unittest.cc", |
+ "system/version_loader_unittest.cc", |
+ "timezone/timezone_unittest.cc", |
+ "tpm/tpm_token_info_getter_unittest.cc", |
+ ] |
if (use_binder) { |
if (current_cpu == "arm" || current_cpu == "x86") { |
defines += [ "BINDER_IPC_32BIT" ] |
} |
- sources += gypi_values.chromeos_binder_test_sources |
+ sources += [ |
+ "binder/buffer_reader_unittest.cc", |
+ "binder/command_broker_unittest.cc", |
+ "binder/command_stream_unittest.cc", |
+ "binder/driver_unittest.cc", |
+ "binder/end_to_end_unittest.cc", |
+ "binder/service_manager_proxy_unittest.cc", |
+ "binder/test_service.cc", |
+ "binder/test_service.h", |
+ "binder/transaction_data_read_write_unittest.cc", |
+ ] |
} |
data = [ |