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

Unified Diff: services/catalog/data/required_files

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/BUILD.gn ('k') | services/catalog/entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/data/required_files
diff --git a/services/catalog/data/required_files b/services/catalog/data/required_files
new file mode 100644
index 0000000000000000000000000000000000000000..f0eba90212fa0a856698170ebddc30462c8522da
--- /dev/null
+++ b/services/catalog/data/required_files
@@ -0,0 +1,17 @@
+{
+ "name": "foo",
+ "display_name": "Foo",
+ "interface_provider_specs": { },
+ "required_files": {
+ "all_platforms": [
+ { "path": "/all/platforms/linux", "platform": "linux" },
+ { "path": "/all/platforms/windows", "platform": "windows" },
+ { "path": "/all/platforms/macosx", "platform": "macosx" },
+ { "path": "/all/platforms/android", "platform": "android" }
+ ],
+ "linux_only": [{ "path": "/linux/only", "platform": "linux" }],
+ "windows_only": [{ "path" : "/windows/only", "platform": "windows" }],
+ "macosx_only": [{ "path" : "/macosx/only", "platform": "macosx" }],
+ "android_only": [{ "path" : "/android/only", "platform": "android" }]
+ }
+}
« no previous file with comments | « services/catalog/BUILD.gn ('k') | services/catalog/entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698