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

Unified Diff: components/pref_registry.gypi

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding required dependency Created 6 years, 5 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/standalone/content_extractor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pref_registry.gypi
diff --git a/components/pref_registry.gypi b/components/pref_registry.gypi
index 0661514cd5382127e575b18fd0da4ff702ec0eeb..01e63b31ec7ccc4eb5688304a76d6fb7020fce0c 100644
--- a/components/pref_registry.gypi
+++ b/components/pref_registry.gypi
@@ -29,6 +29,7 @@
'target_name': 'pref_registry_test_support',
'type': 'static_library',
'dependencies': [
+ '../base/base.gyp:base_prefs_test_support',
nyquist 2014/07/11 23:20:06 Local dependencies go first.
smaslo 2014/07/11 23:26:40 Done.
'pref_registry',
],
'include_dirs': [
« no previous file with comments | « components/dom_distiller/standalone/content_extractor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698