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

Unified Diff: components/dom_distiller.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/content_settings.gypi ('k') | components/domain_reliability.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 9b746141426ea835e9ab3b1859eee6de053a02b1..515626939b7fb1c208b44c80bb5cae40906957f2 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -54,7 +54,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
'../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto',
@@ -63,6 +62,7 @@
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'dom_distiller_protos',
+ 'prefs/prefs.gyp:prefs',
'pref_registry',
'variations',
],
« no previous file with comments | « components/content_settings.gypi ('k') | components/domain_reliability.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698