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

Unified Diff: services/shell/runner/host/in_process_native_runner.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/child_process_host.cc ('k') | services/shell/shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/in_process_native_runner.cc
diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc
index 4bb67c86490d887ba73c140088c78d9988b7f200..20f126da38f55696fa94ec1d78c8b741263d6103 100644
--- a/services/shell/runner/host/in_process_native_runner.cc
+++ b/services/shell/runner/host/in_process_native_runner.cc
@@ -85,7 +85,7 @@ void InProcessNativeRunner::Run() {
std::unique_ptr<NativeRunner> InProcessNativeRunnerFactory::Create(
const base::FilePath& app_path) {
// Non-Mojo apps are always run in a new process.
- if (!app_path.MatchesExtension(FILE_PATH_LITERAL(".mojo"))) {
+ if (!app_path.MatchesExtension(FILE_PATH_LITERAL(".library"))) {
return base::WrapUnique(
new OutOfProcessNativeRunner(launch_process_runner_, nullptr));
}
« no previous file with comments | « services/shell/runner/host/child_process_host.cc ('k') | services/shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698