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

Unified Diff: mojo/ui/BUILD.gn

Issue 1775273002: Mozart: Rename ui:unittests to ui:apptests since that's what it is. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 | « mojo/BUILD.gn ('k') | mojo/ui/gl_renderer_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/ui/BUILD.gn
diff --git a/mojo/ui/BUILD.gn b/mojo/ui/BUILD.gn
index a6c7b5abe5c00a177f9274ea0e43027c5cf021ad..254cbe6c340817da20bda14fa262d97fdec3c4bd 100644
--- a/mojo/ui/BUILD.gn
+++ b/mojo/ui/BUILD.gn
@@ -88,13 +88,13 @@ source_set("ganesh") {
]
}
-mojo_native_application("unittests") {
- output_name = "ui_unittests"
+mojo_native_application("apptests") {
+ output_name = "ui_apptests"
testonly = true
sources = [
- "gl_renderer_unittest.cc",
+ "gl_renderer_apptest.cc",
]
deps = [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/ui/gl_renderer_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698