summaryrefslogtreecommitdiffstats
path: root/components/search_provider_logos/DEPS
diff options
context:
space:
mode:
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 20:24:48 +0000
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 20:24:48 +0000
commitff407b349544f28abd9b59c500b972af5e6b7263 (patch)
treecd0aa415d11fadb9b876a2065540d114a44570ea /components/search_provider_logos/DEPS
parent71ce9393b9b7bf33669d752692781fffc49be8a0 (diff)
downloadchromium_src-ff407b349544f28abd9b59c500b972af5e6b7263.zip
chromium_src-ff407b349544f28abd9b59c500b972af5e6b7263.tar.gz
chromium_src-ff407b349544f28abd9b59c500b972af5e6b7263.tar.bz2
Revert 267314 "Add LogoTracker to fetch search providers' logos."
> Add LogoTracker to fetch search providers' logos. > > The LogoTracker keeps track of the logo for a search provider. The logo > is downloaded, cached on disk, and periodically revalidated. > > This code lives inside a component (search_provider_logos) so it can be > used on both Android and iOS. > > BUG=178922 > NOTRY=true > > Review URL: https://codereview.chromium.org/162373002 TBR=newt@chromium.org Review URL: https://codereview.chromium.org/257363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/search_provider_logos/DEPS')
-rw-r--r--components/search_provider_logos/DEPS10
1 files changed, 0 insertions, 10 deletions
diff --git a/components/search_provider_logos/DEPS b/components/search_provider_logos/DEPS
deleted file mode 100644
index ba7b9c8..0000000
--- a/components/search_provider_logos/DEPS
+++ /dev/null
@@ -1,10 +0,0 @@
-include_rules = [
- "+net",
- "+third_party/skia/include/core/SkBitmap.h",
- "+ui/gfx/image",
-
- # search_provider_logos is shared by iOS and hence cannot depend on the
- # content layer. If //content dependencies need to be introduced, this will
- # have to become a layered component."
- "-content",
-]