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

Unified Diff: mojo/shell/public/interfaces/BUILD.gn

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
Patch Set: . Created 4 years, 10 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/shell/public/cpp/shell_connection.h ('k') | mojo/shell/public/interfaces/application.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/BUILD.gn
diff --git a/mojo/shell/public/interfaces/BUILD.gn b/mojo/shell/public/interfaces/BUILD.gn
index 1aa7fc5e9e172f3eca59b6d6ed026571de3643c3..5565335544296a4775bd6d3cace9ea877e76f6c4 100644
--- a/mojo/shell/public/interfaces/BUILD.gn
+++ b/mojo/shell/public/interfaces/BUILD.gn
@@ -7,11 +7,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
# GYP version: mojo/mojo_base.gyp:mojo_application_bindings
mojom("interfaces") {
sources = [
- "application.mojom",
"application_manager.mojom",
"content_handler.mojom",
"service_provider.mojom",
"shell.mojom",
+ "shell_client.mojom",
]
import_dirs = [ "//mojo/services" ]
« no previous file with comments | « mojo/shell/public/cpp/shell_connection.h ('k') | mojo/shell/public/interfaces/application.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698