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

Unified Diff: shell/BUILD.gn

Issue 816473002: Update mojo shell so that --args-for can be used on android (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 6 years 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/tools/android_mojo_shell.py ('k') | shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index d36b7bbf01063e5b0825f231c63945dcc7bbb85d..ac8779a11f30803af9e1d05c5bea67f3e9d1dc66 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -139,6 +139,8 @@ source_set("lib") {
"child_process.h",
"child_process_host.cc",
"child_process_host.h",
+ "command_line_util.cc",
+ "command_line_util.h",
"context.cc",
"context.h",
"data_pipe_peek.cc",
@@ -367,6 +369,7 @@ source_set("external_application_registrar_connection") {
test("mojo_shell_tests") {
sources = [
"child_process_host_unittest.cc",
+ "command_line_util_unittest.cc",
"data_pipe_peek_unittest.cc",
"dynamic_application_loader_unittest.cc",
"in_process_dynamic_service_runner_unittest.cc",
« no previous file with comments | « mojo/tools/android_mojo_shell.py ('k') | shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698