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

Unified Diff: mojo/public/cpp/application/BUILD.gn

Issue 695593002: Add Chromium environment application test support. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Cleanup. Created 6 years, 2 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
Index: mojo/public/cpp/application/BUILD.gn
diff --git a/mojo/public/cpp/application/BUILD.gn b/mojo/public/cpp/application/BUILD.gn
index 83dc136c30df608e5e9c58b355f2b3238728daea..d8e4b7402ea44487e01bccae84e0e6e80a4fe081 100644
--- a/mojo/public/cpp/application/BUILD.gn
+++ b/mojo/public/cpp/application/BUILD.gn
@@ -59,6 +59,12 @@ source_set("test_support") {
sources = [
"application_test_base.h",
"lib/application_test_base.cc",
- "lib/application_test_main.cc",
]
}
+
+source_set("test_support_standalone") {
+ testonly = true
+ public_deps = [ ":test_support", ]
+ deps = [ "//mojo/public/cpp/environment:standalone", ]
+ sources = [ "lib/application_test_main.cc", ]
viettrungluu 2014/10/31 20:26:46 nit: Probably you should be at least consistent wi
msw 2014/10/31 20:39:54 Done (fixed here and 'test_support' above).
+}

Powered by Google App Engine
This is Rietveld 408576698