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

Unified Diff: services/shell/runner/host/child_process_host.cc

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/host/BUILD.gn ('k') | services/shell/runner/host/in_process_native_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/child_process_host.cc
diff --git a/services/shell/runner/host/child_process_host.cc b/services/shell/runner/host/child_process_host.cc
index 0d9b377e6b36c927083c188634518a59ee8c0727..f24fdcdd26eefe31dd01a997cdbc6594f3ea2927 100644
--- a/services/shell/runner/host/child_process_host.cc
+++ b/services/shell/runner/host/child_process_host.cc
@@ -73,7 +73,7 @@ mojom::ServicePtr ChildProcessHost::Start(
base::CommandLine::ForCurrentProcess();
base::FilePath target_path = parent_command_line->GetProgram();
// |app_path_| can be empty in tests.
- if (!app_path_.MatchesExtension(FILE_PATH_LITERAL(".mojo")) &&
+ if (!app_path_.MatchesExtension(FILE_PATH_LITERAL(".library")) &&
!app_path_.empty()) {
target_path = app_path_;
}
« no previous file with comments | « services/shell/runner/host/BUILD.gn ('k') | services/shell/runner/host/in_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698