Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ntp_snippets_strings.grdp ('k') | components/ntp_tiles/popular_sites_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index 453bbf503af452bfec0aa91830e02617438bc36d..a4808c3048da156f6f039816d527bf2f202bc077 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -57,13 +57,17 @@ source_set("unit_tests") {
sources = [
"icon_cacher_unittest.cc",
"most_visited_sites_unittest.cc",
+ "popular_sites_unittest.cc",
]
deps = [
":ntp_tiles",
+ "//base/test:test_support",
"//components/favicon/core",
"//components/favicon_base",
"//components/image_fetcher",
+ "//components/pref_registry:test_support",
+ "//net:test_support",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx:test_support",
« no previous file with comments | « components/ntp_snippets_strings.grdp ('k') | components/ntp_tiles/popular_sites_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698