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

Unified Diff: mojo/application/BUILD.gn

Issue 695593002: Add Chromium environment application test support. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync and rebase. 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
« no previous file with comments | « examples/apptest/BUILD.gn ('k') | mojo/application/application_test_main_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 077d429da5d88f82017f092a2c6f6e0d74f360cb..31d90c0297bd39d722e886690644a997eb7022d6 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -32,3 +32,16 @@ source_set("content_handler") {
"//mojo/services/public/interfaces/content_handler",
]
}
+
+source_set("test_support") {
+ testonly = true
+ sources = [ "application_test_main_chromium.cc", ]
+
+ public_deps = [
+ "//mojo/public/cpp/application:test_support",
+ ]
+ deps = [
+ "//base",
+ "//mojo/environment:chromium",
+ ]
+}
« no previous file with comments | « examples/apptest/BUILD.gn ('k') | mojo/application/application_test_main_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698