Index: components/policy/policy_common.gypi |
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi |
index e9c7cb59cd0b06c54ec1ebf4ca21821db0879f11..55573e6596f88359f6144d2b6c4729af1074c49e 100644 |
--- a/components/policy/policy_common.gypi |
+++ b/components/policy/policy_common.gypi |
@@ -16,6 +16,7 @@ |
'conditions': [ |
['configuration_policy==1', { |
'dependencies': [ |
+ '../base/base.gyp:base_prefs', |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../google_apis/google_apis.gyp:google_apis', |
'../net/net.gyp:net', |
@@ -25,7 +26,6 @@ |
'data_use_measurement_core', |
'json_schema', |
'policy', |
- 'prefs/prefs.gyp:prefs', |
], |
'sources': [ |
'core/common/async_policy_loader.cc', |