Index: components/web_view/BUILD.gn |
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn |
index d18c2c2c3b9134c948ed9ad37ee6b31627f0f39b..26a85a338f2541f6f782601b9022c7c149d87c94 100644 |
--- a/components/web_view/BUILD.gn |
+++ b/components/web_view/BUILD.gn |
@@ -82,7 +82,8 @@ source_set("test_support") { |
] |
} |
-mojo_native_application("mandoline_frame_apptests") { |
+mojo_native_application("apptests") { |
+ output_name = "web_view_apptests" |
msw
2015/09/09 18:11:47
I think we need to specify the name in the target
sky
2015/09/09 18:14:28
We aren't for html_viewer_apptests. But then we do
msw
2015/09/09 18:20:21
NVM, it's just unit tests for the sake of android
sky
2015/09/09 18:20:32
It looks like the view_manager apptests have a tar
|
testonly = true |
sources = [ |