| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 51cb17a8a4f20068a5e6199361957adcdca4dbd1..6a28795cda6ab42be7ee64172255d78884253d91 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -491,6 +491,10 @@
|
| {
|
| 'target_name': 'chromeos_test_support_without_gmock',
|
| 'type': 'static_library',
|
| + 'export_dependent_settings': [
|
| + # fake_power_manager_client.h includes pb.h files.
|
| + 'power_manager_proto',
|
| + ],
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| '../crypto/crypto.gyp:crypto',
|
|
|