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

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: Refactor and add unit tests 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
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 4506cc22e2e009cb489b30b6c59a1535ebf154ca..eba6cabe6bd63301b71ce9513d2e3ba646ce17b8 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",
@@ -365,6 +367,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",

Powered by Google App Engine
This is Rietveld 408576698