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

Unified Diff: shell/BUILD.gn

Issue 1053743002: Rename AppChildController -> ChildController. (Closed) Base URL: https://github.com/domokit/mojo.git@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.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 2f50786afed83373cb2520f3c43d3b57f7bbf957..b12c1a82af84b990fad3e53dd82943873f37154d 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -156,7 +156,7 @@ source_set("lib") {
]
deps = [
- ":app_child_process_bindings",
+ ":child_controller_bindings",
":external_application_registrar_bindings",
":init",
":in_process_native_runner",
@@ -382,9 +382,9 @@ if (is_android) {
}
}
-mojom("app_child_process_bindings") {
+mojom("child_controller_bindings") {
sources = [
- "app_child_process.mojom",
+ "child_controller.mojom",
]
deps = [
« 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