| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 538360ae2df9aba426f9802b7337891316b1c664..52902e06808152a07b6819e9ea1aebc3cd1f9abe 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -424,10 +424,10 @@
|
| }],
|
| ['OS != "ios"', {
|
| 'dependencies': [
|
| - '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
|
| '<(DEPTH)/components/components.gyp:autofill_core_common',
|
| '<(DEPTH)/components/nacl.gyp:nacl_common',
|
| + '<(DEPTH)/components/components.gyp:policy',
|
| '<(DEPTH)/components/components.gyp:visitedlink_common',
|
| '<(DEPTH)/extensions/extensions.gyp:extensions_common',
|
| '<(DEPTH)/ipc/ipc.gyp:ipc',
|
| @@ -497,9 +497,6 @@
|
| 'common/net/url_util.cc',
|
| 'common/spellcheck_common.cc',
|
| ],
|
| - 'dependencies!': [
|
| - '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| - ],
|
| }],
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
|
|