| 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 ], | 544 ], |
| 545 'sources': [ | 545 'sources': [ |
| 546 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 546 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
| 547 'attestation/attestation_flow_unittest.cc', | 547 'attestation/attestation_flow_unittest.cc', |
| 548 'audio/cras_audio_handler_unittest.cc', | 548 'audio/cras_audio_handler_unittest.cc', |
| 549 'cert_loader_unittest.cc', | 549 'cert_loader_unittest.cc', |
| 550 'cryptohome/system_salt_getter_unittest.cc', | 550 'cryptohome/system_salt_getter_unittest.cc', |
| 551 'dbus/blocking_method_caller_unittest.cc', | 551 'dbus/blocking_method_caller_unittest.cc', |
| 552 'dbus/cros_disks_client_unittest.cc', | 552 'dbus/cros_disks_client_unittest.cc', |
| 553 'dbus/dbus_client_bundle_unittest.cc', | 553 'dbus/dbus_client_bundle_unittest.cc', |
| 554 'dbus/fake_easy_unlock_client_unittest.cc', |
| 554 'dbus/gsm_sms_client_unittest.cc', | 555 'dbus/gsm_sms_client_unittest.cc', |
| 555 'dbus/introspectable_client_unittest.cc', | 556 'dbus/introspectable_client_unittest.cc', |
| 556 'dbus/modem_messaging_client_unittest.cc', | 557 'dbus/modem_messaging_client_unittest.cc', |
| 557 'dbus/nfc_client_unittest.cc', | 558 'dbus/nfc_client_unittest.cc', |
| 558 'dbus/power_policy_controller_unittest.cc', | 559 'dbus/power_policy_controller_unittest.cc', |
| 559 'dbus/shill_client_unittest_base.cc', | 560 'dbus/shill_client_unittest_base.cc', |
| 560 'dbus/shill_client_unittest_base.h', | 561 'dbus/shill_client_unittest_base.h', |
| 561 'dbus/shill_device_client_unittest.cc', | 562 'dbus/shill_device_client_unittest.cc', |
| 562 'dbus/shill_ipconfig_client_unittest.cc', | 563 'dbus/shill_ipconfig_client_unittest.cc', |
| 563 'dbus/shill_manager_client_unittest.cc', | 564 'dbus/shill_manager_client_unittest.cc', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 ], | 658 ], |
| 658 'variables': { | 659 'variables': { |
| 659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 660 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 660 'proto_out_dir': 'chromeos/cryptohome', | 661 'proto_out_dir': 'chromeos/cryptohome', |
| 661 }, | 662 }, |
| 662 'includes': ['../build/protoc.gypi'], | 663 'includes': ['../build/protoc.gypi'], |
| 663 }, | 664 }, |
| 664 | 665 |
| 665 ], | 666 ], |
| 666 } | 667 } |
| OLD | NEW |