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

Unified Diff: mojo/shell/runner/child/BUILD.gn

Issue 1736663003: Eliminate Quit() from Shell, and roll Shell & Connector together. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@14cf
Patch Set: . Created 4 years, 10 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/shell/public/interfaces/shell_client.mojom ('k') | mojo/shell/runner/child/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/child/BUILD.gn
diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
index 5446abe761bbdb69de5c35fb6a98d682ac287e87..cdc50d92cf876d7b89c935bf7fdd8f0c247e53c4 100644
--- a/mojo/shell/runner/child/BUILD.gn
+++ b/mojo/shell/runner/child/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//mojo/public/mojo_application.gni")
+import("//mojo/public/mojo_application_manifest.gni")
import("//mojo/public/tools/bindings/mojom.gni")
group("child") {
@@ -84,6 +85,7 @@ mojo_native_application("apptests") {
deps = [
":apptest_interfaces",
+ ":manifest",
"//base",
"//base/test:test_config",
"//mojo/shell/public/cpp:sources",
@@ -95,6 +97,11 @@ mojo_native_application("apptests") {
]
}
+mojo_application_manifest("manifest") {
+ application_name = "mojo_runner_child_apptest"
+ source = "manifest.json"
+}
+
executable("native_target") {
output_name = "mojo_runner_child_apptest_native_target"
testonly = true
« no previous file with comments | « mojo/shell/public/interfaces/shell_client.mojom ('k') | mojo/shell/runner/child/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698