OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "config_type": "BaseConfig", | |
3 "dependencies": { | |
4 "crash_service": { | |
5 "file_info": { | |
6 "win_AMD64": { | |
7 "local_paths": [ | |
8 "../../../out/Debug/crash_service.exe", | |
M-A Ruel
2015/09/22 21:02:35
This is not correct on Win x64 though
Ken Russell (switch to Gerrit)
2015/09/22 21:16:58
I think Telemetry's notion of the platform is diff
aiolos (Not reviewing)
2015/09/22 21:39:47
Telemetry's notion is different, which is why I ad
| |
9 "../../../out/Release/crash_service.exe" | |
10 ] | |
11 } | |
12 } | |
13 } | |
14 } | |
15 } | |
OLD | NEW |