1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/allocator.gni")
6 import("//build/config/ui.gni")
7 import("//testing/test.gni")
8 import("//third_party/protobuf/proto_library.gni")
10 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
12 gypi_values = exec_script("//build/gypi_to_gn.py",
13 [ rebase_path("chromeos.gyp") ],
17 component("chromeos") {
18 configs += [ "//net/third_party/nss/ssl:ssl_config" ]
26 "//base/third_party/dynamic_annotations",
27 "//chromeos/ime:gencode",
28 "//components/policy/proto",
33 "//net/third_party/nss/ssl:libssl",
35 "//third_party/libxml",
36 "//third_party/protobuf:protobuf_lite",
39 ":power_manager_proto",
41 sources = gypi_values.chromeos_sources
42 defines = [ "CHROMEOS_IMPLEMENTATION" ]
45 static_library("test_support") {
47 configs += [ "//build/config/linux:dbus" ]
52 ":power_manager_proto",
53 ":test_support_without_gmock",
56 "attestation/mock_attestation_flow.cc",
57 "attestation/mock_attestation_flow.h",
58 "chromeos_test_utils.cc",
59 "chromeos_test_utils.h",
60 "cryptohome/mock_async_method_caller.cc",
61 "cryptohome/mock_async_method_caller.h",
62 "cryptohome/mock_homedir_methods.cc",
63 "cryptohome/mock_homedir_methods.h",
64 "dbus/mock_cryptohome_client.cc",
65 "dbus/mock_cryptohome_client.h",
66 "dbus/mock_lorgnette_manager_client.cc",
67 "dbus/mock_lorgnette_manager_client.h",
68 "dbus/mock_session_manager_client.cc",
69 "dbus/mock_session_manager_client.h",
70 "dbus/mock_shill_manager_client.cc",
71 "dbus/mock_shill_manager_client.h",
72 "dbus/mock_shill_profile_client.cc",
73 "dbus/mock_shill_profile_client.h",
74 "dbus/mock_shill_service_client.cc",
75 "dbus/mock_shill_service_client.h",
76 "dbus/services/service_provider_test_helper.cc",
77 "dbus/services/service_provider_test_helper.h",
78 "disks/mock_disk_mount_manager.cc",
79 "disks/mock_disk_mount_manager.h",
80 "login/auth/fake_extended_authenticator.cc",
81 "login/auth/fake_extended_authenticator.h",
82 "login/auth/mock_auth_attempt_state_resolver.cc",
83 "login/auth/mock_auth_attempt_state_resolver.h",
84 "login/auth/mock_auth_status_consumer.cc",
85 "login/auth/mock_auth_status_consumer.h",
86 "login/auth/mock_url_fetchers.cc",
87 "login/auth/mock_url_fetchers.h",
88 "network/fake_network_device_handler.cc",
89 "network/fake_network_device_handler.h",
90 "network/mock_managed_network_configuration_handler.cc",
91 "network/mock_managed_network_configuration_handler.h",
92 "network/onc/onc_test_utils.cc",
93 "network/onc/onc_test_utils.h",
94 "system/fake_statistics_provider.cc",
95 "system/fake_statistics_provider.h",
99 static_library("test_support_without_gmock") {
101 configs += [ "//build/config/linux:dbus" ]
106 ":power_manager_proto",
109 "dbus/fake_cros_disks_client.cc",
110 "dbus/fake_cros_disks_client.h",
111 "dbus/fake_power_manager_client.cc",
112 "dbus/fake_power_manager_client.h",
113 "dbus/fake_session_manager_client.cc",
114 "dbus/fake_session_manager_client.h",
115 "dbus/fake_shill_manager_client.cc",
116 "dbus/fake_shill_manager_client.h",
117 "dbus/fake_update_engine_client.cc",
118 "dbus/fake_update_engine_client.h",
122 test("chromeos_unittests") {
124 "//build/config/linux:dbus",
125 "//net/third_party/nss/ssl:ssl_config",
128 "//base:prefs_test_support",
129 "//base/test:run_all_unittests",
130 "//base/test:test_support",
133 "//crypto:test_support",
134 "//dbus:test_support",
137 "//net:test_support",
142 ":power_manager_proto",
145 sources = gypi_values.chromeos_test_sources
146 if (use_allocator != "none") {
147 deps += [ "//base/allocator" ]
151 proto_library("power_manager_proto") {
153 "//third_party/cros_system_api/dbus/power_manager/input_event.proto",
154 "//third_party/cros_system_api/dbus/power_manager/peripheral_battery_status.proto",
155 "//third_party/cros_system_api/dbus/power_manager/policy.proto",
156 "//third_party/cros_system_api/dbus/power_manager/power_supply_properties.proto",
157 "//third_party/cros_system_api/dbus/power_manager/suspend.proto",
160 proto_out_dir = "chromeos/dbus/power_manager"
163 proto_library("cryptohome_proto") {
165 "//third_party/cros_system_api/dbus/cryptohome/key.proto",
166 "//third_party/cros_system_api/dbus/cryptohome/rpc.proto",
169 proto_out_dir = "chromeos/dbus/cryptohome"
172 proto_library("cryptohome_signkey_proto") {
174 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
177 proto_out_dir = "chromeos/cryptohome"