| 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",
|
| + "../../../out/Release/crash_service.exe"
|
| + ]
|
| + }
|
| + }
|
| + }
|
| + }
|
| +}
|
|
|