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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 '../testing/gmock.gyp:gmock', | 464 '../testing/gmock.gyp:gmock', |
465 '../testing/gtest.gyp:gtest', | 465 '../testing/gtest.gyp:gtest', |
466 '../url/url.gyp:url_lib', | 466 '../url/url.gyp:url_lib', |
467 'chromeos_test_support', | 467 'chromeos_test_support', |
468 'power_manager_proto', | 468 'power_manager_proto', |
469 ], | 469 ], |
470 'sources': [ | 470 'sources': [ |
471 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 471 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
472 'attestation/attestation_flow_unittest.cc', | 472 'attestation/attestation_flow_unittest.cc', |
473 'audio/cras_audio_handler_unittest.cc', | 473 'audio/cras_audio_handler_unittest.cc', |
| 474 'cert_loader_unittest.cc', |
474 'cryptohome/system_salt_getter_unittest.cc', | 475 'cryptohome/system_salt_getter_unittest.cc', |
475 'dbus/blocking_method_caller_unittest.cc', | 476 'dbus/blocking_method_caller_unittest.cc', |
476 'dbus/cros_disks_client_unittest.cc', | 477 'dbus/cros_disks_client_unittest.cc', |
477 'dbus/gsm_sms_client_unittest.cc', | 478 'dbus/gsm_sms_client_unittest.cc', |
478 'dbus/introspectable_client_unittest.cc', | 479 'dbus/introspectable_client_unittest.cc', |
479 'dbus/modem_messaging_client_unittest.cc', | 480 'dbus/modem_messaging_client_unittest.cc', |
480 'dbus/nfc_client_unittest.cc', | 481 'dbus/nfc_client_unittest.cc', |
481 'dbus/power_policy_controller_unittest.cc', | 482 'dbus/power_policy_controller_unittest.cc', |
482 'dbus/shill_client_unittest_base.cc', | 483 'dbus/shill_client_unittest_base.cc', |
483 'dbus/shill_client_unittest_base.h', | 484 'dbus/shill_client_unittest_base.h', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 550 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
550 ], | 551 ], |
551 'variables': { | 552 'variables': { |
552 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 553 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
553 'proto_out_dir': 'chromeos/dbus/power_manager', | 554 'proto_out_dir': 'chromeos/dbus/power_manager', |
554 }, | 555 }, |
555 'includes': ['../build/protoc.gypi'], | 556 'includes': ['../build/protoc.gypi'], |
556 }, | 557 }, |
557 ], | 558 ], |
558 } | 559 } |
OLD | NEW |