| OLD | NEW |
| 1 { | 1 { |
| 2 "config_type": "BaseConfig", | 2 "config_type": "BaseConfig", |
| 3 "dependencies": { | 3 "dependencies": { |
| 4 "crashpad_database_util": { | 4 "crashpad_database_util": { |
| 5 "file_info": { | 5 "file_info": { |
| 6 "mac_x86_64": { | 6 "mac_x86_64": { |
| 7 "local_paths": [ | 7 "local_paths": [ |
| 8 "../../../out/Debug/crashpad_database_util", | 8 "../../../out/Debug/crashpad_database_util", |
| 9 "../../../out/Release/crashpad_database_util" | 9 "../../../out/Release/crashpad_database_util" |
| 10 ] | 10 ] |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "../../../out/Release/memtrack_helper" | 71 "../../../out/Release/memtrack_helper" |
| 72 ] | 72 ] |
| 73 }, | 73 }, |
| 74 "arm64-v8a": { | 74 "arm64-v8a": { |
| 75 "local_paths": [ | 75 "local_paths": [ |
| 76 "../../../out/Debug/memtrack_helper", | 76 "../../../out/Debug/memtrack_helper", |
| 77 "../../../out/Release/memtrack_helper" | 77 "../../../out/Release/memtrack_helper" |
| 78 ] | 78 ] |
| 79 } | 79 } |
| 80 } | 80 } |
| 81 }, |
| 82 "push_apps_to_background_apk": { |
| 83 "file_info": { |
| 84 "android_mips": { |
| 85 "local_paths": [ |
| 86 "../../../out/Debug/apks/PushAppsToBackground.apk", |
| 87 "../../../out/Release/apks/PushAppsToBackground.apk" |
| 88 ] |
| 89 } |
| 90 } |
| 81 } | 91 } |
| 82 } | 92 } |
| 83 } | 93 } |
| OLD | NEW |