| Index: tools/perf/chrome_telemetry_build/binary_dependencies.json
|
| diff --git a/tools/perf/chrome_telemetry_build/binary_dependencies.json b/tools/perf/chrome_telemetry_build/binary_dependencies.json
|
| index c30cf65d4196bfc4e6ff4f9a9e0581a95f2b9aab..e6f6d8661e054ddab7c90ecf5e2a642661b8efe9 100644
|
| --- a/tools/perf/chrome_telemetry_build/binary_dependencies.json
|
| +++ b/tools/perf/chrome_telemetry_build/binary_dependencies.json
|
| @@ -1,16 +1,6 @@
|
| {
|
| "config_type": "BaseConfig",
|
| "dependencies": {
|
| - "crash_service": {
|
| - "file_info": {
|
| - "win_AMD64": {
|
| - "local_paths": [
|
| - "../../../out/Debug/crash_service.exe",
|
| - "../../../out/Release/crash_service.exe"
|
| - ]
|
| - }
|
| - }
|
| - },
|
| "crashpad_database_util": {
|
| "file_info": {
|
| "mac_x86_64": {
|
| @@ -18,6 +8,18 @@
|
| "../../../out/Debug/crashpad_database_util",
|
| "../../../out/Release/crashpad_database_util"
|
| ]
|
| + },
|
| + "win_AMD64": {
|
| + "local_paths": [
|
| + "../../../out/Debug/crashpad_database_util.exe",
|
| + "../../../out/Release/crashpad_database_util.exe"
|
| + ]
|
| + },
|
| + "win_x86": {
|
| + "local_paths": [
|
| + "../../../out/Debug/crashpad_database_util.exe",
|
| + "../../../out/Release/crashpad_database_util.exe"
|
| + ]
|
| }
|
| }
|
| },
|
|
|