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

Unified Diff: components/proxy_config.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/proximity_auth.gypi ('k') | components/signin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config.gypi
diff --git a/components/proxy_config.gypi b/components/proxy_config.gypi
index 985bf117dc3ed70649ee96ee164dcb8ea3817683..f30b9f809686a81cd14084f7c731f7c7b8f3e6d1 100644
--- a/components/proxy_config.gypi
+++ b/components/proxy_config.gypi
@@ -10,10 +10,10 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
'pref_registry',
+ 'prefs/prefs.gyp:prefs',
],
'include_dirs': [
'..',
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698