| 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 ], |
| 7 "scripts": [ |
| 8 { |
| 9 "name": "gn_check", |
| 10 "script": "gn_check.py" |
| 11 } |
| 6 ] | 12 ] |
| 7 }, | 13 }, |
| 8 "Android GN (dbg)": { | 14 "Android GN (dbg)": { |
| 9 "additional_compile_targets": [ | 15 "additional_compile_targets": [ |
| 10 "chrome_shell_apk", | 16 "chrome_shell_apk", |
| 11 "mandoline:all" | 17 "mandoline:all" |
| 12 ] | 18 ] |
| 13 }, | 19 }, |
| 14 "Android Tests": { | 20 "Android Tests": { |
| 15 "scripts": [ | 21 "scripts": [ |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 }, | 305 }, |
| 300 { | 306 { |
| 301 "test": "view_manager_unittests" | 307 "test": "view_manager_unittests" |
| 302 }, | 308 }, |
| 303 { | 309 { |
| 304 "test": "views_unittests" | 310 "test": "views_unittests" |
| 305 }, | 311 }, |
| 306 { | 312 { |
| 307 "test": "wm_unittests" | 313 "test": "wm_unittests" |
| 308 } | 314 } |
| 315 ], |
| 316 "scripts": [ |
| 317 { |
| 318 "name": "gn_check", |
| 319 "script": "gn_check.py" |
| 320 }, |
| 321 { |
| 322 "args": [ |
| 323 "chrome" |
| 324 ], |
| 325 "name": "gyp_flag_compare", |
| 326 "script": "gyp_flag_compare.py" |
| 327 } |
| 309 ] | 328 ] |
| 310 }, | 329 }, |
| 311 "Linux GN (dbg)": { | 330 "Linux GN (dbg)": { |
| 312 "additional_compile_targets": [ | 331 "additional_compile_targets": [ |
| 313 "accessibility_unittests", | 332 "accessibility_unittests", |
| 314 "app_list_unittests", | 333 "app_list_unittests", |
| 315 "aura_unittests", | 334 "aura_unittests", |
| 316 "browser_tests", | 335 "browser_tests", |
| 317 "cacheinvalidation_unittests", | 336 "cacheinvalidation_unittests", |
| 318 "cast_unittests", | 337 "cast_unittests", |
| (...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 } | 1145 } |
| 1127 ], | 1146 ], |
| 1128 "scripts": [ | 1147 "scripts": [ |
| 1129 { | 1148 { |
| 1130 "name": "nacl_integration", | 1149 "name": "nacl_integration", |
| 1131 "script": "nacl_integration.py" | 1150 "script": "nacl_integration.py" |
| 1132 } | 1151 } |
| 1133 ] | 1152 ] |
| 1134 } | 1153 } |
| 1135 } | 1154 } |
| OLD | NEW |