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

Unified Diff: components/network_hints/renderer/BUILD.gn

Issue 1311623002: Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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/metrics/BUILD.gn ('k') | components/precache/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_hints/renderer/BUILD.gn
diff --git a/components/network_hints/renderer/BUILD.gn b/components/network_hints/renderer/BUILD.gn
index 48f52cd14c4873926163e4be8891b2ae7025d21c..8ddd2abad4487b93514aac0142e4f73d647e1f19 100644
--- a/components/network_hints/renderer/BUILD.gn
+++ b/components/network_hints/renderer/BUILD.gn
@@ -21,3 +21,15 @@ source_set("renderer") {
"//third_party/WebKit/public:blink",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "dns_prefetch_queue_unittest.cc",
+ "renderer_dns_prefetch_unittest.cc",
+ ]
+ deps = [
+ ":renderer",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/precache/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698