| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index b4733dfedcf1baf794c49cc2807f6a7001541ecc..1f715655d93a98f2e2ba1d02c895c6b836d0d35c 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -332,7 +332,6 @@
|
| '<(DEPTH)/components/components.gyp:metrics',
|
| '<(DEPTH)/components/components.gyp:metrics_net',
|
| '<(DEPTH)/components/components.gyp:omnibox_common',
|
| - '<(DEPTH)/components/components.gyp:policy',
|
| '<(DEPTH)/components/components.gyp:policy_component_common',
|
| # TODO(fdoray): Remove this once the PreRead field trial has expired.
|
| # crbug.com/577698
|
| @@ -517,6 +516,11 @@
|
| 'common/media/webrtc_logging_messages.h',
|
| ]
|
| }],
|
| + ['configuration_policy==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/components/components.gyp:policy',
|
| + ],
|
| + }],
|
| ['safe_browsing==1', {
|
| 'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
|
| }],
|
|
|