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

Unified Diff: components/ssl_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/signin.gypi ('k') | components/startup_metric_utils.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_config.gypi
diff --git a/components/ssl_config.gypi b/components/ssl_config.gypi
index 261b26c8fdc5a8934408d9ac343230ee07d7ed7e..2e742b21ef60eb101f646c14dbb10b1850792c4b 100644
--- a/components/ssl_config.gypi
+++ b/components/ssl_config.gypi
@@ -10,10 +10,10 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../net/net.gyp:net',
'content_settings_core_browser',
'content_settings_core_common',
+ 'prefs/prefs.gyp:prefs',
],
'include_dirs': [
'..',
« no previous file with comments | « components/signin.gypi ('k') | components/startup_metric_utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698