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

Unified Diff: services/catalog/reader.cc

Issue 2566663004: Revert of Build services as standalone executables (Closed)
Patch Set: Created 4 years 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
Index: services/catalog/reader.cc
diff --git a/services/catalog/reader.cc b/services/catalog/reader.cc
index 766aaf483dfcbb29388c1a44694d79c81164606e..ea93418e0ca198f3ba6b46b721bf1a918858b27c 100644
--- a/services/catalog/reader.cc
+++ b/services/catalog/reader.cc
@@ -34,7 +34,7 @@
base::FilePath GetExecutablePath(const base::FilePath& package_dir,
const std::string& name) {
- return package_dir.AppendASCII(name + "/" + name + ".service");
+ return package_dir.AppendASCII(name + "/" + name + ".library");
}
std::unique_ptr<Entry> ProcessManifest(

Powered by Google App Engine
This is Rietveld 408576698