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

Unified Diff: shell/BUILD.gn

Issue 1055463004: Replace ChildProcess/AppChildProcess with a simple ChildMain(). (Closed) Base URL: https://github.com/domokit/mojo.git@simplify_child_6-x-simplify_child_5
Patch Set: rebased 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.h » ('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 b12c1a82af84b990fad3e53dd82943873f37154d..9d4c1e848fdd24c6a0cd4d4b22e7c2bdf65ca5ea 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -131,10 +131,8 @@ source_set("in_process_native_runner") {
source_set("lib") {
sources = [
- "app_child_process.cc",
- "app_child_process.h",
- "child_process.cc",
- "child_process.h",
+ "child_main.cc",
+ "child_main.h",
"child_process_host.cc",
"child_process_host.h",
"command_line_util.cc",
« no previous file with comments | « no previous file | shell/app_child_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698