summaryrefslogtreecommitdiffstats
path: root/extensions/browser/DEPS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 17:37:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 17:37:26 +0000
commitf0c8c4993d1828df35581db849c2d4563fc12479 (patch)
treec40d0e7358871a596f21c9f89c480ef0834ea5fd /extensions/browser/DEPS
parente6fc1e2494a088bc9115104da81d9fbdbec2fc56 (diff)
downloadchromium_src-f0c8c4993d1828df35581db849c2d4563fc12479.zip
chromium_src-f0c8c4993d1828df35581db849c2d4563fc12479.tar.gz
chromium_src-f0c8c4993d1828df35581db849c2d4563fc12479.tar.bz2
components: Extract pref_registry component out of user_prefs.
The reason for doing this is that user_prefs depends on content_browser, which brings a lot of extra dependencies that takes a lot of time to build (yeah, I'm looking at you Blink and V8) and bookmarks is one of the targets that should not depend on content. BUG=359565 TEST=green trybots R=blundell@chromium.org, sky@chromium.org, yoz@chromium.org Review URL: https://codereview.chromium.org/271793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r--extensions/browser/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index af6e02ab..15dca56 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -1,6 +1,6 @@
include_rules = [
"+components/keyed_service",
- "+components/user_prefs",
+ "+components/pref_registry",
"+content/public/browser",
"+grit/extensions_strings.h",
"+net",