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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « services/catalog/BUILD.gn ('k') | services/catalog/entry.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "foo",
3 "display_name": "Foo",
4 "interface_provider_specs": { },
5 "required_files": {
6 "all_platforms": [
7 { "path": "/all/platforms/linux", "platform": "linux" },
8 { "path": "/all/platforms/windows", "platform": "windows" },
9 { "path": "/all/platforms/macosx", "platform": "macosx" },
10 { "path": "/all/platforms/android", "platform": "android" }
11 ],
12 "linux_only": [{ "path": "/linux/only", "platform": "linux" }],
13 "windows_only": [{ "path" : "/windows/only", "platform": "windows" }],
14 "macosx_only": [{ "path" : "/macosx/only", "platform": "macosx" }],
15 "android_only": [{ "path" : "/android/only", "platform": "android" }]
16 }
17 }
OLDNEW
« 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