| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c945b0742a4bd3e1a01df116b14b83e90f11eefe..ba9e52c8f2ae5d9d4c23c93c52bf70129fc52a3e 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -30,6 +30,7 @@
|
| 'chrome_strings',
|
| 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
|
| 'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
|
| + 'policy_source',
|
| 'theme_resources',
|
| '../base/base.gyp:test_support_base',
|
| '../skia/skia.gyp:skia',
|
| @@ -41,6 +42,7 @@
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| + '<(policy_out_dir)',
|
| ],
|
| 'sources': [
|
| 'app/breakpad_mac_stubs.mm',
|
| @@ -1000,6 +1002,7 @@
|
| 'include_dirs': [
|
| '..',
|
| '../third_party/cld',
|
| + '<(policy_out_dir)',
|
| ],
|
| 'defines': [
|
| 'CLD_WINDOWS',
|
|
|