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

Unified Diff: components/domain_reliability/BUILD.gn

Issue 406683004: Add more components tests to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/dom_distiller/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/BUILD.gn
diff --git a/components/domain_reliability/BUILD.gn b/components/domain_reliability/BUILD.gn
index 528d5d44ddc6c30aab6dd946dcbafab0c217f205..335b1411fcf8c7bd7a2ce5fa689049e90a31d898 100644
--- a/components/domain_reliability/BUILD.gn
+++ b/components/domain_reliability/BUILD.gn
@@ -60,3 +60,22 @@ component("domain_reliability") {
"//url",
]
}
+
+source_set("unit_tests") {
+ sources = [
+ "config_unittest.cc",
+ "context_unittest.cc",
+ "dispatcher_unittest.cc",
+ "monitor_unittest.cc",
+ "scheduler_unittest.cc",
+ "test_util.cc",
+ "test_util.h",
+ "uploader_unittest.cc",
+ "util_unittest.cc",
+ ]
+
+ deps = [
+ ":domain_reliability",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698