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

Unified Diff: mojo/shell/BUILD.gn

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts Created 5 years, 8 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/services/window_manager/window_manager_apptest.cc ('k') | mojo/shell/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 4643e6b3fe3e5c00f1c7a55da80a908730bbac8b..10c5b2c0ef26b2e253716c4cc4f97b7f0b9c92fe 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -112,8 +112,6 @@ 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",
"filename_util.cc",
@@ -361,7 +359,6 @@ mojom("child_process_bindings") {
test("mojo_shell_tests") {
sources = [
"child_process_host_unittest.cc",
- "command_line_util_unittest.cc",
"data_pipe_peek_unittest.cc",
"in_process_native_runner_unittest.cc",
"native_runner_unittest.cc",
« no previous file with comments | « mojo/services/window_manager/window_manager_apptest.cc ('k') | mojo/shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698