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

Unified Diff: services/shell/runner/host/BUILD.gn

Issue 2397353002: Purge references of "Mojo Application" from comments & var names. (Closed)
Patch Set: Created 4 years, 2 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 | « services/shell/runner/common/switches.cc ('k') | services/shell/runner/host/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/BUILD.gn
diff --git a/services/shell/runner/host/BUILD.gn b/services/shell/runner/host/BUILD.gn
index 3b01c0ee162001f827fe1d7404e25ff8bd10aa68..c07a3eb84af1a6f5a6a5eedf83e1e9e630cf81b2 100644
--- a/services/shell/runner/host/BUILD.gn
+++ b/services/shell/runner/host/BUILD.gn
@@ -15,10 +15,10 @@ group("host") {
]
}
-source_set("native_application_support") {
+source_set("native_library_runner") {
sources = [
- "native_application_support.cc",
- "native_application_support.h",
+ "native_library_runner.cc",
+ "native_library_runner.h",
]
deps = [
@@ -86,7 +86,7 @@ source_set("lib") {
deps = [
":child_process_base",
- ":native_application_support",
+ ":native_library_runner",
"//base:base_static",
"//base:i18n",
"//services/shell/public/cpp:sources",
« no previous file with comments | « services/shell/runner/common/switches.cc ('k') | services/shell/runner/host/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698