OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'chromeos_tools.gypi' | 10 'chromeos_tools.gypi' |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'network/onc/onc_translator_onc_to_shill.cc', | 191 'network/onc/onc_translator_onc_to_shill.cc', |
192 'network/onc/onc_translator_shill_to_onc.cc', | 192 'network/onc/onc_translator_shill_to_onc.cc', |
193 'network/onc/onc_utils.cc', | 193 'network/onc/onc_utils.cc', |
194 'network/onc/onc_utils.h', | 194 'network/onc/onc_utils.h', |
195 'network/onc/onc_validator.cc', | 195 'network/onc/onc_validator.cc', |
196 'network/onc/onc_validator.h', | 196 'network/onc/onc_validator.h', |
197 'network/shill_property_handler.cc', | 197 'network/shill_property_handler.cc', |
198 'network/shill_property_handler.h', | 198 'network/shill_property_handler.h', |
199 'network/sms_watcher.cc', | 199 'network/sms_watcher.cc', |
200 'network/sms_watcher.h', | 200 'network/sms_watcher.h', |
201 'power/power_state_override.cc', | |
202 'power/power_state_override.h', | |
203 'process_proxy/process_output_watcher.cc', | 201 'process_proxy/process_output_watcher.cc', |
204 'process_proxy/process_output_watcher.h', | 202 'process_proxy/process_output_watcher.h', |
205 'process_proxy/process_proxy.cc', | 203 'process_proxy/process_proxy.cc', |
206 'process_proxy/process_proxy.h', | 204 'process_proxy/process_proxy.h', |
207 'process_proxy/process_proxy_registry.cc', | 205 'process_proxy/process_proxy_registry.cc', |
208 'process_proxy/process_proxy_registry.h', | 206 'process_proxy/process_proxy_registry.h', |
209 'screen_capture/screen_capture_observer.h', | 207 'screen_capture/screen_capture_observer.h', |
210 ], | 208 ], |
211 'conditions': [ | 209 'conditions': [ |
212 ['use_x11 == 1', { | 210 ['use_x11 == 1', { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 '../base/base.gyp:run_all_unittests', | 337 '../base/base.gyp:run_all_unittests', |
340 '../base/base.gyp:test_support_base', | 338 '../base/base.gyp:test_support_base', |
341 '../build/linux/system.gyp:dbus', | 339 '../build/linux/system.gyp:dbus', |
342 '../build/linux/system.gyp:ssl', | 340 '../build/linux/system.gyp:ssl', |
343 '../crypto/crypto.gyp:crypto', | 341 '../crypto/crypto.gyp:crypto', |
344 '../dbus/dbus.gyp:dbus_test_support', | 342 '../dbus/dbus.gyp:dbus_test_support', |
345 '../net/net.gyp:net', | 343 '../net/net.gyp:net', |
346 '../testing/gmock.gyp:gmock', | 344 '../testing/gmock.gyp:gmock', |
347 '../testing/gtest.gyp:gtest', | 345 '../testing/gtest.gyp:gtest', |
348 'chromeos_test_support', | 346 'chromeos_test_support', |
| 347 'power_manager_proto', |
349 ], | 348 ], |
350 'sources': [ | 349 'sources': [ |
351 'attestation/attestation_flow_unittest.cc', | 350 'attestation/attestation_flow_unittest.cc', |
352 'display/output_configurator_unittest.cc', | 351 'display/output_configurator_unittest.cc', |
353 'dbus/blocking_method_caller_unittest.cc', | 352 'dbus/blocking_method_caller_unittest.cc', |
| 353 'dbus/power_policy_controller_unittest.cc', |
354 'dbus/shill_client_unittest_base.cc', | 354 'dbus/shill_client_unittest_base.cc', |
355 'dbus/shill_client_unittest_base.h', | 355 'dbus/shill_client_unittest_base.h', |
356 'dbus/shill_device_client_unittest.cc', | 356 'dbus/shill_device_client_unittest.cc', |
357 'dbus/shill_ipconfig_client_unittest.cc', | 357 'dbus/shill_ipconfig_client_unittest.cc', |
358 'dbus/shill_manager_client_unittest.cc', | 358 'dbus/shill_manager_client_unittest.cc', |
359 'dbus/shill_profile_client_unittest.cc', | 359 'dbus/shill_profile_client_unittest.cc', |
360 'dbus/shill_service_client_unittest.cc', | 360 'dbus/shill_service_client_unittest.cc', |
361 'dbus/gsm_sms_client_unittest.cc', | 361 'dbus/gsm_sms_client_unittest.cc', |
362 'dbus/ibus/ibus_client_unittest.cc', | 362 'dbus/ibus/ibus_client_unittest.cc', |
363 'dbus/ibus/ibus_config_client_unittest.cc', | 363 'dbus/ibus/ibus_config_client_unittest.cc', |
364 'dbus/ibus/ibus_component_unittest.cc', | 364 'dbus/ibus/ibus_component_unittest.cc', |
365 'dbus/ibus/ibus_engine_factory_service_unittest.cc', | 365 'dbus/ibus/ibus_engine_factory_service_unittest.cc', |
366 'dbus/ibus/ibus_engine_service_unittest.cc', | 366 'dbus/ibus/ibus_engine_service_unittest.cc', |
367 'dbus/ibus/ibus_input_context_client_unittest.cc', | 367 'dbus/ibus/ibus_input_context_client_unittest.cc', |
368 'dbus/ibus/ibus_lookup_table_unittest.cc', | 368 'dbus/ibus/ibus_lookup_table_unittest.cc', |
369 'dbus/ibus/ibus_object_unittest.cc', | 369 'dbus/ibus/ibus_object_unittest.cc', |
370 'dbus/ibus/ibus_panel_service_unittest.cc', | 370 'dbus/ibus/ibus_panel_service_unittest.cc', |
371 'dbus/ibus/ibus_property_unittest.cc', | 371 'dbus/ibus/ibus_property_unittest.cc', |
372 'dbus/ibus/ibus_text_unittest.cc', | 372 'dbus/ibus/ibus_text_unittest.cc', |
373 'dbus/introspectable_client_unittest.cc', | 373 'dbus/introspectable_client_unittest.cc', |
374 'dbus/modem_messaging_client_unittest.cc', | 374 'dbus/modem_messaging_client_unittest.cc', |
375 'disks/disk_mount_manager_unittest.cc', | 375 'disks/disk_mount_manager_unittest.cc', |
376 'network/cros_network_functions_unittest.cc', | 376 'network/cros_network_functions_unittest.cc', |
377 'network/geolocation_handler_unittest.cc', | 377 'network/geolocation_handler_unittest.cc', |
378 » 'network/network_change_notifier_chromeos_unittest.cc', | 378 'network/network_change_notifier_chromeos_unittest.cc', |
379 'network/network_configuration_handler_unittest.cc', | 379 'network/network_configuration_handler_unittest.cc', |
380 'network/network_event_log_unittest.cc', | 380 'network/network_event_log_unittest.cc', |
381 'network/network_sms_handler_unittest.cc', | 381 'network/network_sms_handler_unittest.cc', |
382 'network/network_state_handler_unittest.cc', | 382 'network/network_state_handler_unittest.cc', |
383 'network/network_util_unittest.cc', | 383 'network/network_util_unittest.cc', |
384 'network/onc/onc_certificate_importer_unittest.cc', | 384 'network/onc/onc_certificate_importer_unittest.cc', |
385 'network/onc/onc_merger_unittest.cc', | 385 'network/onc/onc_merger_unittest.cc', |
386 'network/onc/onc_normalizer_unittest.cc', | 386 'network/onc/onc_normalizer_unittest.cc', |
387 'network/onc/onc_translator_unittest.cc', | 387 'network/onc/onc_translator_unittest.cc', |
388 'network/onc/onc_utils_unittest.cc', | 388 'network/onc/onc_utils_unittest.cc', |
389 'network/onc/onc_validator_unittest.cc', | 389 'network/onc/onc_validator_unittest.cc', |
390 'network/shill_property_handler_unittest.cc', | 390 'network/shill_property_handler_unittest.cc', |
391 'power/power_state_override_unittest.cc', | |
392 'process_proxy/process_output_watcher_unittest.cc', | 391 'process_proxy/process_output_watcher_unittest.cc', |
393 'process_proxy/process_proxy_unittest.cc', | 392 'process_proxy/process_proxy_unittest.cc', |
394 ], | 393 ], |
395 'include_dirs': [ | 394 'include_dirs': [ |
396 '..', | 395 '..', |
397 ], | 396 ], |
398 'conditions': [ | 397 'conditions': [ |
399 [ 'linux_use_tcmalloc==1', { | 398 [ 'linux_use_tcmalloc==1', { |
400 'dependencies': [ | 399 'dependencies': [ |
401 '../base/allocator/allocator.gyp:allocator', | 400 '../base/allocator/allocator.gyp:allocator', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 456 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
458 ], | 457 ], |
459 'variables': { | 458 'variables': { |
460 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 459 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
461 'proto_out_dir': 'chromeos/dbus', | 460 'proto_out_dir': 'chromeos/dbus', |
462 }, | 461 }, |
463 'includes': ['../build/protoc.gypi'], | 462 'includes': ['../build/protoc.gypi'], |
464 }, | 463 }, |
465 ], | 464 ], |
466 } | 465 } |
OLD | NEW |