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

Unified Diff: services/catalog/store.cc

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 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 | « services/catalog/store.h ('k') | services/service_manager/background/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/store.cc
diff --git a/services/catalog/store.cc b/services/catalog/store.cc
index 402729c9f7587b52143e8986bc9188a971a45dc4..7095312caff9fe5a448640d5ca44602ff67195d6 100644
--- a/services/catalog/store.cc
+++ b/services/catalog/store.cc
@@ -18,5 +18,18 @@ const char Store::kInterfaceProviderSpecs_ProvidesKey[] = "provides";
const char Store::kInterfaceProviderSpecs_RequiresKey[] = "requires";
// static
const char Store::kServicesKey[] = "services";
-
+// static
+const char Store::kRequiredFilesKey[] = "required_files";
+// static
+const char Store::kRequiredFilesKey_PathKey[] = "path";
+// static
+const char Store::kRequiredFilesKey_PlatformKey[] = "platform";
+// static
+const char Store::kRequiredFilesKey_PlatformValue_Windows[] = "windows";
+// static
+const char Store::kRequiredFilesKey_PlatformValue_Linux[] = "linux";
+// static
+const char Store::kRequiredFilesKey_PlatformValue_MacOSX[] = "macosx";
+// static
+const char Store::kRequiredFilesKey_PlatformValue_Android[] = "android";
} // namespace catalog
« no previous file with comments | « services/catalog/store.h ('k') | services/service_manager/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698