| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 415ab2f56c0e6effdc18308fe524c20702db6952..a8a5b0a1f9bc7e4f1cee5d0d4eb3bbcbe4442c05 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',
|
| @@ -1008,6 +1010,7 @@
|
| 'include_dirs': [
|
| '..',
|
| '../third_party/cld',
|
| + '<(policy_out_dir)',
|
| ],
|
| 'defines': [
|
| 'CLD_WINDOWS',
|
|
|