summaryrefslogtreecommitdiffstats
path: root/components/favicon.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-09-07 02:05:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-07 09:06:47 +0000
commit7514542f29e3e44da77eee969756b1be272f556e (patch)
tree8cf6cbf7f55f11e46c05ffd512b1ed2812408274 /components/favicon.gypi
parentd7fdb7804e2e5a22189496b1dcc4b40af8b95017 (diff)
downloadchromium_src-7514542f29e3e44da77eee969756b1be272f556e.zip
chromium_src-7514542f29e3e44da77eee969756b1be272f556e.tar.gz
chromium_src-7514542f29e3e44da77eee969756b1be272f556e.tar.bz2
Fix dependency on //content from //components/favicon/core.
The favicon component is layered and //components/favicon/core must not depends on //content. Fix the layering violation by using injection to pass the base::TaskRunner to use via LargeIconServiceFactory. The bad dependency was introduced in http://crrev.com/1122103003. BUG=467712,429756,459705 Review URL: https://codereview.chromium.org/1315953006 Cr-Commit-Position: refs/heads/master@{#347611}
Diffstat (limited to 'components/favicon.gypi')
-rw-r--r--components/favicon.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/favicon.gypi b/components/favicon.gypi
index 7ca9af3..65db08f 100644
--- a/components/favicon.gypi
+++ b/components/favicon.gypi
@@ -10,7 +10,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',