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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'system/mock_statistics_provider.cc', | 484 'system/mock_statistics_provider.cc', |
485 'system/mock_statistics_provider.h', | 485 'system/mock_statistics_provider.h', |
486 ], | 486 ], |
487 'include_dirs': [ | 487 'include_dirs': [ |
488 '..', | 488 '..', |
489 ], | 489 ], |
490 }, | 490 }, |
491 { | 491 { |
492 'target_name': 'chromeos_test_support_without_gmock', | 492 'target_name': 'chromeos_test_support_without_gmock', |
493 'type': 'static_library', | 493 'type': 'static_library', |
| 494 'export_dependent_settings': [ |
| 495 # fake_power_manager_client.h includes pb.h files. |
| 496 'power_manager_proto', |
| 497 ], |
494 'dependencies': [ | 498 'dependencies': [ |
495 '../build/linux/system.gyp:dbus', | 499 '../build/linux/system.gyp:dbus', |
496 '../crypto/crypto.gyp:crypto', | 500 '../crypto/crypto.gyp:crypto', |
497 '../dbus/dbus.gyp:dbus', | 501 '../dbus/dbus.gyp:dbus', |
498 'chromeos', | 502 'chromeos', |
499 'cryptohome_proto', | 503 'cryptohome_proto', |
500 'power_manager_proto', | 504 'power_manager_proto', |
501 ], | 505 ], |
502 'sources': [ | 506 'sources': [ |
503 'dbus/fake_cros_disks_client.cc', | 507 'dbus/fake_cros_disks_client.cc', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 ], | 659 ], |
656 'variables': { | 660 'variables': { |
657 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
658 'proto_out_dir': 'chromeos/cryptohome', | 662 'proto_out_dir': 'chromeos/cryptohome', |
659 }, | 663 }, |
660 'includes': ['../build/protoc.gypi'], | 664 'includes': ['../build/protoc.gypi'], |
661 }, | 665 }, |
662 | 666 |
663 ], | 667 ], |
664 } | 668 } |
OLD | NEW |