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

Unified Diff: components/domain_reliability.gypi

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix 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/dom_distiller.gypi ('k') | components/flags_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability.gypi
diff --git a/components/domain_reliability.gypi b/components/domain_reliability.gypi
index eae16ab692a503f4ac4e4e6882bfa6ed1e6ca719..3a6155a8e8f8feedf6e310f69a8fe8fc261f8f1f 100644
--- a/components/domain_reliability.gypi
+++ b/components/domain_reliability.gypi
@@ -13,9 +13,9 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../components/components.gyp:data_use_measurement_core',
'../components/components.gyp:keyed_service_core',
+ '../components/prefs/prefs.gyp:prefs',
'../content/content.gyp:content_browser',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/flags_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698