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 "chrome_shell_apk", | 4 "chrome_shell_apk", |
5 "mandoline:all" | 5 "mandoline:all" |
6 ], | 6 ], |
7 "gtest_tests": [] | 7 "gtest_tests": [] |
8 }, | 8 }, |
9 "android_chromium_gn_compile_rel": { | 9 "android_chromium_gn_compile_rel": { |
10 "additional_compile_targets": [ | 10 "additional_compile_targets": [ |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 }, | 354 }, |
355 { | 355 { |
356 "test": "views_unittests" | 356 "test": "views_unittests" |
357 }, | 357 }, |
358 { | 358 { |
359 "test": "wm_unittests" | 359 "test": "wm_unittests" |
360 } | 360 } |
361 ], | 361 ], |
362 "scripts": [ | 362 "scripts": [ |
363 { | 363 { |
| 364 "name": "gn_bootstrap", |
| 365 "script": "gn_bootstrap.py" |
| 366 }, |
| 367 { |
364 "name": "gn_check", | 368 "name": "gn_check", |
365 "script": "gn_check.py" | 369 "script": "gn_check.py" |
366 }, | 370 }, |
367 { | 371 { |
368 "args": [ | 372 "args": [ |
369 "chrome" | 373 "chrome" |
370 ], | 374 ], |
371 "name": "gyp_flag_compare", | 375 "name": "gyp_flag_compare", |
372 "script": "gyp_flag_compare.py" | 376 "script": "gyp_flag_compare.py" |
373 }, | 377 }, |
374 { | 378 { |
375 "name": "mojo_apptest", | 379 "name": "mojo_apptest", |
376 "script": "mojo_apptest.py" | 380 "script": "mojo_apptest.py" |
377 } | 381 } |
378 ] | 382 ] |
379 } | 383 } |
380 } | 384 } |
OLD | NEW |