| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index d0a9c466ec3ba1aba16500029e1a73f034f21a94..a8ee3297b5a77f90ca6ad3a7c2b54682254341f2 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -423,7 +423,6 @@
|
| }],
|
| ['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/components.gyp:autofill_content_common',
|
| @@ -497,9 +496,6 @@
|
| 'common/net/url_util.cc',
|
| 'common/spellcheck_common.cc',
|
| ],
|
| - 'dependencies!': [
|
| - '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| - ],
|
| }],
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
| @@ -577,6 +573,11 @@
|
| 'common/print_messages.h',
|
| ]
|
| }],
|
| + ['configuration_policy==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/components/components.gyp:policy',
|
| + ],
|
| + }],
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
|
|