| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_shell_apk", | 4 "chrome_shell_apk", |
| 5 "mandoline:all" | 5 "mandoline:all" |
| 6 ], | 6 ], |
| 7 "scripts": [ | 7 "scripts": [ |
| 8 { | 8 { |
| 9 "name": "gn_check", | 9 "name": "gn_check", |
| 10 "script": "gn_check.py" | 10 "script": "gn_check.py" |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 }, | 366 }, |
| 367 { | 367 { |
| 368 "test": "views_unittests" | 368 "test": "views_unittests" |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 "test": "wm_unittests" | 371 "test": "wm_unittests" |
| 372 } | 372 } |
| 373 ], | 373 ], |
| 374 "scripts": [ | 374 "scripts": [ |
| 375 { | 375 { |
| 376 "name": "gn_bootstrap", |
| 377 "script": "gn_bootstrap.py" |
| 378 }, |
| 379 { |
| 376 "name": "gn_check", | 380 "name": "gn_check", |
| 377 "script": "gn_check.py" | 381 "script": "gn_check.py" |
| 378 }, | 382 }, |
| 379 { | 383 { |
| 380 "args": [ | 384 "args": [ |
| 381 "chrome" | 385 "chrome" |
| 382 ], | 386 ], |
| 383 "name": "gyp_flag_compare", | 387 "name": "gyp_flag_compare", |
| 384 "script": "gyp_flag_compare.py" | 388 "script": "gyp_flag_compare.py" |
| 385 }, | 389 }, |
| (...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 } | 1211 } |
| 1208 ], | 1212 ], |
| 1209 "scripts": [ | 1213 "scripts": [ |
| 1210 { | 1214 { |
| 1211 "name": "nacl_integration", | 1215 "name": "nacl_integration", |
| 1212 "script": "nacl_integration.py" | 1216 "script": "nacl_integration.py" |
| 1213 } | 1217 } |
| 1214 ] | 1218 ] |
| 1215 } | 1219 } |
| 1216 } | 1220 } |
| OLD | NEW |