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

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

Issue 1296623003: Adds components/history tests to BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/common/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/components/history/core/common/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..b2f332aafe33d5ab90ac307ea89f34ff9b7f3736 100644
--- a/components/history/core/common/BUILD.gn
+++ b/components/history/core/common/BUILD.gn
@@ -12,3 +12,14 @@ static_library("common") {
"//base",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "thumbnail_score_unittest.cc",
+ ]
+ deps = [
+ ":common",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698