summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-03-20 05:11:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-20 12:12:22 +0000
commitcbacfd785e3eb5f538518c584c66ad79217266c8 (patch)
treef7dab111f8f363a132571c78ebe30af07e0a1036 /components/BUILD.gn
parent21d0b02e0f8514720be4fe0c23aab83992e8555e (diff)
downloadchromium_src-cbacfd785e3eb5f538518c584c66ad79217266c8.zip
chromium_src-cbacfd785e3eb5f538518c584c66ad79217266c8.tar.gz
chromium_src-cbacfd785e3eb5f538518c584c66ad79217266c8.tar.bz2
Remove //components/favicon/core/browser
This adds unnecessary complexity since only //chrome/browser uses the favicon components and there are no other sub-directories in //components/favicon/core. BUG=359513 TBR=sky@chromium.org TBR=reed@google.com Review URL: https://codereview.chromium.org/1021223002 Cr-Commit-Position: refs/heads/master@{#321556}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index b191f5e..88c872a 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -39,7 +39,7 @@ group("all_components") {
"//components/dom_distiller/core",
"//components/domain_reliability",
"//components/enhanced_bookmarks",
- "//components/favicon/core/browser",
+ "//components/favicon/core",
"//components/favicon_base",
"//components/feedback",
"//components/gcm_driver",
@@ -163,7 +163,7 @@ group("all_components") {
"//components/data_reduction_proxy/core/common", # Should work, needs checking.
"//components/dom_distiller/core", # Blocked on content.
"//components/domain_reliability", # Blocked on content.
- "//components/favicon/core/browser", # Blocked on keyed service.
+ "//components/favicon/core", # Blocked on keyed service.
"//components/favicon_base", # Should work, needs checking.
"//components/feedback", # Blocked on content.
"//components/gcm_driver", # Should work, needs checking.