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

Unified Diff: components/query_parser/BUILD.gn

Issue 1303013005: Add more components tests to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests5
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/autofill/content/browser/BUILD.gn ('k') | components/visitedlink/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/query_parser/BUILD.gn
diff --git a/components/query_parser/BUILD.gn b/components/query_parser/BUILD.gn
index 9b005464f304aaa6cd5a6c9d456a247c3f4b88a9..729725932b4d1e0f59ddb20197eb76aaeaddfa01 100644
--- a/components/query_parser/BUILD.gn
+++ b/components/query_parser/BUILD.gn
@@ -16,3 +16,15 @@ source_set("query_parser") {
"//third_party/icu",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "query_parser_unittest.cc",
+ "snippet_unittest.cc",
+ ]
+ deps = [
+ ":query_parser",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/visitedlink/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698