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

Unified Diff: components/pref_registry/DEPS

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make translate_core_browser depends on pref_registry Created 6 years, 7 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
Index: components/pref_registry/DEPS
diff --git a/content/child/npapi/DEPS b/components/pref_registry/DEPS
similarity index 69%
copy from content/child/npapi/DEPS
copy to components/pref_registry/DEPS
index d07f4aff2e55bdc22081df69d98f7e70c7161060..73bc2107499456710c4390cc439ace5a5d9fa44d 100644
--- a/content/child/npapi/DEPS
+++ b/components/pref_registry/DEPS
@@ -1,4 +1,4 @@
include_rules = [
- "+printing",
+ "-content",
blundell 2014/05/12 07:13:32 Nit: This isn't actually necessary.
tfarina 2014/05/12 20:49:22 Done.
"+ui/base",
]

Powered by Google App Engine
This is Rietveld 408576698