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

Unified Diff: shell/BUILD.gn

Issue 1040413003: Shell: Remove the test child stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | shell/app_child_process.cc » ('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 04ed5416713a03c97dca1c858ad09f2d5a8991ec..d10dc287c2daa3c11bc751622cae782e4c9d09c4 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -153,8 +153,6 @@ source_set("lib") {
"out_of_process_native_runner.h",
"task_runners.cc",
"task_runners.h",
- "test_child_process.cc",
- "test_child_process.h",
"url_resolver.cc",
"url_resolver.h",
]
@@ -431,7 +429,7 @@ source_set("external_application_registrar_connection") {
# GYP version: mojo/mojo.gyp:mojo_shell_tests
test("mojo_shell_tests") {
sources = [
- "child_process_host_unittest.cc",
+ "app_child_process_host_unittest.cc",
"command_line_util_unittest.cc",
"data_pipe_peek_unittest.cc",
"in_process_native_runner_unittest.cc",
« no previous file with comments | « no previous file | shell/app_child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698