Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: components/policy/policy_common.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index 55573e6596f88359f6144d2b6c4729af1074c49e..e9c7cb59cd0b06c54ec1ebf4ca21821db0879f11 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -16,7 +16,6 @@
'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',
@@ -26,6 +25,7 @@
'data_use_measurement_core',
'json_schema',
'policy',
+ 'prefs/prefs.gyp:prefs',
],
'sources': [
'core/common/async_policy_loader.cc',
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698