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

Unified Diff: components/history/core/test/BUILD.gn

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Fix typo Created 5 years, 11 months 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
Index: components/history/core/test/BUILD.gn
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn
index 9f0deff1f74fd514ba80d95a3234a72864d40c69..95c46db6d83d7b8a8b84ee8d961195873b116358 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -5,6 +5,8 @@
static_library("test") {
testonly = true
sources = [
+ "database_test_utils.cc",
+ "database_test_utils.h",
"history_client_fake_bookmarks.cc",
"history_client_fake_bookmarks.h",
"history_unittest_base.cc",
« no previous file with comments | « components/history/core/browser/top_sites_database_unittest.cc ('k') | components/history/core/test/database_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698