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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 ], | 327 ], |
328 'sources': [ | 328 'sources': [ |
329 'attestation/mock_attestation_flow.cc', | 329 'attestation/mock_attestation_flow.cc', |
330 'attestation/mock_attestation_flow.h', | 330 'attestation/mock_attestation_flow.h', |
331 'chromeos_test_utils.cc', | 331 'chromeos_test_utils.cc', |
332 'chromeos_test_utils.h', | 332 'chromeos_test_utils.h', |
333 'cryptohome/mock_async_method_caller.cc', | 333 'cryptohome/mock_async_method_caller.cc', |
334 'cryptohome/mock_async_method_caller.h', | 334 'cryptohome/mock_async_method_caller.h', |
335 'cryptohome/mock_cryptohome_library.cc', | 335 'cryptohome/mock_cryptohome_library.cc', |
336 'cryptohome/mock_cryptohome_library.h', | 336 'cryptohome/mock_cryptohome_library.h', |
| 337 'dbus/fake_session_manager_client.cc', |
| 338 'dbus/fake_session_manager_client.h', |
| 339 'dbus/fake_update_engine_client.cc', |
| 340 'dbus/fake_update_engine_client.h', |
337 'dbus/mock_bluetooth_adapter_client.cc', | 341 'dbus/mock_bluetooth_adapter_client.cc', |
338 'dbus/mock_bluetooth_adapter_client.h', | 342 'dbus/mock_bluetooth_adapter_client.h', |
339 'dbus/mock_bluetooth_device_client.cc', | 343 'dbus/mock_bluetooth_device_client.cc', |
340 'dbus/mock_bluetooth_device_client.h', | 344 'dbus/mock_bluetooth_device_client.h', |
341 'dbus/mock_bluetooth_input_client.cc', | 345 'dbus/mock_bluetooth_input_client.cc', |
342 'dbus/mock_bluetooth_input_client.h', | 346 'dbus/mock_bluetooth_input_client.h', |
343 'dbus/mock_bluetooth_manager_client.cc', | 347 'dbus/mock_bluetooth_manager_client.cc', |
344 'dbus/mock_bluetooth_manager_client.h', | 348 'dbus/mock_bluetooth_manager_client.h', |
345 'dbus/mock_bluetooth_node_client.cc', | 349 'dbus/mock_bluetooth_node_client.cc', |
346 'dbus/mock_bluetooth_node_client.h', | 350 'dbus/mock_bluetooth_node_client.h', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 'dbus/fake_image_burner_client.cc', | 412 'dbus/fake_image_burner_client.cc', |
409 'dbus/fake_image_burner_client.h', | 413 'dbus/fake_image_burner_client.h', |
410 'dbus/fake_old_bluetooth_adapter_client.cc', | 414 'dbus/fake_old_bluetooth_adapter_client.cc', |
411 'dbus/fake_old_bluetooth_adapter_client.h', | 415 'dbus/fake_old_bluetooth_adapter_client.h', |
412 'dbus/fake_old_bluetooth_device_client.cc', | 416 'dbus/fake_old_bluetooth_device_client.cc', |
413 'dbus/fake_old_bluetooth_device_client.h', | 417 'dbus/fake_old_bluetooth_device_client.h', |
414 'dbus/fake_old_bluetooth_manager_client.cc', | 418 'dbus/fake_old_bluetooth_manager_client.cc', |
415 'dbus/fake_old_bluetooth_manager_client.h', | 419 'dbus/fake_old_bluetooth_manager_client.h', |
416 'dbus/fake_power_manager_client.cc', | 420 'dbus/fake_power_manager_client.cc', |
417 'dbus/fake_power_manager_client.h', | 421 'dbus/fake_power_manager_client.h', |
418 'dbus/fake_session_manager_client.cc', | |
419 'dbus/fake_session_manager_client.h', | |
420 'dbus/fake_shill_manager_client.cc', | 422 'dbus/fake_shill_manager_client.cc', |
421 'dbus/fake_shill_manager_client.h', | 423 'dbus/fake_shill_manager_client.h', |
422 'dbus/fake_system_clock_client.cc', | 424 'dbus/fake_system_clock_client.cc', |
423 'dbus/fake_system_clock_client.h', | 425 'dbus/fake_system_clock_client.h', |
424 'dbus/fake_update_engine_client.cc', | |
425 'dbus/fake_update_engine_client.h', | |
426 'dbus/mock_dbus_thread_manager_without_gmock.cc', | 426 'dbus/mock_dbus_thread_manager_without_gmock.cc', |
427 'dbus/mock_dbus_thread_manager_without_gmock.h', | 427 'dbus/mock_dbus_thread_manager_without_gmock.h', |
428 'dbus/ibus/mock_ibus_client.cc', | 428 'dbus/ibus/mock_ibus_client.cc', |
429 'dbus/ibus/mock_ibus_client.h', | 429 'dbus/ibus/mock_ibus_client.h', |
430 'dbus/ibus/mock_ibus_config_client.cc', | 430 'dbus/ibus/mock_ibus_config_client.cc', |
431 'dbus/ibus/mock_ibus_config_client.h', | 431 'dbus/ibus/mock_ibus_config_client.h', |
432 'dbus/ibus/mock_ibus_input_context_client.cc', | 432 'dbus/ibus/mock_ibus_input_context_client.cc', |
433 'dbus/ibus/mock_ibus_input_context_client.h', | 433 'dbus/ibus/mock_ibus_input_context_client.h', |
434 'dbus/ibus/mock_ibus_engine_factory_service.cc', | 434 'dbus/ibus/mock_ibus_engine_factory_service.cc', |
435 'dbus/ibus/mock_ibus_engine_factory_service.h', | 435 'dbus/ibus/mock_ibus_engine_factory_service.h', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 558 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
559 ], | 559 ], |
560 'variables': { | 560 'variables': { |
561 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 561 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
562 'proto_out_dir': 'chromeos/dbus', | 562 'proto_out_dir': 'chromeos/dbus', |
563 }, | 563 }, |
564 'includes': ['../build/protoc.gypi'], | 564 'includes': ['../build/protoc.gypi'], |
565 }, | 565 }, |
566 ], | 566 ], |
567 } | 567 } |
OLD | NEW |