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

Unified Diff: components/captive_portal/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/bookmarks/browser/BUILD.gn ('k') | components/cloud_devices/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/captive_portal/BUILD.gn
diff --git a/components/captive_portal/BUILD.gn b/components/captive_portal/BUILD.gn
index 67086bb1db7e7987653b70beb8605d1ca0cbc959..fbdae62eeca2eda8f89a85480991fa0869d11e9d 100644
--- a/components/captive_portal/BUILD.gn
+++ b/components/captive_portal/BUILD.gn
@@ -33,3 +33,14 @@ static_library("test_support") {
"//url",
]
}
+
+source_set("unit_tests") {
+ sources = [
+ "captive_portal_detector_unittest.cc",
+ ]
+
+ deps = [
+ ":captive_portal",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/bookmarks/browser/BUILD.gn ('k') | components/cloud_devices/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698