| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 899442b41f348604d3c4bf96bcf4d5feeaf75044..8bf51622feb2c89a8d8e6577a1614c958516ac05 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',
|
| @@ -305,6 +306,7 @@
|
| '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../ui/compositor/compositor.gyp:compositor_test_support',
|
| + '../ui/snapshot/snapshot.gyp:snapshot_test_support',
|
| ],
|
| 'export_dependent_settings': [
|
| 'renderer',
|
|
|