Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "browser_tests_run" | 3 "browser_tests_run" |
|
jln (very slow on Chromium)
2014/06/19 23:35:50
Shouldn't you add sandbox_linux_unittests_run here
nodir
2014/06/19 23:59:19
Done.
| |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 "browser_tests" | 6 "browser_tests", |
| 7 "sandbox_linux_unittests", | |
| 7 ] | 8 ] |
| 8 } | 9 } |
| OLD | NEW |