summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-01-14 01:49:06 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-14 09:49:52 +0000
commitf900329e4f25bbab1be0514080d14fc500433018 (patch)
tree482ed0a8b550b1f5eef1dacb64358ca34af24862 /components/BUILD.gn
parent45065e9ada154b8443f10fb902d7562794f00565 (diff)
downloadchromium_src-f900329e4f25bbab1be0514080d14fc500433018.zip
chromium_src-f900329e4f25bbab1be0514080d14fc500433018.tar.gz
chromium_src-f900329e4f25bbab1be0514080d14fc500433018.tar.bz2
Move select_favicon_frames_unittest.cc to favicon_base
Move select_favicon_frames_unittest.cc into the favicon_base with the code that it is testing. Add the unit_test to the components_unittests, including when using gn build system. BUG=359513 Review URL: https://codereview.chromium.org/851693003 Cr-Commit-Position: refs/heads/master@{#311437}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 739d387..cb58e34 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -240,6 +240,7 @@ test("components_unittests") {
"//components/data_reduction_proxy/core/common:unit_tests",
"//components/dom_distiller/core:unit_tests",
"//components/domain_reliability:unit_tests",
+ "//components/favicon_base:unit_tests",
"//components/google/core/browser:unit_tests",
"//components/login:unit_tests",
"//components/metrics:unit_tests",