Chromium Code Reviews| Index: tools/perf/core/binary_dependencies.json |
| diff --git a/tools/perf/core/binary_dependencies.json b/tools/perf/core/binary_dependencies.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e0a4b2f683065abb33b60d80a64dc5ea9aa89138 |
| --- /dev/null |
| +++ b/tools/perf/core/binary_dependencies.json |
| @@ -0,0 +1,15 @@ |
| +{ |
| + "config_type": "BaseConfig", |
| + "dependencies": { |
| + "crash_service": { |
| + "file_info": { |
| + "win_AMD64": { |
| + "local_paths": [ |
| + "../../../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
|
| + "../../../out/Release/crash_service.exe" |
| + ] |
| + } |
| + } |
| + } |
| + } |
| +} |