mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"compile_targets": [
|
|
"browser_tests_run",
|
|
"nacl_helper_nonsfi_unittests_run",
|
|
"nacl_loader_unittests_run",
|
|
"sandbox_linux_unittests_run"
|
|
],
|
|
"gtest_tests": [
|
|
"browser_tests",
|
|
"nacl_helper_nonsfi_unittests",
|
|
"nacl_loader_unittests",
|
|
"sandbox_linux_unittests"
|
|
]
|
|
}
|