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

Unified Diff: components/auto_login_parser/BUILD.gn

Issue 398423007: Add initial components unit tests to 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
Index: components/auto_login_parser/BUILD.gn
diff --git a/components/auto_login_parser/BUILD.gn b/components/auto_login_parser/BUILD.gn
index 8b67a8c26cb640c8ce58865b441aa34b5c478a5f..af92f0fa5483d43264361ea87dbaf59e2f9ac945 100644
--- a/components/auto_login_parser/BUILD.gn
+++ b/components/auto_login_parser/BUILD.gn
@@ -13,3 +13,14 @@ source_set("auto_login_parser") {
"//net",
]
}
+
+source_set("unit_tests") {
+ sources = [
+ "auto_login_parser_unittest.cc",
+ ]
+
+ deps = [
+ ":auto_login_parser",
+ "//testing/gtest",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698