OLD | NEW |
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "browser_tests_run", | 3 "browser_tests_run", |
| 4 "nacl_helper_nonsfi_unittests_run", |
4 "nacl_loader_unittests_run", | 5 "nacl_loader_unittests_run", |
5 "sandbox_linux_unittests_run" | 6 "sandbox_linux_unittests_run" |
6 ], | 7 ], |
7 "gtest_tests": [ | 8 "gtest_tests": [ |
8 "browser_tests", | 9 "browser_tests", |
| 10 "nacl_helper_nonsfi_unittests", |
9 "nacl_loader_unittests", | 11 "nacl_loader_unittests", |
10 "sandbox_linux_unittests" | 12 "sandbox_linux_unittests" |
11 ] | 13 ] |
12 } | 14 } |
OLD | NEW |