| 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 '../url/url.gyp:url_lib', | 542 '../url/url.gyp:url_lib', |
| 543 'chromeos_test_support', | 543 'chromeos_test_support', |
| 544 'cryptohome_proto', | 544 'cryptohome_proto', |
| 545 'power_manager_proto', | 545 'power_manager_proto', |
| 546 ], | 546 ], |
| 547 'sources': [ | 547 'sources': [ |
| 548 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 548 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
| 549 'attestation/attestation_flow_unittest.cc', | 549 'attestation/attestation_flow_unittest.cc', |
| 550 'audio/cras_audio_handler_unittest.cc', | 550 'audio/cras_audio_handler_unittest.cc', |
| 551 'cert_loader_unittest.cc', | 551 'cert_loader_unittest.cc', |
| 552 'cryptohome/homedir_methods_unittest.cc', |
| 552 'cryptohome/system_salt_getter_unittest.cc', | 553 'cryptohome/system_salt_getter_unittest.cc', |
| 553 'dbus/blocking_method_caller_unittest.cc', | 554 'dbus/blocking_method_caller_unittest.cc', |
| 554 'dbus/cros_disks_client_unittest.cc', | 555 'dbus/cros_disks_client_unittest.cc', |
| 555 'dbus/dbus_client_bundle_unittest.cc', | 556 'dbus/dbus_client_bundle_unittest.cc', |
| 556 'dbus/gsm_sms_client_unittest.cc', | 557 'dbus/gsm_sms_client_unittest.cc', |
| 557 'dbus/introspectable_client_unittest.cc', | 558 'dbus/introspectable_client_unittest.cc', |
| 558 'dbus/modem_messaging_client_unittest.cc', | 559 'dbus/modem_messaging_client_unittest.cc', |
| 559 'dbus/nfc_client_unittest.cc', | 560 'dbus/nfc_client_unittest.cc', |
| 560 'dbus/power_policy_controller_unittest.cc', | 561 'dbus/power_policy_controller_unittest.cc', |
| 561 'dbus/shill_client_unittest_base.cc', | 562 'dbus/shill_client_unittest_base.cc', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 ], | 660 ], |
| 660 'variables': { | 661 'variables': { |
| 661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 662 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 662 'proto_out_dir': 'chromeos/cryptohome', | 663 'proto_out_dir': 'chromeos/cryptohome', |
| 663 }, | 664 }, |
| 664 'includes': ['../build/protoc.gypi'], | 665 'includes': ['../build/protoc.gypi'], |
| 665 }, | 666 }, |
| 666 | 667 |
| 667 ], | 668 ], |
| 668 } | 669 } |
| OLD | NEW |