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_memory.gypi', | 10 'chromeos_memory.gypi', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'dbus/bluetooth_profile_service_provider.cc', | 78 'dbus/bluetooth_profile_service_provider.cc', |
79 'dbus/bluetooth_profile_service_provider.h', | 79 'dbus/bluetooth_profile_service_provider.h', |
80 'dbus/cras_audio_client.cc', | 80 'dbus/cras_audio_client.cc', |
81 'dbus/cras_audio_client.h', | 81 'dbus/cras_audio_client.h', |
82 'dbus/cras_audio_client_stub_impl.cc', | 82 'dbus/cras_audio_client_stub_impl.cc', |
83 'dbus/cras_audio_client_stub_impl.h', | 83 'dbus/cras_audio_client_stub_impl.h', |
84 'dbus/cros_disks_client.cc', | 84 'dbus/cros_disks_client.cc', |
85 'dbus/cros_disks_client.h', | 85 'dbus/cros_disks_client.h', |
86 'dbus/cryptohome_client.cc', | 86 'dbus/cryptohome_client.cc', |
87 'dbus/cryptohome_client.h', | 87 'dbus/cryptohome_client.h', |
88 'dbus/cryptohome_client_stub.cc', | |
89 'dbus/cryptohome_client_stub.h', | |
90 'dbus/dbus_client_implementation_type.h', | 88 'dbus/dbus_client_implementation_type.h', |
91 'dbus/dbus_method_call_status.cc', | 89 'dbus/dbus_method_call_status.cc', |
92 'dbus/dbus_method_call_status.h', | 90 'dbus/dbus_method_call_status.h', |
93 'dbus/dbus_thread_manager.cc', | 91 'dbus/dbus_thread_manager.cc', |
94 'dbus/dbus_thread_manager.h', | 92 'dbus/dbus_thread_manager.h', |
95 'dbus/debug_daemon_client.cc', | 93 'dbus/debug_daemon_client.cc', |
96 'dbus/debug_daemon_client.h', | 94 'dbus/debug_daemon_client.h', |
97 'dbus/fake_bluetooth_adapter_client.cc', | 95 'dbus/fake_bluetooth_adapter_client.cc', |
98 'dbus/fake_bluetooth_adapter_client.h', | 96 'dbus/fake_bluetooth_adapter_client.h', |
99 'dbus/fake_bluetooth_agent_manager_client.cc', | 97 'dbus/fake_bluetooth_agent_manager_client.cc', |
100 'dbus/fake_bluetooth_agent_manager_client.h', | 98 'dbus/fake_bluetooth_agent_manager_client.h', |
101 'dbus/fake_bluetooth_agent_service_provider.cc', | 99 'dbus/fake_bluetooth_agent_service_provider.cc', |
102 'dbus/fake_bluetooth_agent_service_provider.h', | 100 'dbus/fake_bluetooth_agent_service_provider.h', |
103 'dbus/fake_bluetooth_device_client.cc', | 101 'dbus/fake_bluetooth_device_client.cc', |
104 'dbus/fake_bluetooth_device_client.h', | 102 'dbus/fake_bluetooth_device_client.h', |
105 'dbus/fake_bluetooth_input_client.cc', | 103 'dbus/fake_bluetooth_input_client.cc', |
106 'dbus/fake_bluetooth_input_client.h', | 104 'dbus/fake_bluetooth_input_client.h', |
107 'dbus/fake_bluetooth_profile_manager_client.cc', | 105 'dbus/fake_bluetooth_profile_manager_client.cc', |
108 'dbus/fake_bluetooth_profile_manager_client.h', | 106 'dbus/fake_bluetooth_profile_manager_client.h', |
109 'dbus/fake_bluetooth_profile_service_provider.cc', | 107 'dbus/fake_bluetooth_profile_service_provider.cc', |
110 'dbus/fake_bluetooth_profile_service_provider.h', | 108 'dbus/fake_bluetooth_profile_service_provider.h', |
| 109 'dbus/fake_cryptohome_client.cc', |
| 110 'dbus/fake_cryptohome_client.h', |
111 'dbus/fake_gsm_sms_client.cc', | 111 'dbus/fake_gsm_sms_client.cc', |
112 'dbus/fake_gsm_sms_client.h', | 112 'dbus/fake_gsm_sms_client.h', |
113 'dbus/fake_image_burner_client.cc', | 113 'dbus/fake_image_burner_client.cc', |
114 'dbus/fake_image_burner_client.h', | 114 'dbus/fake_image_burner_client.h', |
115 'dbus/fake_system_clock_client.cc', | 115 'dbus/fake_system_clock_client.cc', |
116 'dbus/fake_system_clock_client.h', | 116 'dbus/fake_system_clock_client.h', |
117 'dbus/gsm_sms_client.cc', | 117 'dbus/gsm_sms_client.cc', |
118 'dbus/gsm_sms_client.h', | 118 'dbus/gsm_sms_client.h', |
119 'dbus/shill_client_helper.cc', | 119 'dbus/shill_client_helper.cc', |
120 'dbus/shill_client_helper.h', | 120 'dbus/shill_client_helper.h', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 ], | 395 ], |
396 'include_dirs': [ | 396 'include_dirs': [ |
397 '..', | 397 '..', |
398 ], | 398 ], |
399 }, | 399 }, |
400 { | 400 { |
401 'target_name': 'chromeos_test_support_without_gmock', | 401 'target_name': 'chromeos_test_support_without_gmock', |
402 'type': 'static_library', | 402 'type': 'static_library', |
403 'dependencies': [ | 403 'dependencies': [ |
404 '../build/linux/system.gyp:dbus', | 404 '../build/linux/system.gyp:dbus', |
| 405 '../crypto/crypto.gyp:crypto', |
405 '../dbus/dbus.gyp:dbus', | 406 '../dbus/dbus.gyp:dbus', |
406 'chromeos', | 407 'chromeos', |
407 'power_manager_proto', | 408 'power_manager_proto', |
408 ], | 409 ], |
409 'sources': [ | 410 'sources': [ |
410 'dbus/fake_cros_disks_client.cc', | 411 'dbus/fake_cros_disks_client.cc', |
411 'dbus/fake_cros_disks_client.h', | 412 'dbus/fake_cros_disks_client.h', |
412 'dbus/fake_cryptohome_client.cc', | |
413 'dbus/fake_cryptohome_client.h', | |
414 'dbus/fake_gsm_sms_client.cc', | |
415 'dbus/fake_gsm_sms_client.h', | |
416 'dbus/fake_image_burner_client.cc', | |
417 'dbus/fake_image_burner_client.h', | |
418 'dbus/fake_power_manager_client.cc', | 413 'dbus/fake_power_manager_client.cc', |
419 'dbus/fake_power_manager_client.h', | 414 'dbus/fake_power_manager_client.h', |
420 'dbus/fake_session_manager_client.cc', | 415 'dbus/fake_session_manager_client.cc', |
421 'dbus/fake_session_manager_client.h', | 416 'dbus/fake_session_manager_client.h', |
422 'dbus/fake_shill_device_client.cc', | 417 'dbus/fake_shill_device_client.cc', |
423 'dbus/fake_shill_device_client.h', | 418 'dbus/fake_shill_device_client.h', |
424 'dbus/fake_shill_manager_client.cc', | 419 'dbus/fake_shill_manager_client.cc', |
425 'dbus/fake_shill_manager_client.h', | 420 'dbus/fake_shill_manager_client.h', |
426 'dbus/fake_system_clock_client.cc', | |
427 'dbus/fake_system_clock_client.h', | |
428 'dbus/fake_update_engine_client.cc', | 421 'dbus/fake_update_engine_client.cc', |
429 'dbus/fake_update_engine_client.h', | 422 'dbus/fake_update_engine_client.h', |
430 'dbus/mock_dbus_thread_manager_without_gmock.cc', | 423 'dbus/mock_dbus_thread_manager_without_gmock.cc', |
431 'dbus/mock_dbus_thread_manager_without_gmock.h', | 424 'dbus/mock_dbus_thread_manager_without_gmock.h', |
432 'dbus/ibus/mock_ibus_client.cc', | 425 'dbus/ibus/mock_ibus_client.cc', |
433 'dbus/ibus/mock_ibus_client.h', | 426 'dbus/ibus/mock_ibus_client.h', |
434 'dbus/ibus/mock_ibus_input_context_client.cc', | 427 'dbus/ibus/mock_ibus_input_context_client.cc', |
435 'dbus/ibus/mock_ibus_input_context_client.h', | 428 'dbus/ibus/mock_ibus_input_context_client.h', |
436 'dbus/ibus/mock_ibus_engine_factory_service.cc', | 429 'dbus/ibus/mock_ibus_engine_factory_service.cc', |
437 'dbus/ibus/mock_ibus_engine_factory_service.h', | 430 'dbus/ibus/mock_ibus_engine_factory_service.h', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 553 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
561 ], | 554 ], |
562 'variables': { | 555 'variables': { |
563 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 556 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
564 'proto_out_dir': 'chromeos/dbus/power_manager', | 557 'proto_out_dir': 'chromeos/dbus/power_manager', |
565 }, | 558 }, |
566 'includes': ['../build/protoc.gypi'], | 559 'includes': ['../build/protoc.gypi'], |
567 }, | 560 }, |
568 ], | 561 ], |
569 } | 562 } |
OLD | NEW |