| OLD | NEW |
| 1 { | 1 { |
| 2 "android_chromium_gn_compile_dbg": { | 2 "android_chromium_gn_compile_dbg": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp", | 4 "blimp", |
| 5 "chrome_public_apk", | 5 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 7 "content_shell_apk", |
| 8 "mandoline:all" | 8 "mandoline:all" |
| 9 ] | 9 ] |
| 10 }, | 10 }, |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 }, | 340 }, |
| 341 { | 341 { |
| 342 "test": "views_unittests" | 342 "test": "views_unittests" |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "test": "wm_unittests" | 345 "test": "wm_unittests" |
| 346 } | 346 } |
| 347 ], | 347 ], |
| 348 "scripts": [ | 348 "scripts": [ |
| 349 { | 349 { |
| 350 "name": "gn_check", | |
| 351 "script": "gn_check.py" | |
| 352 }, | |
| 353 { | |
| 354 "args": [ | 350 "args": [ |
| 355 "chrome" | 351 "chrome" |
| 356 ], | 352 ], |
| 357 "name": "gyp_flag_compare", | 353 "name": "gyp_flag_compare", |
| 358 "script": "gyp_flag_compare.py" | 354 "script": "gyp_flag_compare.py" |
| 359 }, | 355 }, |
| 360 { | 356 { |
| 361 "name": "mojo_apptests", | 357 "name": "mojo_apptests", |
| 362 "script": "mojo_apptests.py" | 358 "script": "mojo_apptests.py" |
| 363 } | 359 } |
| 364 ] | 360 ] |
| 365 } | 361 } |
| 366 } | 362 } |
| OLD | NEW |