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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 'power_manager_proto', | 482 'power_manager_proto', |
483 ], | 483 ], |
484 'sources': [ | 484 'sources': [ |
485 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 485 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
486 'attestation/attestation_flow_unittest.cc', | 486 'attestation/attestation_flow_unittest.cc', |
487 'audio/cras_audio_handler_unittest.cc', | 487 'audio/cras_audio_handler_unittest.cc', |
488 'cryptohome/system_salt_getter_unittest.cc', | 488 'cryptohome/system_salt_getter_unittest.cc', |
489 'dbus/blocking_method_caller_unittest.cc', | 489 'dbus/blocking_method_caller_unittest.cc', |
490 'dbus/cros_disks_client_unittest.cc', | 490 'dbus/cros_disks_client_unittest.cc', |
491 'dbus/gsm_sms_client_unittest.cc', | 491 'dbus/gsm_sms_client_unittest.cc', |
492 'dbus/ibus/ibus_client_unittest.cc', | |
493 'dbus/ibus/ibus_component_unittest.cc', | 492 'dbus/ibus/ibus_component_unittest.cc', |
494 'dbus/ibus/ibus_engine_factory_service_unittest.cc', | |
495 'dbus/ibus/ibus_object_unittest.cc', | 493 'dbus/ibus/ibus_object_unittest.cc', |
496 'dbus/ibus/ibus_text_unittest.cc', | 494 'dbus/ibus/ibus_text_unittest.cc', |
497 'dbus/introspectable_client_unittest.cc', | 495 'dbus/introspectable_client_unittest.cc', |
498 'dbus/modem_messaging_client_unittest.cc', | 496 'dbus/modem_messaging_client_unittest.cc', |
499 'dbus/nfc_client_unittest.cc', | 497 'dbus/nfc_client_unittest.cc', |
500 'dbus/power_policy_controller_unittest.cc', | 498 'dbus/power_policy_controller_unittest.cc', |
501 'dbus/shill_client_unittest_base.cc', | 499 'dbus/shill_client_unittest_base.cc', |
502 'dbus/shill_client_unittest_base.h', | 500 'dbus/shill_client_unittest_base.h', |
503 'dbus/shill_device_client_unittest.cc', | 501 'dbus/shill_device_client_unittest.cc', |
504 'dbus/shill_ipconfig_client_unittest.cc', | 502 'dbus/shill_ipconfig_client_unittest.cc', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 565 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
568 ], | 566 ], |
569 'variables': { | 567 'variables': { |
570 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 568 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
571 'proto_out_dir': 'chromeos/dbus/power_manager', | 569 'proto_out_dir': 'chromeos/dbus/power_manager', |
572 }, | 570 }, |
573 'includes': ['../build/protoc.gypi'], | 571 'includes': ['../build/protoc.gypi'], |
574 }, | 572 }, |
575 ], | 573 ], |
576 } | 574 } |
OLD | NEW |