| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 987aa01fd966ade1f38d2d3dc2d0738d03e5dbdb..9368980153f37d0d86c73d1a63df279d59e4764f 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -291,6 +291,7 @@
|
| 'conditions': [
|
| ['OS!="ios"', {
|
| 'dependencies': [
|
| + 'cloud_policy_proto',
|
| 'common/extensions/api/api.gyp:api',
|
| 'plugin',
|
| 'renderer',
|
| @@ -358,6 +359,9 @@
|
| ],
|
| }],
|
| ['OS=="win"', {
|
| + 'dependencies': [
|
| + '../ui/snapshot/snapshot.gyp:snapshot_test_support',
|
| + ],
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
|
|