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

Unified Diff: mojo/runner/BUILD.gn

Issue 1434563004: Enable multiprocess by default on desktop mojo_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 92a2342ac34165d0d1f8d62c45e076f448ed7d92..552e4447961bbdb8b870f1fb46995b44dbaa2d18 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -47,7 +47,10 @@ source_set("mojo_runner_lib") {
"register_local_aliases.cc",
"register_local_aliases.h",
]
- deps += [ "//components/tracing:startup_tracing" ]
+ deps += [
+ "//components/tracing:startup_tracing",
+ "//mojo/shell",
+ ]
} else {
sources += [
"android/context_init.h",

Powered by Google App Engine
This is Rietveld 408576698