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: mojo/shell/BUILD.gn

Issue 1764253002: Rename shell.mojom to connector.mojom, ApplicationManager to Shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@32exe
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/mojo_shell.gyp ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 60edc374174f5553ee6028aff79ef8fe15bfe384..51c6c2153efdc3ff361f3d16eef7773f6b43d508 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -20,8 +20,6 @@ group("all") {
source_set("shell") {
output_name = "mojo_shell"
sources = [
- "application_manager.cc",
- "application_manager.h",
"connect_params.cc",
"connect_params.h",
"connect_util.cc",
@@ -31,6 +29,8 @@ source_set("shell") {
"loader.h",
"native_runner.h",
"native_runner_delegate.h",
+ "shell.cc",
+ "shell.h",
"switches.cc",
"switches.h",
]
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698