summaryrefslogtreecommitdiffstats
path: root/components/favicon_base/DEPS
diff options
context:
space:
mode:
authorjif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-28 13:51:29 +0000
committerjif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-28 13:51:29 +0000
commit2537fcff333b54999c50f1caec16bb75847a029c (patch)
treeee4ac80b4370806b4199f95b7d54b4f230489d0b /components/favicon_base/DEPS
parent3779b3e169ae89170e7783119fd58fc5a2b47c11 (diff)
downloadchromium_src-2537fcff333b54999c50f1caec16bb75847a029c.zip
chromium_src-2537fcff333b54999c50f1caec16bb75847a029c.tar.gz
chromium_src-2537fcff333b54999c50f1caec16bb75847a029c.tar.bz2
Moves SelectFaviconFrames from history to the favicon_base component.
In order to create a favicon component, we are removing dependencies on chrome/. TBR=bsalomon1 BUG=359592 NOTRY=true Review URL: https://codereview.chromium.org/246893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/favicon_base/DEPS')
-rw-r--r--components/favicon_base/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/favicon_base/DEPS b/components/favicon_base/DEPS
index b273ae3..20ad28e 100644
--- a/components/favicon_base/DEPS
+++ b/components/favicon_base/DEPS
@@ -1,3 +1,6 @@
include_rules = [
+ "+skia/ext",
+ "+third_party/skia/include",
+ "+ui/base",
"+ui/gfx",
]