summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/DEPS
diff options
context:
space:
mode:
authornoyau <noyau@chromium.org>2014-08-29 02:11:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-29 09:12:50 +0000
commiteefc52bd9cb4ceb4d007230a49445e038e118c2f (patch)
treef0081a6a87e5a823146246fe298dba4ebe720cd6 /components/enhanced_bookmarks/DEPS
parent62c7cf8498798e5695556bb1e7fcae7f314b79eb (diff)
downloadchromium_src-eefc52bd9cb4ceb4d007230a49445e038e118c2f.zip
chromium_src-eefc52bd9cb4ceb4d007230a49445e038e118c2f.tar.gz
chromium_src-eefc52bd9cb4ceb4d007230a49445e038e118c2f.tar.bz2
Bring up of ImageService.
ImageService is an abstract superclass that will have subclasses for each mobile platform. This class stores a salient image for a bookmark which is removed when the bookmark node is deleted. BUG=None Review URL: https://codereview.chromium.org/513793002 Cr-Commit-Position: refs/heads/master@{#292596}
Diffstat (limited to 'components/enhanced_bookmarks/DEPS')
-rw-r--r--components/enhanced_bookmarks/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/DEPS b/components/enhanced_bookmarks/DEPS
index de785ae..0d0fb7d 100644
--- a/components/enhanced_bookmarks/DEPS
+++ b/components/enhanced_bookmarks/DEPS
@@ -1,6 +1,8 @@
include_rules = [
"+components/bookmarks",
+ "+components/keyed_service",
"+jni",
+ "+net",
"+sql",
"+ui",
]