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

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

Issue 1722743002: Adds ability for chrome to behave as mojo_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to tip of tree 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
Index: mojo/shell/runner/host/BUILD.gn
diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
index 0522d97c055054f3c6c3dc3e9aa8a338068ca2e4..b4e38f7179d96391d501d66203eba9c55fd798d4 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/mojo/shell/runner/host/BUILD.gn
@@ -61,7 +61,6 @@ source_set("lib") {
"child_process.h",
"child_process_host.cc",
"child_process_host.h",
- "command_line_switch.h",
"in_process_native_runner.cc",
"in_process_native_runner.h",
"out_of_process_native_runner.cc",
@@ -111,6 +110,7 @@ test("mojo_runner_host_unittests") {
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/message_pump",
+ "//mojo/shell",
"//mojo/shell/runner:init",
"//mojo/shell/runner/common",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698