[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 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. |
| 4 | |
Ben Pastene | c60bf502 | 2018-05-04 01:10:33 | [diff] [blame] | 5 | import("//build/config/chromeos/rules.gni") |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 6 | import("//build/config/ui.gni") |
Lutz Justen | 09c943a | 2018-04-13 01:49:19 | [diff] [blame] | 7 | import("//testing/libfuzzer/fuzzer_test.gni") |
qsr | fb5251d1 | 2015-01-21 15:57:22 | [diff] [blame] | 8 | import("//testing/test.gni") |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 9 | import("//third_party/protobuf/proto_library.gni") |
| 10 | |
mukai | 327e5f5 | 2014-10-16 19:10:52 | [diff] [blame] | 11 | assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") |
| 12 | |
hashimoto | aa1465a | 2015-12-11 06:19:59 | [diff] [blame] | 13 | declare_args() { |
| 14 | # Use binder. Binder related code is compiled only when true. |
| 15 | use_binder = false |
| 16 | } |
| 17 | |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 18 | component("chromeos") { |
svaldez | 2135be5 | 2016-04-20 16:34:53 | [diff] [blame] | 19 | configs += [ "//third_party/nss:system_nss_no_ssl_config" ] |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 20 | public_deps = [ |
| 21 | "//dbus", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 22 | ] |
| 23 | deps = [ |
Kush Sinha | 719fb1b | 2018-03-19 19:29:58 | [diff] [blame] | 24 | ":account_manager_proto", |
drcrash | 7da3d8b | 2016-09-09 05:39:53 | [diff] [blame] | 25 | ":attestation_proto", |
rsorokin | fc75ccee | 2017-02-10 13:16:43 | [diff] [blame] | 26 | ":authpolicy_proto", |
xiaoyinh | 58676cf | 2017-05-08 20:21:31 | [diff] [blame] | 27 | ":biod_proto", |
Jeffrey Kardatzke | a3f86c4c | 2018-05-31 18:34:07 | [diff] [blame] | 28 | ":cicerone_proto", |
Renee Wright | 0e1449f | 2018-03-28 00:21:40 | [diff] [blame] | 29 | ":concierge_proto", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 30 | ":cryptohome_proto", |
xiaohuic | 2f57e3f7 | 2017-05-31 01:29:53 | [diff] [blame] | 31 | ":login_manager_proto", |
lasoren | f933419f | 2017-05-15 19:37:45 | [diff] [blame] | 32 | ":media_perception_proto", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 33 | ":power_manager_proto", |
Allen Vicencio | 0245710 | 2017-11-28 01:20:20 | [diff] [blame] | 34 | ":smbprovider_proto", |
Timothy Loh | 71d65441 | 2018-04-04 05:30:05 | [diff] [blame] | 35 | ":vm_applications_apps_proto", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 36 | "//base", |
Nico Weber | a3d0a42 | 2015-01-20 21:46:21 | [diff] [blame] | 37 | "//base:i18n", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 38 | "//base/third_party/dynamic_annotations", |
Alexander Alekseev | 3f09a8f | 2018-05-03 02:52:10 | [diff] [blame] | 39 | "//components/account_id", |
reillyg | 4a84927 | 2015-02-20 21:38:43 | [diff] [blame] | 40 | "//components/device_event_log", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 41 | "//components/onc", |
Vaclav Brozek | 87ea66b | 2018-06-12 11:09:47 | [diff] [blame] | 42 | "//components/password_manager/core/browser:password_hash_data", |
tnagel | 51accc4 | 2016-12-28 12:00:58 | [diff] [blame] | 43 | "//components/policy:cloud_policy_proto_generated_compile", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 44 | "//components/policy/proto", |
stevenjb | 100c620 | 2016-10-28 02:28:00 | [diff] [blame] | 45 | "//components/pref_registry", |
brettw | 9f7802a2 | 2016-01-30 06:40:17 | [diff] [blame] | 46 | "//components/prefs", |
stevenjb | 8336888 | 2015-07-10 20:51:45 | [diff] [blame] | 47 | "//components/proxy_config", |
stevenjb | ffe695c | 2017-01-10 21:35:51 | [diff] [blame] | 48 | "//components/url_formatter", |
alemate | 627f653 | 2016-03-04 10:39:54 | [diff] [blame] | 49 | "//components/user_manager", |
nkostylev | 8d7d18d | 2015-01-28 11:25:08 | [diff] [blame] | 50 | "//crypto:platform", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 51 | "//google_apis", |
shenghao | 77ec80c | 2017-02-22 20:14:18 | [diff] [blame] | 52 | "//media/base:video_facing", |
oshima | 3f959fa8 | 2016-05-02 18:42:57 | [diff] [blame] | 53 | "//net", |
Luum Habtemariam | b30c811 | 2018-06-25 21:51:22 | [diff] [blame] | 54 | "//services/network/public/cpp:cpp", |
stevenjb | 100c620 | 2016-10-28 02:28:00 | [diff] [blame] | 55 | "//skia", # For components/user_manager |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 56 | "//third_party/icu", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 57 | "//third_party/protobuf:protobuf_lite", |
James Cook | a747825 | 2018-02-23 23:03:11 | [diff] [blame] | 58 | "//ui/gfx/geometry", # For accelerometer. |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 59 | "//url", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 60 | ] |
teravest | 822d58e6 | 2017-03-20 16:31:58 | [diff] [blame] | 61 | data_deps = [ |
| 62 | ":dbus_service_files", |
| 63 | ] |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 64 | sources = [ |
| 65 | "accelerometer/accelerometer_reader.cc", |
| 66 | "accelerometer/accelerometer_reader.h", |
| 67 | "accelerometer/accelerometer_types.cc", |
| 68 | "accelerometer/accelerometer_types.h", |
Kush Sinha | 719fb1b | 2018-03-19 19:29:58 | [diff] [blame] | 69 | "account_manager/account_manager.cc", |
| 70 | "account_manager/account_manager.h", |
Kush Sinha | 74c38a0 | 2018-04-16 23:53:44 | [diff] [blame] | 71 | "account_manager/account_manager_factory.cc", |
| 72 | "account_manager/account_manager_factory.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 73 | "app_mode/kiosk_oem_manifest_parser.cc", |
| 74 | "app_mode/kiosk_oem_manifest_parser.h", |
| 75 | "attestation/attestation_constants.cc", |
| 76 | "attestation/attestation_constants.h", |
| 77 | "attestation/attestation_flow.cc", |
| 78 | "attestation/attestation_flow.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 79 | "audio/audio_device.cc", |
| 80 | "audio/audio_device.h", |
| 81 | "audio/audio_devices_pref_handler.h", |
| 82 | "audio/audio_devices_pref_handler_impl.cc", |
| 83 | "audio/audio_devices_pref_handler_impl.h", |
| 84 | "audio/audio_devices_pref_handler_stub.cc", |
| 85 | "audio/audio_devices_pref_handler_stub.h", |
| 86 | "audio/audio_pref_observer.h", |
| 87 | "audio/chromeos_sounds.h", |
| 88 | "audio/cras_audio_handler.cc", |
| 89 | "audio/cras_audio_handler.h", |
| 90 | "binder/buffer_reader.cc", |
| 91 | "binder/buffer_reader.h", |
| 92 | "binder/command_broker.cc", |
| 93 | "binder/command_broker.h", |
| 94 | "binder/command_stream.cc", |
| 95 | "binder/command_stream.h", |
| 96 | "binder/constants.h", |
| 97 | "binder/driver.cc", |
| 98 | "binder/driver.h", |
| 99 | "binder/ipc_thread.cc", |
| 100 | "binder/ipc_thread.h", |
| 101 | "binder/local_object.cc", |
| 102 | "binder/local_object.h", |
| 103 | "binder/object.h", |
| 104 | "binder/remote_object.cc", |
| 105 | "binder/remote_object.h", |
| 106 | "binder/service_manager_proxy.cc", |
| 107 | "binder/service_manager_proxy.h", |
| 108 | "binder/status.h", |
| 109 | "binder/transaction_data.h", |
| 110 | "binder/transaction_data_from_driver.cc", |
| 111 | "binder/transaction_data_from_driver.h", |
| 112 | "binder/transaction_data_reader.cc", |
| 113 | "binder/transaction_data_reader.h", |
| 114 | "binder/transaction_status.cc", |
| 115 | "binder/transaction_status.h", |
| 116 | "binder/util.cc", |
| 117 | "binder/util.h", |
| 118 | "binder/writable_transaction_data.cc", |
| 119 | "binder/writable_transaction_data.h", |
| 120 | "cert_loader.cc", |
| 121 | "cert_loader.h", |
| 122 | "chromeos_constants.cc", |
| 123 | "chromeos_constants.h", |
| 124 | "chromeos_export.h", |
Kyle Horimoto | a3da6ab | 2018-04-27 19:39:54 | [diff] [blame] | 125 | "chromeos_features.cc", |
| 126 | "chromeos_features.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 127 | "chromeos_paths.cc", |
| 128 | "chromeos_paths.h", |
| 129 | "chromeos_pref_names.cc", |
| 130 | "chromeos_pref_names.h", |
| 131 | "chromeos_switches.cc", |
| 132 | "chromeos_switches.h", |
| 133 | "cryptohome/async_method_caller.cc", |
| 134 | "cryptohome/async_method_caller.h", |
| 135 | "cryptohome/cryptohome_parameters.cc", |
| 136 | "cryptohome/cryptohome_parameters.h", |
Maajid | 75b8ee4 | 2017-12-25 05:42:40 | [diff] [blame] | 137 | "cryptohome/cryptohome_util.cc", |
| 138 | "cryptohome/cryptohome_util.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 139 | "cryptohome/homedir_methods.cc", |
| 140 | "cryptohome/homedir_methods.h", |
| 141 | "cryptohome/system_salt_getter.cc", |
| 142 | "cryptohome/system_salt_getter.h", |
Maajid | 4618f860 | 2017-12-21 03:36:03 | [diff] [blame] | 143 | "cryptohome/tpm_util.cc", |
| 144 | "cryptohome/tpm_util.h", |
Ryo Hashimoto | 17fddd2e | 2018-05-10 05:46:45 | [diff] [blame] | 145 | "dbus/arc_appfuse_provider_client.cc", |
| 146 | "dbus/arc_appfuse_provider_client.h", |
Prashant Malani | 1025c477 | 2017-08-24 20:22:30 | [diff] [blame] | 147 | "dbus/arc_midis_client.cc", |
| 148 | "dbus/arc_midis_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 149 | "dbus/arc_obb_mounter_client.cc", |
| 150 | "dbus/arc_obb_mounter_client.h", |
Jeffrey Kardatzke | 49054cb7 | 2017-08-11 17:45:56 | [diff] [blame] | 151 | "dbus/arc_oemcrypto_client.cc", |
| 152 | "dbus/arc_oemcrypto_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 153 | "dbus/audio_node.cc", |
| 154 | "dbus/audio_node.h", |
| 155 | "dbus/auth_policy_client.cc", |
| 156 | "dbus/auth_policy_client.h", |
sammiequon | 0958b7f | 2017-04-03 19:24:21 | [diff] [blame] | 157 | "dbus/biod/biod_client.cc", |
| 158 | "dbus/biod/biod_client.h", |
sammiequon | 86bf784 | 2017-04-05 22:47:03 | [diff] [blame] | 159 | "dbus/biod/fake_biod_client.cc", |
| 160 | "dbus/biod/fake_biod_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 161 | "dbus/blocking_method_caller.cc", |
| 162 | "dbus/blocking_method_caller.h", |
Felix Ekblom | bba090e | 2018-04-19 09:38:43 | [diff] [blame] | 163 | "dbus/cec_service_client.cc", |
| 164 | "dbus/cec_service_client.h", |
Jeffrey Kardatzke | a3f86c4c | 2018-05-31 18:34:07 | [diff] [blame] | 165 | "dbus/cicerone_client.cc", |
| 166 | "dbus/cicerone_client.h", |
Renee Wright | 0e1449f | 2018-03-28 00:21:40 | [diff] [blame] | 167 | "dbus/concierge_client.cc", |
| 168 | "dbus/concierge_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 169 | "dbus/cras_audio_client.cc", |
| 170 | "dbus/cras_audio_client.h", |
| 171 | "dbus/cros_disks_client.cc", |
| 172 | "dbus/cros_disks_client.h", |
| 173 | "dbus/cryptohome_client.cc", |
| 174 | "dbus/cryptohome_client.h", |
| 175 | "dbus/dbus_client_implementation_type.h", |
| 176 | "dbus/dbus_clients_browser.cc", |
| 177 | "dbus/dbus_clients_browser.h", |
| 178 | "dbus/dbus_clients_common.cc", |
| 179 | "dbus/dbus_clients_common.h", |
| 180 | "dbus/dbus_method_call_status.cc", |
| 181 | "dbus/dbus_method_call_status.h", |
| 182 | "dbus/dbus_thread_manager.cc", |
| 183 | "dbus/dbus_thread_manager.h", |
| 184 | "dbus/debug_daemon_client.cc", |
| 185 | "dbus/debug_daemon_client.h", |
| 186 | "dbus/easy_unlock_client.cc", |
| 187 | "dbus/easy_unlock_client.h", |
Ryo Hashimoto | 17fddd2e | 2018-05-10 05:46:45 | [diff] [blame] | 188 | "dbus/fake_arc_appfuse_provider_client.cc", |
| 189 | "dbus/fake_arc_appfuse_provider_client.h", |
Prashant Malani | 1025c477 | 2017-08-24 20:22:30 | [diff] [blame] | 190 | "dbus/fake_arc_midis_client.cc", |
| 191 | "dbus/fake_arc_midis_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 192 | "dbus/fake_arc_obb_mounter_client.cc", |
| 193 | "dbus/fake_arc_obb_mounter_client.h", |
Jeffrey Kardatzke | 49054cb7 | 2017-08-11 17:45:56 | [diff] [blame] | 194 | "dbus/fake_arc_oemcrypto_client.cc", |
| 195 | "dbus/fake_arc_oemcrypto_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 196 | "dbus/fake_auth_policy_client.cc", |
| 197 | "dbus/fake_auth_policy_client.h", |
Felix Ekblom | bba090e | 2018-04-19 09:38:43 | [diff] [blame] | 198 | "dbus/fake_cec_service_client.cc", |
| 199 | "dbus/fake_cec_service_client.h", |
Jeffrey Kardatzke | a3f86c4c | 2018-05-31 18:34:07 | [diff] [blame] | 200 | "dbus/fake_cicerone_client.cc", |
| 201 | "dbus/fake_cicerone_client.h", |
Renee Wright | 0e1449f | 2018-03-28 00:21:40 | [diff] [blame] | 202 | "dbus/fake_concierge_client.cc", |
| 203 | "dbus/fake_concierge_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 204 | "dbus/fake_cras_audio_client.cc", |
| 205 | "dbus/fake_cras_audio_client.h", |
| 206 | "dbus/fake_cros_disks_client.cc", |
| 207 | "dbus/fake_cros_disks_client.h", |
| 208 | "dbus/fake_cryptohome_client.cc", |
| 209 | "dbus/fake_cryptohome_client.h", |
| 210 | "dbus/fake_debug_daemon_client.cc", |
| 211 | "dbus/fake_debug_daemon_client.h", |
| 212 | "dbus/fake_easy_unlock_client.cc", |
| 213 | "dbus/fake_easy_unlock_client.h", |
| 214 | "dbus/fake_gsm_sms_client.cc", |
| 215 | "dbus/fake_gsm_sms_client.h", |
Toni Barzic | e5b1f57 | 2018-02-28 01:29:26 | [diff] [blame] | 216 | "dbus/fake_hammerd_client.cc", |
| 217 | "dbus/fake_hammerd_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 218 | "dbus/fake_image_burner_client.cc", |
| 219 | "dbus/fake_image_burner_client.h", |
| 220 | "dbus/fake_image_loader_client.cc", |
| 221 | "dbus/fake_image_loader_client.h", |
| 222 | "dbus/fake_lorgnette_manager_client.cc", |
| 223 | "dbus/fake_lorgnette_manager_client.h", |
Andrew Moylan | 5ced600 | 2018-07-16 01:24:09 | [diff] [blame] | 224 | "dbus/fake_machine_learning_client.cc", |
| 225 | "dbus/fake_machine_learning_client.h", |
lasoren | f933419f | 2017-05-15 19:37:45 | [diff] [blame] | 226 | "dbus/fake_media_analytics_client.cc", |
| 227 | "dbus/fake_media_analytics_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 228 | "dbus/fake_modem_messaging_client.cc", |
| 229 | "dbus/fake_modem_messaging_client.h", |
| 230 | "dbus/fake_permission_broker_client.cc", |
| 231 | "dbus/fake_permission_broker_client.h", |
| 232 | "dbus/fake_power_manager_client.cc", |
| 233 | "dbus/fake_power_manager_client.h", |
Qijiang Fan | 0f3005f | 2018-01-24 08:53:49 | [diff] [blame] | 234 | "dbus/fake_session_manager_client.cc", |
| 235 | "dbus/fake_session_manager_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 236 | "dbus/fake_shill_device_client.cc", |
| 237 | "dbus/fake_shill_device_client.h", |
| 238 | "dbus/fake_shill_ipconfig_client.cc", |
| 239 | "dbus/fake_shill_ipconfig_client.h", |
| 240 | "dbus/fake_shill_manager_client.cc", |
| 241 | "dbus/fake_shill_manager_client.h", |
| 242 | "dbus/fake_shill_profile_client.cc", |
| 243 | "dbus/fake_shill_profile_client.h", |
| 244 | "dbus/fake_shill_service_client.cc", |
| 245 | "dbus/fake_shill_service_client.h", |
| 246 | "dbus/fake_shill_third_party_vpn_driver_client.cc", |
| 247 | "dbus/fake_shill_third_party_vpn_driver_client.h", |
Allen Vicencio | 0245710 | 2017-11-28 01:20:20 | [diff] [blame] | 248 | "dbus/fake_smb_provider_client.cc", |
| 249 | "dbus/fake_smb_provider_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 250 | "dbus/fake_sms_client.cc", |
| 251 | "dbus/fake_sms_client.h", |
| 252 | "dbus/fake_system_clock_client.cc", |
| 253 | "dbus/fake_system_clock_client.h", |
| 254 | "dbus/fake_upstart_client.cc", |
| 255 | "dbus/fake_upstart_client.h", |
Ryo Hashimoto | 44c140b | 2017-09-13 05:10:08 | [diff] [blame] | 256 | "dbus/fake_virtual_file_provider_client.cc", |
| 257 | "dbus/fake_virtual_file_provider_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 258 | "dbus/gsm_sms_client.cc", |
| 259 | "dbus/gsm_sms_client.h", |
Toni Barzic | e5b1f57 | 2018-02-28 01:29:26 | [diff] [blame] | 260 | "dbus/hammerd_client.cc", |
| 261 | "dbus/hammerd_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 262 | "dbus/image_burner_client.cc", |
| 263 | "dbus/image_burner_client.h", |
| 264 | "dbus/image_loader_client.cc", |
| 265 | "dbus/image_loader_client.h", |
| 266 | "dbus/lorgnette_manager_client.cc", |
| 267 | "dbus/lorgnette_manager_client.h", |
Andrew Moylan | 5ced600 | 2018-07-16 01:24:09 | [diff] [blame] | 268 | "dbus/machine_learning_client.cc", |
| 269 | "dbus/machine_learning_client.h", |
lasoren | f933419f | 2017-05-15 19:37:45 | [diff] [blame] | 270 | "dbus/media_analytics_client.cc", |
| 271 | "dbus/media_analytics_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 272 | "dbus/modem_messaging_client.cc", |
| 273 | "dbus/modem_messaging_client.h", |
| 274 | "dbus/permission_broker_client.cc", |
| 275 | "dbus/permission_broker_client.h", |
| 276 | "dbus/pipe_reader.cc", |
| 277 | "dbus/pipe_reader.h", |
| 278 | "dbus/power_manager_client.cc", |
| 279 | "dbus/power_manager_client.h", |
| 280 | "dbus/power_policy_controller.cc", |
| 281 | "dbus/power_policy_controller.h", |
Tim Zheng | 78822b3e | 2018-01-21 04:48:13 | [diff] [blame] | 282 | "dbus/services/chrome_features_service_provider.cc", |
| 283 | "dbus/services/chrome_features_service_provider.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 284 | "dbus/services/cros_dbus_service.cc", |
| 285 | "dbus/services/cros_dbus_service.h", |
Sam McNally | b53b78e | 2018-05-10 00:47:25 | [diff] [blame] | 286 | "dbus/services/drive_file_stream_service_provider.cc", |
| 287 | "dbus/services/drive_file_stream_service_provider.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 288 | "dbus/services/liveness_service_provider.cc", |
| 289 | "dbus/services/liveness_service_provider.h", |
| 290 | "dbus/services/proxy_resolution_service_provider.cc", |
| 291 | "dbus/services/proxy_resolution_service_provider.h", |
Ryo Hashimoto | 6ff11701 | 2017-09-20 06:55:03 | [diff] [blame] | 292 | "dbus/services/virtual_file_request_service_provider.cc", |
| 293 | "dbus/services/virtual_file_request_service_provider.h", |
Timothy Loh | 71d65441 | 2018-04-04 05:30:05 | [diff] [blame] | 294 | "dbus/services/vm_applications_service_provider.cc", |
| 295 | "dbus/services/vm_applications_service_provider.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 296 | "dbus/session_manager_client.cc", |
| 297 | "dbus/session_manager_client.h", |
| 298 | "dbus/shill_client_helper.cc", |
| 299 | "dbus/shill_client_helper.h", |
| 300 | "dbus/shill_device_client.cc", |
| 301 | "dbus/shill_device_client.h", |
| 302 | "dbus/shill_ipconfig_client.cc", |
| 303 | "dbus/shill_ipconfig_client.h", |
| 304 | "dbus/shill_manager_client.cc", |
| 305 | "dbus/shill_manager_client.h", |
| 306 | "dbus/shill_profile_client.cc", |
| 307 | "dbus/shill_profile_client.h", |
| 308 | "dbus/shill_service_client.cc", |
| 309 | "dbus/shill_service_client.h", |
| 310 | "dbus/shill_third_party_vpn_driver_client.cc", |
| 311 | "dbus/shill_third_party_vpn_driver_client.h", |
Allen Vicencio | 0245710 | 2017-11-28 01:20:20 | [diff] [blame] | 312 | "dbus/smb_provider_client.cc", |
| 313 | "dbus/smb_provider_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 314 | "dbus/sms_client.cc", |
| 315 | "dbus/sms_client.h", |
| 316 | "dbus/system_clock_client.cc", |
| 317 | "dbus/system_clock_client.h", |
| 318 | "dbus/update_engine_client.cc", |
| 319 | "dbus/update_engine_client.h", |
| 320 | "dbus/upstart_client.cc", |
| 321 | "dbus/upstart_client.h", |
Ryo Hashimoto | 44c140b | 2017-09-13 05:10:08 | [diff] [blame] | 322 | "dbus/virtual_file_provider_client.cc", |
| 323 | "dbus/virtual_file_provider_client.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 324 | "dbus/volume_state.cc", |
| 325 | "dbus/volume_state.h", |
| 326 | "disks/disk_mount_manager.cc", |
| 327 | "disks/disk_mount_manager.h", |
| 328 | "disks/suspend_unmount_manager.cc", |
| 329 | "disks/suspend_unmount_manager.h", |
| 330 | "geolocation/geoposition.cc", |
| 331 | "geolocation/geoposition.h", |
| 332 | "geolocation/simple_geolocation_provider.cc", |
| 333 | "geolocation/simple_geolocation_provider.h", |
| 334 | "geolocation/simple_geolocation_request.cc", |
| 335 | "geolocation/simple_geolocation_request.h", |
| 336 | "geolocation/simple_geolocation_request_test_monitor.cc", |
| 337 | "geolocation/simple_geolocation_request_test_monitor.h", |
| 338 | "hugepage_text/hugepage_text.cc", |
| 339 | "hugepage_text/hugepage_text.h", |
| 340 | "login/auth/auth_attempt_state.cc", |
| 341 | "login/auth/auth_attempt_state.h", |
| 342 | "login/auth/auth_attempt_state_resolver.cc", |
| 343 | "login/auth/auth_attempt_state_resolver.h", |
| 344 | "login/auth/auth_status_consumer.cc", |
| 345 | "login/auth/auth_status_consumer.h", |
| 346 | "login/auth/authenticator.cc", |
| 347 | "login/auth/authenticator.h", |
rsorokin | d8c46c1 | 2017-04-11 08:43:19 | [diff] [blame] | 348 | "login/auth/authpolicy_login_helper.cc", |
| 349 | "login/auth/authpolicy_login_helper.h", |
Maksim Ivanov | 266cee1 | 2018-04-11 04:07:31 | [diff] [blame] | 350 | "login/auth/challenge_response_key.cc", |
| 351 | "login/auth/challenge_response_key.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 352 | "login/auth/cryptohome_authenticator.cc", |
| 353 | "login/auth/cryptohome_authenticator.h", |
| 354 | "login/auth/extended_authenticator.cc", |
| 355 | "login/auth/extended_authenticator.h", |
| 356 | "login/auth/extended_authenticator_impl.cc", |
| 357 | "login/auth/extended_authenticator_impl.h", |
| 358 | "login/auth/key.cc", |
| 359 | "login/auth/key.h", |
| 360 | "login/auth/login_performer.cc", |
| 361 | "login/auth/login_performer.h", |
| 362 | "login/auth/stub_authenticator.cc", |
| 363 | "login/auth/stub_authenticator.h", |
| 364 | "login/auth/test_attempt_state.cc", |
| 365 | "login/auth/test_attempt_state.h", |
| 366 | "login/auth/user_context.cc", |
| 367 | "login/auth/user_context.h", |
| 368 | "login/login_state.cc", |
| 369 | "login/login_state.h", |
| 370 | "login_event_recorder.cc", |
| 371 | "login_event_recorder.h", |
| 372 | "network/auto_connect_handler.cc", |
| 373 | "network/auto_connect_handler.h", |
Steven Bennetts | 538486f | 2017-05-18 21:02:04 | [diff] [blame] | 374 | "network/certificate_helper.cc", |
| 375 | "network/certificate_helper.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 376 | "network/certificate_pattern.cc", |
| 377 | "network/certificate_pattern.h", |
| 378 | "network/client_cert_resolver.cc", |
| 379 | "network/client_cert_resolver.h", |
| 380 | "network/client_cert_util.cc", |
| 381 | "network/client_cert_util.h", |
| 382 | "network/device_state.cc", |
| 383 | "network/device_state.h", |
Lily Houghton | 9844d32 | 2018-01-20 05:44:01 | [diff] [blame] | 384 | "network/dhcp_pac_file_fetcher_chromeos.cc", |
| 385 | "network/dhcp_pac_file_fetcher_chromeos.h", |
| 386 | "network/dhcp_pac_file_fetcher_factory_chromeos.cc", |
| 387 | "network/dhcp_pac_file_fetcher_factory_chromeos.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 388 | "network/firewall_hole.cc", |
| 389 | "network/firewall_hole.h", |
| 390 | "network/geolocation_handler.cc", |
| 391 | "network/geolocation_handler.h", |
| 392 | "network/host_resolver_impl_chromeos.cc", |
| 393 | "network/host_resolver_impl_chromeos.h", |
| 394 | "network/managed_network_configuration_handler.cc", |
| 395 | "network/managed_network_configuration_handler.h", |
| 396 | "network/managed_network_configuration_handler_impl.cc", |
| 397 | "network/managed_network_configuration_handler_impl.h", |
| 398 | "network/managed_state.cc", |
| 399 | "network/managed_state.h", |
| 400 | "network/network_activation_handler.cc", |
| 401 | "network/network_activation_handler.h", |
| 402 | "network/network_cert_migrator.cc", |
| 403 | "network/network_cert_migrator.h", |
stevenjb | bbb23b7 | 2017-05-25 23:04:48 | [diff] [blame] | 404 | "network/network_certificate_handler.cc", |
| 405 | "network/network_certificate_handler.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 406 | "network/network_change_notifier_chromeos.cc", |
| 407 | "network/network_change_notifier_chromeos.h", |
| 408 | "network/network_change_notifier_factory_chromeos.cc", |
| 409 | "network/network_change_notifier_factory_chromeos.h", |
| 410 | "network/network_configuration_handler.cc", |
| 411 | "network/network_configuration_handler.h", |
| 412 | "network/network_configuration_observer.h", |
| 413 | "network/network_connect.cc", |
| 414 | "network/network_connect.h", |
| 415 | "network/network_connection_handler.cc", |
| 416 | "network/network_connection_handler.h", |
khorimoto | a2ff3163 | 2017-05-04 01:20:24 | [diff] [blame] | 417 | "network/network_connection_handler_impl.cc", |
| 418 | "network/network_connection_handler_impl.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 419 | "network/network_connection_observer.cc", |
| 420 | "network/network_connection_observer.h", |
| 421 | "network/network_device_handler.cc", |
| 422 | "network/network_device_handler.h", |
| 423 | "network/network_device_handler_impl.cc", |
| 424 | "network/network_device_handler_impl.h", |
| 425 | "network/network_event_log.h", |
| 426 | "network/network_handler.cc", |
| 427 | "network/network_handler.h", |
| 428 | "network/network_handler_callbacks.cc", |
| 429 | "network/network_handler_callbacks.h", |
| 430 | "network/network_ip_config.cc", |
| 431 | "network/network_ip_config.h", |
| 432 | "network/network_profile.cc", |
| 433 | "network/network_profile.h", |
| 434 | "network/network_profile_handler.cc", |
| 435 | "network/network_profile_handler.h", |
| 436 | "network/network_profile_observer.h", |
| 437 | "network/network_sms_handler.cc", |
| 438 | "network/network_sms_handler.h", |
| 439 | "network/network_state.cc", |
| 440 | "network/network_state.h", |
| 441 | "network/network_state_handler.cc", |
| 442 | "network/network_state_handler.h", |
| 443 | "network/network_state_handler_observer.cc", |
| 444 | "network/network_state_handler_observer.h", |
| 445 | "network/network_type_pattern.cc", |
| 446 | "network/network_type_pattern.h", |
| 447 | "network/network_ui_data.cc", |
| 448 | "network/network_ui_data.h", |
| 449 | "network/network_util.cc", |
| 450 | "network/network_util.h", |
| 451 | "network/onc/onc_certificate_importer.h", |
| 452 | "network/onc/onc_certificate_importer_impl.cc", |
| 453 | "network/onc/onc_certificate_importer_impl.h", |
| 454 | "network/onc/onc_mapper.cc", |
| 455 | "network/onc/onc_mapper.h", |
| 456 | "network/onc/onc_merger.cc", |
| 457 | "network/onc/onc_merger.h", |
| 458 | "network/onc/onc_normalizer.cc", |
| 459 | "network/onc/onc_normalizer.h", |
Pavol Marko | a69b546a | 2018-02-06 18:11:57 | [diff] [blame] | 460 | "network/onc/onc_parsed_certificates.cc", |
| 461 | "network/onc/onc_parsed_certificates.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 462 | "network/onc/onc_signature.cc", |
| 463 | "network/onc/onc_signature.h", |
| 464 | "network/onc/onc_translation_tables.cc", |
| 465 | "network/onc/onc_translation_tables.h", |
| 466 | "network/onc/onc_translator.h", |
| 467 | "network/onc/onc_translator_onc_to_shill.cc", |
| 468 | "network/onc/onc_translator_shill_to_onc.cc", |
| 469 | "network/onc/onc_utils.cc", |
| 470 | "network/onc/onc_utils.h", |
| 471 | "network/onc/onc_validator.cc", |
| 472 | "network/onc/onc_validator.h", |
| 473 | "network/policy_applicator.cc", |
| 474 | "network/policy_applicator.h", |
| 475 | "network/policy_util.cc", |
| 476 | "network/policy_util.h", |
| 477 | "network/portal_detector/network_portal_detector.cc", |
| 478 | "network/portal_detector/network_portal_detector.h", |
| 479 | "network/portal_detector/network_portal_detector_strategy.cc", |
| 480 | "network/portal_detector/network_portal_detector_strategy.h", |
| 481 | "network/portal_detector/network_portal_detector_stub.cc", |
| 482 | "network/portal_detector/network_portal_detector_stub.h", |
| 483 | "network/prohibited_technologies_handler.cc", |
| 484 | "network/prohibited_technologies_handler.h", |
| 485 | "network/proxy/proxy_config_handler.cc", |
| 486 | "network/proxy/proxy_config_handler.h", |
| 487 | "network/proxy/proxy_config_service_impl.cc", |
| 488 | "network/proxy/proxy_config_service_impl.h", |
| 489 | "network/proxy/ui_proxy_config.cc", |
| 490 | "network/proxy/ui_proxy_config.h", |
| 491 | "network/proxy/ui_proxy_config_service.cc", |
| 492 | "network/proxy/ui_proxy_config_service.h", |
| 493 | "network/shill_property_handler.cc", |
| 494 | "network/shill_property_handler.h", |
| 495 | "network/shill_property_util.cc", |
| 496 | "network/shill_property_util.h", |
khorimoto | e8e89d5 | 2017-04-19 21:16:04 | [diff] [blame] | 497 | "network/tether_constants.cc", |
| 498 | "network/tether_constants.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 499 | "printing/ppd_cache.cc", |
| 500 | "printing/ppd_cache.h", |
Justin Carlson | 781f77e21 | 2017-11-15 22:32:31 | [diff] [blame] | 501 | "printing/ppd_line_reader.cc", |
| 502 | "printing/ppd_line_reader.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 503 | "printing/ppd_provider.cc", |
| 504 | "printing/ppd_provider.h", |
| 505 | "printing/printer_configuration.cc", |
| 506 | "printing/printer_configuration.h", |
| 507 | "printing/printer_translator.cc", |
| 508 | "printing/printer_translator.h", |
David Valleau | 03e6fa6b | 2018-01-19 02:54:26 | [diff] [blame] | 509 | "printing/uri_components.cc", |
| 510 | "printing/uri_components.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 511 | "process_proxy/process_output_watcher.cc", |
| 512 | "process_proxy/process_output_watcher.h", |
| 513 | "process_proxy/process_proxy.cc", |
| 514 | "process_proxy/process_proxy.h", |
| 515 | "process_proxy/process_proxy_registry.cc", |
| 516 | "process_proxy/process_proxy_registry.h", |
| 517 | "settings/cros_settings_names.cc", |
| 518 | "settings/cros_settings_names.h", |
| 519 | "settings/cros_settings_provider.cc", |
| 520 | "settings/cros_settings_provider.h", |
| 521 | "settings/timezone_settings.cc", |
| 522 | "settings/timezone_settings.h", |
| 523 | "settings/timezone_settings_helper.cc", |
| 524 | "settings/timezone_settings_helper.h", |
sque | a15eba14 | 2017-04-25 15:41:36 | [diff] [blame] | 525 | "system/cpu_temperature_reader.cc", |
| 526 | "system/cpu_temperature_reader.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 527 | "system/devicemode.cc", |
| 528 | "system/devicemode.h", |
| 529 | "system/devicetype.cc", |
| 530 | "system/devicetype.h", |
Pavol Marko | ac1f561 | 2018-05-19 21:44:59 | [diff] [blame] | 531 | "system/factory_ping_embargo_check.cc", |
| 532 | "system/factory_ping_embargo_check.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 533 | |
| 534 | # Used when running mash, both on Linux and on real devices. |
| 535 | "system/fake_statistics_provider.cc", |
| 536 | "system/fake_statistics_provider.h", |
| 537 | "system/name_value_pairs_parser.cc", |
| 538 | "system/name_value_pairs_parser.h", |
| 539 | "system/statistics_provider.cc", |
| 540 | "system/statistics_provider.h", |
| 541 | "system/version_loader.cc", |
| 542 | "system/version_loader.h", |
| 543 | "timezone/timezone_provider.cc", |
| 544 | "timezone/timezone_provider.h", |
| 545 | "timezone/timezone_request.cc", |
| 546 | "timezone/timezone_request.h", |
| 547 | "timezone/timezone_resolver.cc", |
| 548 | "timezone/timezone_resolver.h", |
Lutz Justen | 09c943a | 2018-04-13 01:49:19 | [diff] [blame] | 549 | "tools/variable_expander.cc", |
| 550 | "tools/variable_expander.h", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 551 | "tpm/tpm_password_fetcher.cc", |
| 552 | "tpm/tpm_password_fetcher.h", |
| 553 | "tpm/tpm_token_info_getter.cc", |
| 554 | "tpm/tpm_token_info_getter.h", |
| 555 | "tpm/tpm_token_loader.cc", |
| 556 | "tpm/tpm_token_loader.h", |
| 557 | ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 558 | defines = [ "CHROMEOS_IMPLEMENTATION" ] |
agrieve | c50a654 | 2016-06-09 03:44:09 | [diff] [blame] | 559 | if (current_cpu == "arm" || current_cpu == "x86") { |
hashimoto | c5ffb8b | 2016-03-09 03:19:31 | [diff] [blame] | 560 | defines += [ "BINDER_IPC_32BIT" ] |
hashimoto | aa1465a | 2015-12-11 06:19:59 | [diff] [blame] | 561 | } |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 562 | } |
| 563 | |
teravest | 822d58e6 | 2017-03-20 16:31:58 | [diff] [blame] | 564 | copy("dbus_service_files") { |
| 565 | sources = [ |
Tim Zheng | 78822b3e | 2018-01-21 04:48:13 | [diff] [blame] | 566 | "dbus/services/org.chromium.ChromeFeaturesService.conf", |
Lann Martin | 7f6f2893 | 2017-07-26 15:35:00 | [diff] [blame] | 567 | "dbus/services/org.chromium.DisplayService.conf", |
Sam McNally | b53b78e | 2018-05-10 00:47:25 | [diff] [blame] | 568 | "dbus/services/org.chromium.DriveFileStreamService.conf", |
teravest | 6e2e7874 | 2017-04-06 22:30:25 | [diff] [blame] | 569 | "dbus/services/org.chromium.KioskAppService.conf", |
teravest | 822d58e6 | 2017-03-20 16:31:58 | [diff] [blame] | 570 | "dbus/services/org.chromium.LivenessService.conf", |
derat | 34a13657 | 2017-03-30 03:29:20 | [diff] [blame] | 571 | "dbus/services/org.chromium.NetworkProxyService.conf", |
Ryo Hashimoto | 6ff11701 | 2017-09-20 06:55:03 | [diff] [blame] | 572 | "dbus/services/org.chromium.VirtualFileRequestService.conf", |
Timothy Loh | 71d65441 | 2018-04-04 05:30:05 | [diff] [blame] | 573 | "dbus/services/org.chromium.VmApplicationsService.conf", |
teravest | 822d58e6 | 2017-03-20 16:31:58 | [diff] [blame] | 574 | ] |
| 575 | outputs = [ |
| 576 | "$root_out_dir/dbus/{{source_file_part}}", |
| 577 | ] |
| 578 | } |
| 579 | |
skau | 65455b5a0 | 2016-08-03 20:16:38 | [diff] [blame] | 580 | # This must be a static library instead of a source set because some of the |
brettw | c4e6a0f | 2015-08-27 18:28:32 | [diff] [blame] | 581 | # files pull in things with dependencies that aren't linked in all cases. |
| 582 | # |
| 583 | # TODO this should probably be changed such that it links in all cases and |
| 584 | # can be converted to a source set. |
Brett Wilson | 16eb70c | 2015-08-22 21:08:09 | [diff] [blame] | 585 | static_library("test_support") { |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 586 | testonly = true |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 587 | configs += [ "//build/config/linux/dbus" ] |
Brett Wilson | 817fec0 | 2015-08-22 20:36:49 | [diff] [blame] | 588 | public_deps = [ |
drcrash | 7da3d8b | 2016-09-09 05:39:53 | [diff] [blame] | 589 | ":attestation_proto", |
xiaoyinh | 58676cf | 2017-05-08 20:21:31 | [diff] [blame] | 590 | ":biod_proto", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 591 | ":chromeos", |
| 592 | ":cryptohome_proto", |
| 593 | ":power_manager_proto", |
oshima | 3f959fa8 | 2016-05-02 18:42:57 | [diff] [blame] | 594 | ] |
| 595 | deps = [ |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 596 | ":test_support_without_gmock", |
Alexander Alekseev | 3f09a8f | 2018-05-03 02:52:10 | [diff] [blame] | 597 | "//components/account_id", |
oshima | 3f959fa8 | 2016-05-02 18:42:57 | [diff] [blame] | 598 | "//dbus:test_support", |
| 599 | "//google_apis", |
| 600 | "//net:test_support", |
Luum Habtemariam | b30c811 | 2018-06-25 21:51:22 | [diff] [blame] | 601 | "//services/network:test_support", |
Brett Wilson | 817fec0 | 2015-08-22 20:36:49 | [diff] [blame] | 602 | "//testing/gmock", |
oshima | 3f959fa8 | 2016-05-02 18:42:57 | [diff] [blame] | 603 | "//testing/gtest", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 604 | ] |
| 605 | sources = [ |
| 606 | "attestation/mock_attestation_flow.cc", |
| 607 | "attestation/mock_attestation_flow.h", |
| 608 | "chromeos_test_utils.cc", |
| 609 | "chromeos_test_utils.h", |
| 610 | "cryptohome/mock_async_method_caller.cc", |
| 611 | "cryptohome/mock_async_method_caller.h", |
| 612 | "cryptohome/mock_homedir_methods.cc", |
| 613 | "cryptohome/mock_homedir_methods.h", |
sammiequon | b6dc62f5 | 2017-04-12 04:11:21 | [diff] [blame] | 614 | "dbus/biod/test_utils.cc", |
| 615 | "dbus/biod/test_utils.h", |
hashimoto | 1472afe | 2014-11-18 06:18:40 | [diff] [blame] | 616 | "dbus/services/service_provider_test_helper.cc", |
| 617 | "dbus/services/service_provider_test_helper.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 618 | "disks/mock_disk_mount_manager.cc", |
| 619 | "disks/mock_disk_mount_manager.h", |
brettw | 6c1a772 | 2015-01-06 08:34:24 | [diff] [blame] | 620 | "login/auth/fake_extended_authenticator.cc", |
| 621 | "login/auth/fake_extended_authenticator.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 622 | "login/auth/mock_auth_attempt_state_resolver.cc", |
| 623 | "login/auth/mock_auth_attempt_state_resolver.h", |
| 624 | "login/auth/mock_auth_status_consumer.cc", |
| 625 | "login/auth/mock_auth_status_consumer.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 626 | "login/auth/mock_url_fetchers.cc", |
| 627 | "login/auth/mock_url_fetchers.h", |
isandrk | 1296202 | 2017-05-04 15:27:33 | [diff] [blame] | 628 | "login/scoped_test_public_session_login_state.cc", |
| 629 | "login/scoped_test_public_session_login_state.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 630 | "network/fake_network_device_handler.cc", |
| 631 | "network/fake_network_device_handler.h", |
| 632 | "network/mock_managed_network_configuration_handler.cc", |
| 633 | "network/mock_managed_network_configuration_handler.h", |
malaykeshav | 77a1ea0 | 2016-04-21 18:55:50 | [diff] [blame] | 634 | "network/mock_network_device_handler.cc", |
| 635 | "network/mock_network_device_handler.h", |
khorimoto | 6c378ee | 2017-03-30 23:57:47 | [diff] [blame] | 636 | "network/network_state_test.cc", |
| 637 | "network/network_state_test.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 638 | "network/onc/onc_test_utils.cc", |
| 639 | "network/onc/onc_test_utils.h", |
kumarniranjan | f097331 | 2017-05-20 00:00:34 | [diff] [blame] | 640 | "network/portal_detector/mock_network_portal_detector.cc", |
| 641 | "network/portal_detector/mock_network_portal_detector.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 642 | ] |
| 643 | } |
| 644 | |
| 645 | static_library("test_support_without_gmock") { |
| 646 | testonly = true |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 647 | configs += [ "//build/config/linux/dbus" ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 648 | deps = [ |
drcrash | 7da3d8b | 2016-09-09 05:39:53 | [diff] [blame] | 649 | ":attestation_proto", |
xiaoyinh | 58676cf | 2017-05-08 20:21:31 | [diff] [blame] | 650 | ":biod_proto", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 651 | ":chromeos", |
| 652 | ":cryptohome_proto", |
khmel | 71bd29c | 2018-01-17 19:29:35 | [diff] [blame] | 653 | ":login_manager_proto", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 654 | ":power_manager_proto", |
emaxx | 8aaab6c | 2017-03-07 14:57:33 | [diff] [blame] | 655 | "//components/policy/proto", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 656 | "//crypto", |
Sam McNally | f073a6f6 | 2018-06-13 02:17:24 | [diff] [blame] | 657 | "//url", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 658 | ] |
| 659 | sources = [ |
| 660 | "dbus/fake_cros_disks_client.cc", |
| 661 | "dbus/fake_cros_disks_client.h", |
Qijiang Fan | 0f3005f | 2018-01-24 08:53:49 | [diff] [blame] | 662 | |
| 663 | # TODO(crbug.com/799071) remove fake_session_manager_client and fix build rules. |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 664 | "dbus/fake_session_manager_client.cc", |
| 665 | "dbus/fake_session_manager_client.h", |
| 666 | "dbus/fake_shill_manager_client.cc", |
| 667 | "dbus/fake_shill_manager_client.h", |
| 668 | "dbus/fake_update_engine_client.cc", |
| 669 | "dbus/fake_update_engine_client.h", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 670 | ] |
| 671 | } |
| 672 | |
| 673 | test("chromeos_unittests") { |
| 674 | configs += [ |
agrieve | 95ba444 | 2016-04-25 15:47:13 | [diff] [blame] | 675 | "//build/config/linux/dbus", |
svaldez | 2135be5 | 2016-04-20 16:34:53 | [diff] [blame] | 676 | "//third_party/nss:system_nss_no_ssl_config", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 677 | ] |
| 678 | deps = [ |
drcrash | 7da3d8b | 2016-09-09 05:39:53 | [diff] [blame] | 679 | ":attestation_proto", |
Roman Sorokin | 63c0c216 | 2017-11-28 09:43:04 | [diff] [blame] | 680 | ":authpolicy_proto", |
xiaoyinh | 58676cf | 2017-05-08 20:21:31 | [diff] [blame] | 681 | ":biod_proto", |
agrieve | d7a71c88 | 2015-11-20 19:53:28 | [diff] [blame] | 682 | ":cryptohome_proto", |
| 683 | ":power_manager_proto", |
| 684 | ":test_support", |
Roman Sorokin | 94a94e3 | 2017-11-29 13:11:21 | [diff] [blame] | 685 | ":test_support_without_gmock", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 686 | "//base/test:test_support", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 687 | "//chromeos/services:unit_tests", |
Alexander Alekseev | 3f09a8f | 2018-05-03 02:52:10 | [diff] [blame] | 688 | "//components/account_id", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 689 | "//components/onc", |
brettw | 9f7802a2 | 2016-01-30 06:40:17 | [diff] [blame] | 690 | "//components/prefs:test_support", |
stevenjb | 8336888 | 2015-07-10 20:51:45 | [diff] [blame] | 691 | "//components/proxy_config", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 692 | "//crypto", |
| 693 | "//crypto:test_support", |
| 694 | "//dbus:test_support", |
| 695 | "//google_apis", |
jennyz | fbaa3e6 | 2017-03-06 20:14:02 | [diff] [blame] | 696 | "//media/base:video_facing", |
Ken Rockot | f03d97c95 | 2018-07-04 22:08:10 | [diff] [blame] | 697 | "//mojo/core/embedder", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 698 | "//net", |
| 699 | "//net:test_support", |
Luum Habtemariam | b30c811 | 2018-06-25 21:51:22 | [diff] [blame] | 700 | "//services/network:test_support", |
Jay Civelli | 1ba11572 | 2018-07-16 17:41:01 | [diff] [blame^] | 701 | "//services/network/public/cpp", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 702 | "//testing/gmock", |
| 703 | "//testing/gtest", |
jshin | 77e507b | 2015-04-24 01:13:15 | [diff] [blame] | 704 | "//third_party/icu", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 705 | "//url", |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 706 | ] |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 707 | sources = [ |
Kush Sinha | 719fb1b | 2018-03-19 19:29:58 | [diff] [blame] | 708 | "account_manager/account_manager_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 709 | "app_mode/kiosk_oem_manifest_parser_unittest.cc", |
| 710 | "attestation/attestation_flow_unittest.cc", |
| 711 | "audio/audio_devices_pref_handler_impl_unittest.cc", |
| 712 | "audio/cras_audio_handler_unittest.cc", |
| 713 | "cert_loader_unittest.cc", |
Maajid | 1a0654a | 2018-01-23 07:49:49 | [diff] [blame] | 714 | "cryptohome/cryptohome_util_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 715 | "cryptohome/system_salt_getter_unittest.cc", |
sammiequon | 0958b7f | 2017-04-03 19:24:21 | [diff] [blame] | 716 | "dbus/biod/biod_client_unittest.cc", |
sammiequon | b6dc62f5 | 2017-04-12 04:11:21 | [diff] [blame] | 717 | "dbus/biod/fake_biod_client_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 718 | "dbus/blocking_method_caller_unittest.cc", |
Felix Ekblom | 72e8e96 | 2018-05-11 07:16:20 | [diff] [blame] | 719 | "dbus/cec_service_client_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 720 | "dbus/cras_audio_client_unittest.cc", |
| 721 | "dbus/cros_disks_client_unittest.cc", |
| 722 | "dbus/dbus_thread_manager_unittest.cc", |
| 723 | "dbus/fake_auth_policy_client_unittest.cc", |
| 724 | "dbus/fake_cryptohome_client_unittest.cc", |
| 725 | "dbus/fake_easy_unlock_client_unittest.cc", |
| 726 | "dbus/fake_power_manager_client_unittest.cc", |
| 727 | "dbus/gsm_sms_client_unittest.cc", |
| 728 | "dbus/modem_messaging_client_unittest.cc", |
Hidehiko Abe | 1ac7aa2 | 2017-10-30 20:35:19 | [diff] [blame] | 729 | "dbus/pipe_reader_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 730 | "dbus/power_manager_client_unittest.cc", |
| 731 | "dbus/power_policy_controller_unittest.cc", |
| 732 | "dbus/services/cros_dbus_service_unittest.cc", |
| 733 | "dbus/services/proxy_resolution_service_provider_unittest.cc", |
| 734 | "dbus/shill_client_unittest_base.cc", |
| 735 | "dbus/shill_client_unittest_base.h", |
| 736 | "dbus/shill_device_client_unittest.cc", |
| 737 | "dbus/shill_ipconfig_client_unittest.cc", |
| 738 | "dbus/shill_manager_client_unittest.cc", |
| 739 | "dbus/shill_profile_client_unittest.cc", |
| 740 | "dbus/shill_service_client_unittest.cc", |
| 741 | "dbus/shill_third_party_vpn_driver_client_unittest.cc", |
| 742 | "disks/disk_mount_manager_unittest.cc", |
| 743 | "disks/suspend_unmount_manager_unittest.cc", |
| 744 | "geolocation/simple_geolocation_unittest.cc", |
Roman Sorokin | 94a94e3 | 2017-11-29 13:11:21 | [diff] [blame] | 745 | "login/auth/authpolicy_login_helper_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 746 | "login/auth/key_unittest.cc", |
| 747 | "login/login_state_unittest.cc", |
| 748 | "network/auto_connect_handler_unittest.cc", |
Steven Bennetts | 538486f | 2017-05-18 21:02:04 | [diff] [blame] | 749 | "network/certificate_helper_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 750 | "network/client_cert_resolver_unittest.cc", |
| 751 | "network/firewall_hole_unittest.cc", |
| 752 | "network/geolocation_handler_unittest.cc", |
| 753 | "network/host_resolver_impl_chromeos_unittest.cc", |
| 754 | "network/managed_network_configuration_handler_unittest.cc", |
| 755 | "network/network_cert_migrator_unittest.cc", |
| 756 | "network/network_change_notifier_chromeos_unittest.cc", |
| 757 | "network/network_configuration_handler_unittest.cc", |
| 758 | "network/network_connect_unittest.cc", |
khorimoto | a2ff3163 | 2017-05-04 01:20:24 | [diff] [blame] | 759 | "network/network_connection_handler_impl_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 760 | "network/network_device_handler_unittest.cc", |
| 761 | "network/network_sms_handler_unittest.cc", |
| 762 | "network/network_state_handler_unittest.cc", |
| 763 | "network/network_state_unittest.cc", |
| 764 | "network/network_type_pattern_unittest.cc", |
| 765 | "network/network_ui_data_unittest.cc", |
| 766 | "network/network_util_unittest.cc", |
| 767 | "network/onc/onc_certificate_importer_impl_unittest.cc", |
| 768 | "network/onc/onc_merger_unittest.cc", |
| 769 | "network/onc/onc_normalizer_unittest.cc", |
Pavol Marko | a69b546a | 2018-02-06 18:11:57 | [diff] [blame] | 770 | "network/onc/onc_parsed_certificates_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 771 | "network/onc/onc_translator_unittest.cc", |
| 772 | "network/onc/onc_utils_unittest.cc", |
| 773 | "network/onc/onc_validator_unittest.cc", |
| 774 | "network/prohibited_technologies_handler_unittest.cc", |
mmenke | 29e5a5d | 2017-06-21 21:35:37 | [diff] [blame] | 775 | "network/proxy/proxy_config_service_impl_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 776 | "network/shill_property_handler_unittest.cc", |
| 777 | "printing/ppd_cache_unittest.cc", |
Justin Carlson | 781f77e21 | 2017-11-15 22:32:31 | [diff] [blame] | 778 | "printing/ppd_line_reader_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 779 | "printing/ppd_provider_unittest.cc", |
Sean Kau | ff2bbe7 | 2018-05-23 01:05:02 | [diff] [blame] | 780 | "printing/printer_configuration_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 781 | "printing/printer_translator_unittest.cc", |
| 782 | "process_proxy/process_output_watcher_unittest.cc", |
| 783 | "process_proxy/process_proxy_unittest.cc", |
Kyle Horimoto | 940d7df | 2018-03-17 01:00:23 | [diff] [blame] | 784 | "run_all_unittests.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 785 | "settings/timezone_settings_unittest.cc", |
sque | a15eba14 | 2017-04-25 15:41:36 | [diff] [blame] | 786 | "system/cpu_temperature_reader_unittest.cc", |
Pavol Marko | ac1f561 | 2018-05-19 21:44:59 | [diff] [blame] | 787 | "system/factory_ping_embargo_check_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 788 | "system/name_value_pairs_parser_unittest.cc", |
| 789 | "system/version_loader_unittest.cc", |
| 790 | "timezone/timezone_unittest.cc", |
Lutz Justen | 09c943a | 2018-04-13 01:49:19 | [diff] [blame] | 791 | "tools/variable_expander_unittest.cc", |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 792 | "tpm/tpm_token_info_getter_unittest.cc", |
| 793 | ] |
hashimoto | aa1465a | 2015-12-11 06:19:59 | [diff] [blame] | 794 | if (use_binder) { |
agrieve | c50a654 | 2016-06-09 03:44:09 | [diff] [blame] | 795 | if (current_cpu == "arm" || current_cpu == "x86") { |
hashimoto | aa1465a | 2015-12-11 06:19:59 | [diff] [blame] | 796 | defines += [ "BINDER_IPC_32BIT" ] |
| 797 | } |
teravest | 54ee225 | 2017-03-17 14:18:16 | [diff] [blame] | 798 | sources += [ |
| 799 | "binder/buffer_reader_unittest.cc", |
| 800 | "binder/command_broker_unittest.cc", |
| 801 | "binder/command_stream_unittest.cc", |
| 802 | "binder/driver_unittest.cc", |
| 803 | "binder/end_to_end_unittest.cc", |
| 804 | "binder/service_manager_proxy_unittest.cc", |
| 805 | "binder/test_service.cc", |
| 806 | "binder/test_service.h", |
| 807 | "binder/transaction_data_read_write_unittest.cc", |
| 808 | ] |
hashimoto | aa1465a | 2015-12-11 06:19:59 | [diff] [blame] | 809 | } |
dpranke | 94c6fb2 | 2016-06-10 01:55:08 | [diff] [blame] | 810 | |
| 811 | data = [ |
| 812 | "test/data/", |
dpranke | 94c6fb2 | 2016-06-10 01:55:08 | [diff] [blame] | 813 | ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 814 | } |
| 815 | |
Ben Pastene | c1543c2 | 2018-05-04 23:39:43 | [diff] [blame] | 816 | if (cros_board != "") { |
| 817 | generate_vm_runner_script("cros_vm_launcher") { |
| 818 | generated_script = "$root_build_dir/bin/launch_cros_vm" |
| 819 | } |
Ben Pastene | 9ec70f9 | 2018-05-14 21:09:22 | [diff] [blame] | 820 | |
| 821 | # The sanity test's actual binary is baked into the vm image. All we need to |
| 822 | # do is build the test wrapper and build our own browser to push to the VM |
| 823 | # before testing it. |
| 824 | generate_vm_runner_script("cros_vm_sanity_test_wrapper") { |
| 825 | test_exe = "$root_out_dir/cros_vm_sanity_test" |
| 826 | generated_script = "$root_build_dir/bin/run_cros_vm_sanity_test" |
| 827 | |
| 828 | # The sanity test needs to strip down Chrome and its deps to fit it into |
| 829 | # the VM. It does so by using binutils in the toolchain. So signal that we |
| 830 | # need the toolchain in the data. |
| 831 | need_toolchain = true |
| 832 | } |
| 833 | group("cros_vm_sanity_test") { |
| 834 | testonly = true |
| 835 | write_runtime_deps = "$root_out_dir/cros_vm_sanity_test.runtime_deps" |
| 836 | data_deps = [ |
| 837 | "//:chromiumos_preflight", # Builds the browser. |
| 838 | ":cros_vm_sanity_test_wrapper", # Builds the test wrapper. |
| 839 | ] |
Ben Pastene | 9ec70f9 | 2018-05-14 21:09:22 | [diff] [blame] | 840 | } |
Ben Pastene | c60bf502 | 2018-05-04 01:10:33 | [diff] [blame] | 841 | } |
| 842 | |
Lutz Justen | 09c943a | 2018-04-13 01:49:19 | [diff] [blame] | 843 | fuzzer_test("variable_expander_fuzzer") { |
| 844 | sources = [ |
| 845 | "tools/variable_expander_fuzzer.cc", |
| 846 | ] |
| 847 | seed_corpus = "//chromeos/test/data/variable_expander/fuzzer_corpus" |
| 848 | dict = "//chromeos/test/data/variable_expander/fuzzer.dict" |
| 849 | deps = [ |
| 850 | ":chromeos", |
| 851 | "//base/test:test_support", |
| 852 | ] |
| 853 | } |
| 854 | |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 855 | proto_library("power_manager_proto") { |
| 856 | sources = [ |
Daniel Erat | 0f6c624 | 2018-03-09 18:24:14 | [diff] [blame] | 857 | "//third_party/cros_system_api/dbus/power_manager/backlight.proto", |
Daniel Erat | 05f8e5c | 2017-10-30 22:41:45 | [diff] [blame] | 858 | "//third_party/cros_system_api/dbus/power_manager/idle.proto", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 859 | "//third_party/cros_system_api/dbus/power_manager/input_event.proto", |
| 860 | "//third_party/cros_system_api/dbus/power_manager/peripheral_battery_status.proto", |
| 861 | "//third_party/cros_system_api/dbus/power_manager/policy.proto", |
| 862 | "//third_party/cros_system_api/dbus/power_manager/power_supply_properties.proto", |
| 863 | "//third_party/cros_system_api/dbus/power_manager/suspend.proto", |
derat | 08e333d | 2017-03-21 21:51:22 | [diff] [blame] | 864 | "//third_party/cros_system_api/dbus/power_manager/switch_states.proto", |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 865 | ] |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 866 | |
| 867 | proto_out_dir = "chromeos/dbus/power_manager" |
| 868 | } |
| 869 | |
| 870 | proto_library("cryptohome_proto") { |
| 871 | sources = [ |
| 872 | "//third_party/cros_system_api/dbus/cryptohome/key.proto", |
| 873 | "//third_party/cros_system_api/dbus/cryptohome/rpc.proto", |
| 874 | ] |
| 875 | |
| 876 | proto_out_dir = "chromeos/dbus/cryptohome" |
| 877 | } |
| 878 | |
xiaohuic | 2f57e3f7 | 2017-05-31 01:29:53 | [diff] [blame] | 879 | proto_library("login_manager_proto") { |
| 880 | sources = [ |
| 881 | "//third_party/cros_system_api/dbus/login_manager/arc.proto", |
Lutz Justen | 8dfd597 | 2017-11-07 10:26:26 | [diff] [blame] | 882 | "//third_party/cros_system_api/dbus/login_manager/policy_descriptor.proto", |
xiaohuic | 2f57e3f7 | 2017-05-31 01:29:53 | [diff] [blame] | 883 | ] |
| 884 | |
| 885 | proto_out_dir = "chromeos/dbus/login_manager" |
| 886 | } |
| 887 | |
drcrash | 7da3d8b | 2016-09-09 05:39:53 | [diff] [blame] | 888 | proto_library("attestation_proto") { |
| 889 | sources = [ |
| 890 | "dbus/proto/attestation.proto", |
| 891 | ] |
| 892 | |
| 893 | proto_out_dir = "chromeos/attestation" |
| 894 | } |
| 895 | |
mukai | 6ba7355 | 2014-10-09 19:05:17 | [diff] [blame] | 896 | proto_library("cryptohome_signkey_proto") { |
| 897 | sources = [ |
| 898 | "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto", |
| 899 | ] |
| 900 | |
mukai | 4e5b67db | 2014-10-10 21:08:23 | [diff] [blame] | 901 | proto_out_dir = "chromeos/cryptohome" |
[email protected] | 743530f | 2014-06-12 19:38:50 | [diff] [blame] | 902 | } |
rsorokin | fc75ccee | 2017-02-10 13:16:43 | [diff] [blame] | 903 | |
| 904 | proto_library("authpolicy_proto") { |
| 905 | sources = [ |
rsorokin | 01014b7 | 2017-04-28 12:26:29 | [diff] [blame] | 906 | "//third_party/cros_system_api/dbus/authpolicy/active_directory_info.proto", |
rsorokin | fc75ccee | 2017-02-10 13:16:43 | [diff] [blame] | 907 | ] |
| 908 | |
| 909 | proto_out_dir = "chromeos/dbus/authpolicy" |
| 910 | } |
xiaoyinh | 58676cf | 2017-05-08 20:21:31 | [diff] [blame] | 911 | |
| 912 | proto_library("biod_proto") { |
| 913 | sources = [ |
| 914 | "//third_party/cros_system_api/dbus/biod/constants.proto", |
| 915 | "//third_party/cros_system_api/dbus/biod/messages.proto", |
| 916 | ] |
| 917 | |
| 918 | proto_out_dir = "chromeos/dbus/biod" |
| 919 | } |
lasoren | f933419f | 2017-05-15 19:37:45 | [diff] [blame] | 920 | |
| 921 | proto_library("media_perception_proto") { |
| 922 | sources = [ |
| 923 | "dbus/proto/media_perception.proto", |
| 924 | ] |
| 925 | |
| 926 | proto_out_dir = "chromeos/media_perception" |
| 927 | } |
Allen Vicencio | 0245710 | 2017-11-28 01:20:20 | [diff] [blame] | 928 | |
| 929 | proto_library("smbprovider_proto") { |
| 930 | sources = [ |
| 931 | "//third_party/cros_system_api/dbus/smbprovider/directory_entry.proto", |
| 932 | ] |
| 933 | |
| 934 | proto_out_dir = "chromeos/dbus/smbprovider" |
| 935 | } |
Kush Sinha | 719fb1b | 2018-03-19 19:29:58 | [diff] [blame] | 936 | |
| 937 | proto_library("account_manager_proto") { |
| 938 | sources = [ |
| 939 | "account_manager/tokens.proto", |
| 940 | ] |
| 941 | |
| 942 | proto_out_dir = "chromeos/account_manager" |
| 943 | } |
Renee Wright | 0e1449f | 2018-03-28 00:21:40 | [diff] [blame] | 944 | |
Jeffrey Kardatzke | a3f86c4c | 2018-05-31 18:34:07 | [diff] [blame] | 945 | proto_library("cicerone_proto") { |
| 946 | sources = [ |
| 947 | "//third_party/cros_system_api/dbus/vm_cicerone/cicerone_service.proto", |
| 948 | ] |
| 949 | |
| 950 | proto_out_dir = "chromeos/dbus/cicerone" |
| 951 | } |
| 952 | |
Renee Wright | 0e1449f | 2018-03-28 00:21:40 | [diff] [blame] | 953 | proto_library("concierge_proto") { |
| 954 | sources = [ |
| 955 | "//third_party/cros_system_api/dbus/vm_concierge/service.proto", |
| 956 | ] |
| 957 | |
| 958 | proto_out_dir = "chromeos/dbus/concierge" |
| 959 | } |
Timothy Loh | 71d65441 | 2018-04-04 05:30:05 | [diff] [blame] | 960 | |
| 961 | proto_library("vm_applications_apps_proto") { |
| 962 | sources = [ |
| 963 | "//third_party/cros_system_api/dbus/vm_applications/apps.proto", |
| 964 | ] |
| 965 | |
| 966 | proto_out_dir = "chromeos/dbus/vm_applications" |
| 967 | } |