Chromium Code Reviews| 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": [ |
| 11 "chrome_shell_apk", | 11 "chrome_shell_apk", |
| 12 "mandoline:all" | 12 "mandoline:all" |
| 13 ], | 13 ], |
| 14 "gtest_tests": [] | 14 "gtest_tests": [], |
| 15 "scripts": [ | |
|
Paweł Hajdan Jr.
2015/05/15 15:41:14
Oops, note that chromium/chromium_trybot recipes w
| |
| 16 { | |
| 17 "name": "gn_check", | |
| 18 "script": "gn_check.py" | |
| 19 } | |
| 20 ] | |
| 15 }, | 21 }, |
| 16 "linux_chromium_gn_chromeos_dbg": { | 22 "linux_chromium_gn_chromeos_dbg": { |
| 17 "additional_compile_targets": [ | 23 "additional_compile_targets": [ |
| 18 "accessibility_unittests", | 24 "accessibility_unittests", |
| 19 "app_list_unittests", | 25 "app_list_unittests", |
| 20 "aura_unittests", | 26 "aura_unittests", |
| 21 "browser_tests", | 27 "browser_tests", |
| 22 "cacheinvalidation_unittests", | 28 "cacheinvalidation_unittests", |
| 23 "chromedriver_unittests", | 29 "chromedriver_unittests", |
| 24 "chromeos_unittests", | 30 "chromeos_unittests", |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 345 }, | 351 }, |
| 346 { | 352 { |
| 347 "test": "view_manager_unittests" | 353 "test": "view_manager_unittests" |
| 348 }, | 354 }, |
| 349 { | 355 { |
| 350 "test": "views_unittests" | 356 "test": "views_unittests" |
| 351 }, | 357 }, |
| 352 { | 358 { |
| 353 "test": "wm_unittests" | 359 "test": "wm_unittests" |
| 354 } | 360 } |
| 361 ], | |
| 362 "scripts": [ | |
| 363 { | |
| 364 "name": "gn_check", | |
| 365 "script": "gn_check.py" | |
| 366 } | |
| 355 ] | 367 ] |
| 356 } | 368 } |
| 357 } | 369 } |
| OLD | NEW |