OLD | NEW |
| (Empty) |
1 # Copyright (c) 2012 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 | |
5 { | |
6 'variables': { | |
7 'chromium_code': 1, | |
8 # These files lists are shared with the GN build. | |
9 'chromeos_sources': [ | |
10 'accelerometer/accelerometer_reader.cc', | |
11 'accelerometer/accelerometer_reader.h', | |
12 'accelerometer/accelerometer_types.cc', | |
13 'accelerometer/accelerometer_types.h', | |
14 'app_mode/kiosk_oem_manifest_parser.cc', | |
15 'app_mode/kiosk_oem_manifest_parser.h', | |
16 'attestation/attestation_constants.cc', | |
17 'attestation/attestation_constants.h', | |
18 'attestation/attestation_flow.cc', | |
19 'attestation/attestation_flow.h', | |
20 'audio/audio_a11y_controller.cc', | |
21 'audio/audio_a11y_controller.h', | |
22 'audio/audio_device.cc', | |
23 'audio/audio_device.h', | |
24 'audio/audio_devices_pref_handler.h', | |
25 'audio/audio_devices_pref_handler_impl.cc', | |
26 'audio/audio_devices_pref_handler_impl.h', | |
27 'audio/audio_devices_pref_handler_stub.cc', | |
28 'audio/audio_devices_pref_handler_stub.h', | |
29 'audio/audio_pref_observer.h', | |
30 'audio/chromeos_sounds.h', | |
31 'audio/cras_audio_handler.cc', | |
32 'audio/cras_audio_handler.h', | |
33 'binder/buffer_reader.cc', | |
34 'binder/buffer_reader.h', | |
35 'binder/command_broker.cc', | |
36 'binder/command_broker.h', | |
37 'binder/command_stream.cc', | |
38 'binder/command_stream.h', | |
39 'binder/constants.h', | |
40 'binder/driver.cc', | |
41 'binder/driver.h', | |
42 'binder/ipc_thread.cc', | |
43 'binder/ipc_thread.h', | |
44 'binder/local_object.cc', | |
45 'binder/local_object.h', | |
46 'binder/object.h', | |
47 'binder/remote_object.cc', | |
48 'binder/remote_object.h', | |
49 'binder/service_manager_proxy.cc', | |
50 'binder/service_manager_proxy.h', | |
51 'binder/status.h', | |
52 'binder/transaction_data.h', | |
53 'binder/transaction_data_from_driver.cc', | |
54 'binder/transaction_data_from_driver.h', | |
55 'binder/transaction_data_reader.cc', | |
56 'binder/transaction_data_reader.h', | |
57 'binder/transaction_status.cc', | |
58 'binder/transaction_status.h', | |
59 'binder/util.cc', | |
60 'binder/util.h', | |
61 'binder/writable_transaction_data.cc', | |
62 'binder/writable_transaction_data.h', | |
63 'cert_loader.cc', | |
64 'cert_loader.h', | |
65 'chromeos_constants.cc', | |
66 'chromeos_constants.h', | |
67 'chromeos_export.h', | |
68 'chromeos_paths.cc', | |
69 'chromeos_paths.h', | |
70 'chromeos_pref_names.cc', | |
71 'chromeos_pref_names.h', | |
72 'chromeos_switches.cc', | |
73 'chromeos_switches.h', | |
74 'cryptohome/async_method_caller.cc', | |
75 'cryptohome/async_method_caller.h', | |
76 'cryptohome/cryptohome_parameters.cc', | |
77 'cryptohome/cryptohome_parameters.h', | |
78 'cryptohome/cryptohome_util.cc', | |
79 'cryptohome/cryptohome_util.h', | |
80 'cryptohome/homedir_methods.cc', | |
81 'cryptohome/homedir_methods.h', | |
82 'cryptohome/system_salt_getter.cc', | |
83 'cryptohome/system_salt_getter.h', | |
84 'dbus/arc_obb_mounter_client.cc', | |
85 'dbus/arc_obb_mounter_client.h', | |
86 'dbus/audio_node.cc', | |
87 'dbus/audio_node.h', | |
88 'dbus/auth_policy_client.cc', | |
89 'dbus/auth_policy_client.h', | |
90 'dbus/blocking_method_caller.cc', | |
91 'dbus/blocking_method_caller.h', | |
92 'dbus/cras_audio_client.cc', | |
93 'dbus/cras_audio_client.h', | |
94 'dbus/cros_disks_client.cc', | |
95 'dbus/cros_disks_client.h', | |
96 'dbus/cryptohome_client.cc', | |
97 'dbus/cryptohome_client.h', | |
98 'dbus/dbus_client_implementation_type.h', | |
99 'dbus/dbus_clients_browser.cc', | |
100 'dbus/dbus_clients_browser.h', | |
101 'dbus/dbus_clients_common.cc', | |
102 'dbus/dbus_clients_common.h', | |
103 'dbus/dbus_method_call_status.cc', | |
104 'dbus/dbus_method_call_status.h', | |
105 'dbus/dbus_thread_manager.cc', | |
106 'dbus/dbus_thread_manager.h', | |
107 'dbus/debug_daemon_client.cc', | |
108 'dbus/debug_daemon_client.h', | |
109 'dbus/easy_unlock_client.cc', | |
110 'dbus/easy_unlock_client.h', | |
111 'dbus/fake_arc_obb_mounter_client.cc', | |
112 'dbus/fake_arc_obb_mounter_client.h', | |
113 'dbus/fake_auth_policy_client.cc', | |
114 'dbus/fake_auth_policy_client.h', | |
115 'dbus/fake_cras_audio_client.cc', | |
116 'dbus/fake_cras_audio_client.h', | |
117 'dbus/fake_cros_disks_client.cc', | |
118 'dbus/fake_cros_disks_client.h', | |
119 'dbus/fake_cryptohome_client.cc', | |
120 'dbus/fake_cryptohome_client.h', | |
121 'dbus/fake_debug_daemon_client.cc', | |
122 'dbus/fake_debug_daemon_client.h', | |
123 'dbus/fake_easy_unlock_client.cc', | |
124 'dbus/fake_easy_unlock_client.h', | |
125 'dbus/fake_gsm_sms_client.cc', | |
126 'dbus/fake_gsm_sms_client.h', | |
127 'dbus/fake_image_burner_client.cc', | |
128 'dbus/fake_image_burner_client.h', | |
129 'dbus/fake_image_loader_client.cc', | |
130 'dbus/fake_image_loader_client.h', | |
131 'dbus/fake_lorgnette_manager_client.cc', | |
132 'dbus/fake_lorgnette_manager_client.h', | |
133 'dbus/fake_modem_messaging_client.cc', | |
134 'dbus/fake_modem_messaging_client.h', | |
135 'dbus/fake_permission_broker_client.cc', | |
136 'dbus/fake_permission_broker_client.h', | |
137 'dbus/fake_power_manager_client.cc', | |
138 'dbus/fake_power_manager_client.h', | |
139 'dbus/fake_shill_device_client.cc', | |
140 'dbus/fake_shill_device_client.h', | |
141 'dbus/fake_shill_ipconfig_client.cc', | |
142 'dbus/fake_shill_ipconfig_client.h', | |
143 'dbus/fake_shill_manager_client.cc', | |
144 'dbus/fake_shill_manager_client.h', | |
145 'dbus/fake_shill_profile_client.cc', | |
146 'dbus/fake_shill_profile_client.h', | |
147 'dbus/fake_shill_service_client.cc', | |
148 'dbus/fake_shill_service_client.h', | |
149 'dbus/fake_shill_third_party_vpn_driver_client.cc', | |
150 'dbus/fake_shill_third_party_vpn_driver_client.h', | |
151 'dbus/fake_sms_client.cc', | |
152 'dbus/fake_sms_client.h', | |
153 'dbus/fake_system_clock_client.cc', | |
154 'dbus/fake_system_clock_client.h', | |
155 'dbus/fake_upstart_client.cc', | |
156 'dbus/fake_upstart_client.h', | |
157 'dbus/gsm_sms_client.cc', | |
158 'dbus/gsm_sms_client.h', | |
159 'dbus/image_burner_client.cc', | |
160 'dbus/image_burner_client.h', | |
161 'dbus/image_loader_client.cc', | |
162 'dbus/image_loader_client.h', | |
163 'dbus/lorgnette_manager_client.cc', | |
164 'dbus/lorgnette_manager_client.h', | |
165 'dbus/modem_messaging_client.cc', | |
166 'dbus/modem_messaging_client.h', | |
167 'dbus/permission_broker_client.cc', | |
168 'dbus/permission_broker_client.h', | |
169 'dbus/pipe_reader.cc', | |
170 'dbus/pipe_reader.h', | |
171 'dbus/power_manager_client.cc', | |
172 'dbus/power_manager_client.h', | |
173 'dbus/power_policy_controller.cc', | |
174 'dbus/power_policy_controller.h', | |
175 'dbus/services/console_service_provider.cc', | |
176 'dbus/services/console_service_provider.h', | |
177 'dbus/services/cros_dbus_service.cc', | |
178 'dbus/services/cros_dbus_service.h', | |
179 'dbus/services/display_power_service_provider.cc', | |
180 'dbus/services/display_power_service_provider.h', | |
181 'dbus/services/liveness_service_provider.cc', | |
182 'dbus/services/liveness_service_provider.h', | |
183 'dbus/services/proxy_resolution_service_provider.cc', | |
184 'dbus/services/proxy_resolution_service_provider.h', | |
185 'dbus/session_manager_client.cc', | |
186 'dbus/session_manager_client.h', | |
187 'dbus/shill_client_helper.cc', | |
188 'dbus/shill_client_helper.h', | |
189 'dbus/shill_device_client.cc', | |
190 'dbus/shill_device_client.h', | |
191 'dbus/shill_ipconfig_client.cc', | |
192 'dbus/shill_ipconfig_client.h', | |
193 'dbus/shill_manager_client.cc', | |
194 'dbus/shill_manager_client.h', | |
195 'dbus/shill_profile_client.cc', | |
196 'dbus/shill_profile_client.h', | |
197 'dbus/shill_service_client.cc', | |
198 'dbus/shill_service_client.h', | |
199 'dbus/shill_third_party_vpn_driver_client.cc', | |
200 'dbus/shill_third_party_vpn_driver_client.h', | |
201 'dbus/sms_client.cc', | |
202 'dbus/sms_client.h', | |
203 'dbus/system_clock_client.cc', | |
204 'dbus/system_clock_client.h', | |
205 'dbus/update_engine_client.cc', | |
206 'dbus/update_engine_client.h', | |
207 'dbus/upstart_client.cc', | |
208 'dbus/upstart_client.h', | |
209 'dbus/volume_state.cc', | |
210 'dbus/volume_state.h', | |
211 'disks/disk_mount_manager.cc', | |
212 'disks/disk_mount_manager.h', | |
213 'disks/suspend_unmount_manager.cc', | |
214 'disks/suspend_unmount_manager.h', | |
215 'geolocation/geoposition.cc', | |
216 'geolocation/geoposition.h', | |
217 'geolocation/simple_geolocation_provider.cc', | |
218 'geolocation/simple_geolocation_provider.h', | |
219 'geolocation/simple_geolocation_request.cc', | |
220 'geolocation/simple_geolocation_request.h', | |
221 'geolocation/simple_geolocation_request_test_monitor.cc', | |
222 'geolocation/simple_geolocation_request_test_monitor.h', | |
223 'hugepage_text/hugepage_text.cc', | |
224 'hugepage_text/hugepage_text.h', | |
225 'login/auth/auth_attempt_state.cc', | |
226 'login/auth/auth_attempt_state.h', | |
227 'login/auth/auth_attempt_state_resolver.cc', | |
228 'login/auth/auth_attempt_state_resolver.h', | |
229 'login/auth/auth_status_consumer.cc', | |
230 'login/auth/auth_status_consumer.h', | |
231 'login/auth/authenticator.cc', | |
232 'login/auth/authenticator.h', | |
233 'login/auth/cryptohome_authenticator.cc', | |
234 'login/auth/cryptohome_authenticator.h', | |
235 'login/auth/extended_authenticator.cc', | |
236 'login/auth/extended_authenticator.h', | |
237 'login/auth/extended_authenticator_impl.cc', | |
238 'login/auth/extended_authenticator_impl.h', | |
239 'login/auth/key.cc', | |
240 'login/auth/key.h', | |
241 'login/auth/login_performer.cc', | |
242 'login/auth/login_performer.h', | |
243 'login/auth/stub_authenticator.cc', | |
244 'login/auth/stub_authenticator.h', | |
245 'login/auth/test_attempt_state.cc', | |
246 'login/auth/test_attempt_state.h', | |
247 'login/auth/user_context.cc', | |
248 'login/auth/user_context.h', | |
249 'login/login_state.cc', | |
250 'login/login_state.h', | |
251 'login_event_recorder.cc', | |
252 'login_event_recorder.h', | |
253 'network/auto_connect_handler.cc', | |
254 'network/auto_connect_handler.h', | |
255 'network/certificate_pattern.cc', | |
256 'network/certificate_pattern.h', | |
257 'network/client_cert_resolver.cc', | |
258 'network/client_cert_resolver.h', | |
259 'network/client_cert_util.cc', | |
260 'network/client_cert_util.h', | |
261 'network/device_state.cc', | |
262 'network/device_state.h', | |
263 'network/dhcp_proxy_script_fetcher_chromeos.cc', | |
264 'network/dhcp_proxy_script_fetcher_chromeos.h', | |
265 'network/firewall_hole.cc', | |
266 'network/firewall_hole.h', | |
267 'network/geolocation_handler.cc', | |
268 'network/geolocation_handler.h', | |
269 'network/host_resolver_impl_chromeos.cc', | |
270 'network/host_resolver_impl_chromeos.h', | |
271 'network/managed_network_configuration_handler.cc', | |
272 'network/managed_network_configuration_handler.h', | |
273 'network/managed_network_configuration_handler_impl.cc', | |
274 'network/managed_network_configuration_handler_impl.h', | |
275 'network/managed_state.cc', | |
276 'network/managed_state.h', | |
277 'network/network_activation_handler.cc', | |
278 'network/network_activation_handler.h', | |
279 'network/network_cert_migrator.cc', | |
280 'network/network_cert_migrator.h', | |
281 'network/network_change_notifier_chromeos.cc', | |
282 'network/network_change_notifier_chromeos.h', | |
283 'network/network_change_notifier_factory_chromeos.cc', | |
284 'network/network_change_notifier_factory_chromeos.h', | |
285 'network/network_configuration_handler.cc', | |
286 'network/network_configuration_handler.h', | |
287 'network/network_configuration_observer.h', | |
288 'network/network_connect.cc', | |
289 'network/network_connect.h', | |
290 'network/network_connection_handler.cc', | |
291 'network/network_connection_handler.h', | |
292 'network/network_connection_observer.cc', | |
293 'network/network_connection_observer.h', | |
294 'network/network_device_handler.cc', | |
295 'network/network_device_handler.h', | |
296 'network/network_device_handler_impl.cc', | |
297 'network/network_device_handler_impl.h', | |
298 'network/network_event_log.h', | |
299 'network/network_handler.cc', | |
300 'network/network_handler.h', | |
301 'network/network_handler_callbacks.cc', | |
302 'network/network_handler_callbacks.h', | |
303 'network/network_ip_config.cc', | |
304 'network/network_ip_config.h', | |
305 'network/network_profile.cc', | |
306 'network/network_profile.h', | |
307 'network/network_profile_handler.cc', | |
308 'network/network_profile_handler.h', | |
309 'network/network_profile_observer.h', | |
310 'network/network_sms_handler.cc', | |
311 'network/network_sms_handler.h', | |
312 'network/network_state.cc', | |
313 'network/network_state.h', | |
314 'network/network_state_handler.cc', | |
315 'network/network_state_handler.h', | |
316 'network/network_state_handler_observer.cc', | |
317 'network/network_state_handler_observer.h', | |
318 'network/network_type_pattern.cc', | |
319 'network/network_type_pattern.h', | |
320 'network/network_ui_data.cc', | |
321 'network/network_ui_data.h', | |
322 'network/network_util.cc', | |
323 'network/network_util.h', | |
324 'network/onc/onc_certificate_importer.h', | |
325 'network/onc/onc_certificate_importer_impl.cc', | |
326 'network/onc/onc_certificate_importer_impl.h', | |
327 'network/onc/onc_mapper.cc', | |
328 'network/onc/onc_mapper.h', | |
329 'network/onc/onc_merger.cc', | |
330 'network/onc/onc_merger.h', | |
331 'network/onc/onc_normalizer.cc', | |
332 'network/onc/onc_normalizer.h', | |
333 'network/onc/onc_signature.cc', | |
334 'network/onc/onc_signature.h', | |
335 'network/onc/onc_translation_tables.cc', | |
336 'network/onc/onc_translation_tables.h', | |
337 'network/onc/onc_translator.h', | |
338 'network/onc/onc_translator_onc_to_shill.cc', | |
339 'network/onc/onc_translator_shill_to_onc.cc', | |
340 'network/onc/onc_utils.cc', | |
341 'network/onc/onc_utils.h', | |
342 'network/onc/onc_validator.cc', | |
343 'network/onc/onc_validator.h', | |
344 'network/policy_applicator.cc', | |
345 'network/policy_applicator.h', | |
346 'network/policy_util.cc', | |
347 'network/policy_util.h', | |
348 'network/portal_detector/network_portal_detector.cc', | |
349 'network/portal_detector/network_portal_detector.h', | |
350 'network/portal_detector/network_portal_detector_strategy.cc', | |
351 'network/portal_detector/network_portal_detector_strategy.h', | |
352 'network/portal_detector/network_portal_detector_stub.cc', | |
353 'network/portal_detector/network_portal_detector_stub.h', | |
354 'network/prohibited_technologies_handler.cc', | |
355 'network/prohibited_technologies_handler.h', | |
356 'network/proxy/proxy_config_handler.cc', | |
357 'network/proxy/proxy_config_handler.h', | |
358 'network/proxy/proxy_config_service_impl.cc', | |
359 'network/proxy/proxy_config_service_impl.h', | |
360 'network/proxy/ui_proxy_config.cc', | |
361 'network/proxy/ui_proxy_config.h', | |
362 'network/proxy/ui_proxy_config_service.cc', | |
363 'network/proxy/ui_proxy_config_service.h', | |
364 'network/shill_property_handler.cc', | |
365 'network/shill_property_handler.h', | |
366 'network/shill_property_util.cc', | |
367 'network/shill_property_util.h', | |
368 'printing/ppd_cache.cc', | |
369 'printing/ppd_cache.h', | |
370 'printing/ppd_provider.cc', | |
371 'printing/ppd_provider.h', | |
372 'printing/printer_configuration.cc', | |
373 'printing/printer_configuration.h', | |
374 'printing/printer_translator.cc', | |
375 'printing/printer_translator.h', | |
376 'process_proxy/process_output_watcher.cc', | |
377 'process_proxy/process_output_watcher.h', | |
378 'process_proxy/process_proxy.cc', | |
379 'process_proxy/process_proxy.h', | |
380 'process_proxy/process_proxy_registry.cc', | |
381 'process_proxy/process_proxy_registry.h', | |
382 'settings/cros_settings_names.cc', | |
383 'settings/cros_settings_names.h', | |
384 'settings/cros_settings_provider.cc', | |
385 'settings/cros_settings_provider.h', | |
386 'settings/timezone_settings.cc', | |
387 'settings/timezone_settings.h', | |
388 'settings/timezone_settings_helper.cc', | |
389 'settings/timezone_settings_helper.h', | |
390 'system/devicemode.cc', | |
391 'system/devicemode.h', | |
392 'system/devicetype.cc', | |
393 'system/devicetype.h', | |
394 | |
395 # Used when running mash, both on Linux and on real devices. | |
396 'system/fake_statistics_provider.cc', | |
397 'system/fake_statistics_provider.h', | |
398 | |
399 'system/name_value_pairs_parser.cc', | |
400 'system/name_value_pairs_parser.h', | |
401 'system/statistics_provider.cc', | |
402 'system/statistics_provider.h', | |
403 'system/version_loader.cc', | |
404 'system/version_loader.h', | |
405 'timezone/timezone_provider.cc', | |
406 'timezone/timezone_provider.h', | |
407 'timezone/timezone_request.cc', | |
408 'timezone/timezone_request.h', | |
409 'timezone/timezone_resolver.cc', | |
410 'timezone/timezone_resolver.h', | |
411 'tpm/tpm_password_fetcher.cc', | |
412 'tpm/tpm_password_fetcher.h', | |
413 'tpm/tpm_token_info_getter.cc', | |
414 'tpm/tpm_token_info_getter.h', | |
415 'tpm/tpm_token_loader.cc', | |
416 'tpm/tpm_token_loader.h' | |
417 ], | |
418 'chromeos_binder_test_sources': [ | |
419 'binder/buffer_reader_unittest.cc', | |
420 'binder/command_broker_unittest.cc', | |
421 'binder/command_stream_unittest.cc', | |
422 'binder/driver_unittest.cc', | |
423 'binder/end_to_end_unittest.cc', | |
424 'binder/service_manager_proxy_unittest.cc', | |
425 'binder/test_service.cc', | |
426 'binder/test_service.h', | |
427 'binder/transaction_data_read_write_unittest.cc', | |
428 ], | |
429 'chromeos_test_sources': [ | |
430 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | |
431 'attestation/attestation_flow_unittest.cc', | |
432 'audio/audio_devices_pref_handler_impl_unittest.cc', | |
433 'audio/cras_audio_handler_unittest.cc', | |
434 'cert_loader_unittest.cc', | |
435 'cryptohome/homedir_methods_unittest.cc', | |
436 'cryptohome/system_salt_getter_unittest.cc', | |
437 'dbus/blocking_method_caller_unittest.cc', | |
438 'dbus/cras_audio_client_unittest.cc', | |
439 'dbus/cros_disks_client_unittest.cc', | |
440 'dbus/dbus_thread_manager_unittest.cc', | |
441 'dbus/fake_auth_policy_client_unittest.cc', | |
442 'dbus/fake_cryptohome_client_unittest.cc', | |
443 'dbus/fake_easy_unlock_client_unittest.cc', | |
444 'dbus/fake_power_manager_client_unittest.cc', | |
445 'dbus/gsm_sms_client_unittest.cc', | |
446 'dbus/modem_messaging_client_unittest.cc', | |
447 'dbus/power_manager_client_unittest.cc', | |
448 'dbus/power_policy_controller_unittest.cc', | |
449 'dbus/services/cros_dbus_service_unittest.cc', | |
450 'dbus/services/proxy_resolution_service_provider_unittest.cc', | |
451 'dbus/shill_client_unittest_base.cc', | |
452 'dbus/shill_client_unittest_base.h', | |
453 'dbus/shill_device_client_unittest.cc', | |
454 'dbus/shill_ipconfig_client_unittest.cc', | |
455 'dbus/shill_manager_client_unittest.cc', | |
456 'dbus/shill_profile_client_unittest.cc', | |
457 'dbus/shill_service_client_unittest.cc', | |
458 'dbus/shill_third_party_vpn_driver_client_unittest.cc', | |
459 'disks/disk_mount_manager_unittest.cc', | |
460 'disks/suspend_unmount_manager_unittest.cc', | |
461 'geolocation/simple_geolocation_unittest.cc', | |
462 'login/auth/key_unittest.cc', | |
463 'login/login_state_unittest.cc', | |
464 'network/auto_connect_handler_unittest.cc', | |
465 'network/client_cert_resolver_unittest.cc', | |
466 'network/firewall_hole_unittest.cc', | |
467 'network/geolocation_handler_unittest.cc', | |
468 'network/host_resolver_impl_chromeos_unittest.cc', | |
469 'network/managed_network_configuration_handler_unittest.cc', | |
470 'network/network_cert_migrator_unittest.cc', | |
471 'network/network_change_notifier_chromeos_unittest.cc', | |
472 'network/network_configuration_handler_unittest.cc', | |
473 'network/network_connect_unittest.cc', | |
474 'network/network_connection_handler_unittest.cc', | |
475 'network/network_device_handler_unittest.cc', | |
476 'network/network_sms_handler_unittest.cc', | |
477 'network/network_state_handler_unittest.cc', | |
478 'network/network_state_unittest.cc', | |
479 'network/network_type_pattern_unittest.cc', | |
480 'network/network_ui_data_unittest.cc', | |
481 'network/network_util_unittest.cc', | |
482 'network/onc/onc_certificate_importer_impl_unittest.cc', | |
483 'network/onc/onc_merger_unittest.cc', | |
484 'network/onc/onc_normalizer_unittest.cc', | |
485 'network/onc/onc_translator_unittest.cc', | |
486 'network/onc/onc_utils_unittest.cc', | |
487 'network/onc/onc_validator_unittest.cc', | |
488 'network/prohibited_technologies_handler_unittest.cc', | |
489 'network/shill_property_handler_unittest.cc', | |
490 'printing/ppd_cache_unittest.cc', | |
491 'printing/ppd_provider_unittest.cc', | |
492 'printing/printer_translator_unittest.cc', | |
493 'process_proxy/process_output_watcher_unittest.cc', | |
494 'process_proxy/process_proxy_unittest.cc', | |
495 'settings/timezone_settings_unittest.cc', | |
496 'system/name_value_pairs_parser_unittest.cc', | |
497 'system/version_loader_unittest.cc', | |
498 'timezone/timezone_unittest.cc', | |
499 'tpm/tpm_token_info_getter_unittest.cc', | |
500 ], | |
501 'use_binder%': 0, | |
502 }, | |
503 } | |
OLD | NEW |