| 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",
|
| + ]
|
| +}
|
|
|