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

Unified Diff: shell/BUILD.gn

Issue 877093003: Add a missing BUILD dep for app_child_process.mojom. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | no next file » | 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 4c9b1fb69c9d997ba50203465af2139dc3c120e0..3f4838a69c0d969768b0be77038b08bb4ece83f6 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -360,6 +360,10 @@ mojom("app_child_process_bindings") {
sources = [
"app_child_process.mojom",
]
+
+ deps = [
+ "//mojo/public/interfaces/application",
+ ]
}
mojom("external_application_registrar_bindings") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698