| OLD | NEW |
| 1 { | 1 { |
| 2 "config_type": "BaseConfig", | 2 "config_type": "BaseConfig", |
| 3 "dependencies": { | 3 "dependencies": { |
| 4 "crash_service": { | |
| 5 "file_info": { | |
| 6 "win_AMD64": { | |
| 7 "local_paths": [ | |
| 8 "../../../out/Debug/crash_service.exe", | |
| 9 "../../../out/Release/crash_service.exe" | |
| 10 ] | |
| 11 } | |
| 12 } | |
| 13 }, | |
| 14 "crashpad_database_util": { | 4 "crashpad_database_util": { |
| 15 "file_info": { | 5 "file_info": { |
| 16 "mac_x86_64": { | 6 "mac_x86_64": { |
| 17 "local_paths": [ | 7 "local_paths": [ |
| 18 "../../../out/Debug/crashpad_database_util", | 8 "../../../out/Debug/crashpad_database_util", |
| 19 "../../../out/Release/crashpad_database_util" | 9 "../../../out/Release/crashpad_database_util" |
| 20 ] | 10 ] |
| 11 }, |
| 12 "win_AMD64": { |
| 13 "local_paths": [ |
| 14 "../../../out/Debug/crashpad_database_util.exe", |
| 15 "../../../out/Release/crashpad_database_util.exe" |
| 16 ] |
| 17 }, |
| 18 "win_x86": { |
| 19 "local_paths": [ |
| 20 "../../../out/Debug/crashpad_database_util.exe", |
| 21 "../../../out/Release/crashpad_database_util.exe" |
| 22 ] |
| 21 } | 23 } |
| 22 } | 24 } |
| 23 }, | 25 }, |
| 24 "flash": { | 26 "flash": { |
| 25 "file_info": { | 27 "file_info": { |
| 26 "linux_x86_64": { | 28 "linux_x86_64": { |
| 27 "local_paths": [ | 29 "local_paths": [ |
| 28 "../../../third_party/adobe/flash/binaries/ppapi/linux_64/libpepflas
hplayer.so" | 30 "../../../third_party/adobe/flash/binaries/ppapi/linux_64/libpepflas
hplayer.so" |
| 29 ] | 31 ] |
| 30 }, | 32 }, |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "arm64-v8a": { | 77 "arm64-v8a": { |
| 76 "local_paths": [ | 78 "local_paths": [ |
| 77 "../../../out/Debug/memtrack_helper", | 79 "../../../out/Debug/memtrack_helper", |
| 78 "../../../out/Release/memtrack_helper" | 80 "../../../out/Release/memtrack_helper" |
| 79 ] | 81 ] |
| 80 } | 82 } |
| 81 } | 83 } |
| 82 } | 84 } |
| 83 } | 85 } |
| 84 } | 86 } |
| OLD | NEW |