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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'attestation/mock_attestation_flow.cc', | 311 'attestation/mock_attestation_flow.cc', |
312 'attestation/mock_attestation_flow.h', | 312 'attestation/mock_attestation_flow.h', |
313 'chromeos_test_utils.cc', | 313 'chromeos_test_utils.cc', |
314 'chromeos_test_utils.h', | 314 'chromeos_test_utils.h', |
315 'cryptohome/mock_async_method_caller.cc', | 315 'cryptohome/mock_async_method_caller.cc', |
316 'cryptohome/mock_async_method_caller.h', | 316 'cryptohome/mock_async_method_caller.h', |
317 'cryptohome/mock_cryptohome_library.cc', | 317 'cryptohome/mock_cryptohome_library.cc', |
318 'cryptohome/mock_cryptohome_library.h', | 318 'cryptohome/mock_cryptohome_library.h', |
319 'dbus/fake_session_manager_client.cc', | 319 'dbus/fake_session_manager_client.cc', |
320 'dbus/fake_session_manager_client.h', | 320 'dbus/fake_session_manager_client.h', |
321 'dbus/fake_update_engine_client.cc', | |
322 'dbus/fake_update_engine_client.h', | |
323 'dbus/mock_bluetooth_adapter_client.cc', | 321 'dbus/mock_bluetooth_adapter_client.cc', |
324 'dbus/mock_bluetooth_adapter_client.h', | 322 'dbus/mock_bluetooth_adapter_client.h', |
325 'dbus/mock_bluetooth_device_client.cc', | 323 'dbus/mock_bluetooth_device_client.cc', |
326 'dbus/mock_bluetooth_device_client.h', | 324 'dbus/mock_bluetooth_device_client.h', |
327 'dbus/mock_bluetooth_input_client.cc', | 325 'dbus/mock_bluetooth_input_client.cc', |
328 'dbus/mock_bluetooth_input_client.h', | 326 'dbus/mock_bluetooth_input_client.h', |
329 'dbus/mock_bluetooth_manager_client.cc', | 327 'dbus/mock_bluetooth_manager_client.cc', |
330 'dbus/mock_bluetooth_manager_client.h', | 328 'dbus/mock_bluetooth_manager_client.h', |
331 'dbus/mock_bluetooth_node_client.cc', | 329 'dbus/mock_bluetooth_node_client.cc', |
332 'dbus/mock_bluetooth_node_client.h', | 330 'dbus/mock_bluetooth_node_client.h', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 'dependencies': [ | 377 'dependencies': [ |
380 '../build/linux/system.gyp:dbus', | 378 '../build/linux/system.gyp:dbus', |
381 'chromeos', | 379 'chromeos', |
382 'power_manager_proto', | 380 'power_manager_proto', |
383 ], | 381 ], |
384 'sources': [ | 382 'sources': [ |
385 'dbus/fake_cros_disks_client.cc', | 383 'dbus/fake_cros_disks_client.cc', |
386 'dbus/fake_cros_disks_client.h', | 384 'dbus/fake_cros_disks_client.h', |
387 'dbus/fake_power_manager_client.cc', | 385 'dbus/fake_power_manager_client.cc', |
388 'dbus/fake_power_manager_client.h', | 386 'dbus/fake_power_manager_client.h', |
| 387 'dbus/fake_update_engine_client.cc', |
| 388 'dbus/fake_update_engine_client.h', |
389 'dbus/mock_dbus_thread_manager_without_gmock.cc', | 389 'dbus/mock_dbus_thread_manager_without_gmock.cc', |
390 'dbus/mock_dbus_thread_manager_without_gmock.h', | 390 'dbus/mock_dbus_thread_manager_without_gmock.h', |
391 'dbus/ibus/mock_ibus_client.cc', | 391 'dbus/ibus/mock_ibus_client.cc', |
392 'dbus/ibus/mock_ibus_client.h', | 392 'dbus/ibus/mock_ibus_client.h', |
393 'dbus/ibus/mock_ibus_config_client.cc', | 393 'dbus/ibus/mock_ibus_config_client.cc', |
394 'dbus/ibus/mock_ibus_config_client.h', | 394 'dbus/ibus/mock_ibus_config_client.h', |
395 'dbus/ibus/mock_ibus_input_context_client.cc', | 395 'dbus/ibus/mock_ibus_input_context_client.cc', |
396 'dbus/ibus/mock_ibus_input_context_client.h', | 396 'dbus/ibus/mock_ibus_input_context_client.h', |
397 'dbus/ibus/mock_ibus_engine_factory_service.cc', | 397 'dbus/ibus/mock_ibus_engine_factory_service.cc', |
398 'dbus/ibus/mock_ibus_engine_factory_service.h', | 398 'dbus/ibus/mock_ibus_engine_factory_service.h', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 520 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
521 ], | 521 ], |
522 'variables': { | 522 'variables': { |
523 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 523 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
524 'proto_out_dir': 'chromeos/dbus', | 524 'proto_out_dir': 'chromeos/dbus', |
525 }, | 525 }, |
526 'includes': ['../build/protoc.gypi'], | 526 'includes': ['../build/protoc.gypi'], |
527 }, | 527 }, |
528 ], | 528 ], |
529 } | 529 } |
OLD | NEW |