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

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: 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/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 746f778db942342cb989fe943e93e5dccc423bbd..e6376f837f2ed21c263f8a9b5ef1d02aba12f214 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -18,3 +18,16 @@ source_set("application") {
"//mojo/environment:chromium",
]
}
+
+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",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698