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

Unified Diff: components/content_settings.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/components_tests.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings.gypi
diff --git a/components/content_settings.gypi b/components/content_settings.gypi
index fdca4ba20c11253069d149224f0451d061ba2e10..c547badc9e99d2f262548e6e2e073804fa6e3fcf 100644
--- a/components/content_settings.gypi
+++ b/components/content_settings.gypi
@@ -10,11 +10,11 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
'content_settings_core_common',
'pref_registry',
+ 'prefs/prefs.gyp:prefs',
'url_formatter/url_formatter.gyp:url_formatter',
],
'variables': { 'enable_wexit_time_destructors': 1, },
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698