Index: mojo/data_pipe_utils/BUILD.gn |
diff --git a/mojo/data_pipe_utils/BUILD.gn b/mojo/data_pipe_utils/BUILD.gn |
index 0798050c6f3c8d8c9ae97a41c3733e8414143a0c..53d297d43f1fb94284a6bf7137b7aba83922e0b7 100644 |
--- a/mojo/data_pipe_utils/BUILD.gn |
+++ b/mojo/data_pipe_utils/BUILD.gn |
@@ -2,6 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//mojo/public/mojo_application.gni") |
+ |
source_set("data_pipe_utils") { |
sources = [ |
"data_pipe_drainer.cc", |
@@ -27,7 +29,7 @@ source_set("data_pipe_utils") { |
] |
} |
-source_set("tests") { |
+mojo_native_application("mojo_data_pipe_utils_apptests") { |
testonly = true |
sources = [ |
@@ -37,6 +39,8 @@ source_set("tests") { |
deps = [ |
":data_pipe_utils", |
"//base", |
+ "//mojo/application", |
+ "//mojo/application:test_support", |
"//testing/gtest", |
] |
} |