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

Unified Diff: mojo/shell/tests/shell/BUILD.gn

Issue 1775813002: Eliminate CapabilityFilter parameter from CreateInstance, instead reading it from the associated ma… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@41qual
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
Index: mojo/shell/tests/shell/BUILD.gn
diff --git a/mojo/shell/tests/shell/BUILD.gn b/mojo/shell/tests/shell/BUILD.gn
index 6742da1150dc5ab852afa08bebf60e366d9c9203..fc2c25a60aa6a46b13eaab9f01102e7473e3843e 100644
--- a/mojo/shell/tests/shell/BUILD.gn
+++ b/mojo/shell/tests/shell/BUILD.gn
@@ -76,8 +76,15 @@ executable("shell_unittest_target") {
deps = [
":interfaces",
+ ":target_manifest",
"//base",
"//mojo/shell/public/cpp",
"//mojo/shell/runner/child:test_native_main",
]
}
+
+mojo_application_manifest("target_manifest") {
+ type = "exe"
+ application_name = "shell_unittest_target"
+ source = "target_manifest.json"
+}

Powered by Google App Engine
This is Rietveld 408576698