| Index: mojo/tools/data/unittests
|
| diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests
|
| index 380932536c83874ceebc327a338d68666cd9dcb6..7197bbffcc3286dfab4dbb0c0067c7d3085f20cf 100644
|
| --- a/mojo/tools/data/unittests
|
| +++ b/mojo/tools/data/unittests
|
| @@ -45,6 +45,9 @@ tests = [
|
| "test": "mojo_surfaces_lib_unittests",
|
| },
|
| {
|
| + "test": "sandbox_linux_unittests",
|
| + },
|
| + {
|
| "test": "view_manager_service_unittests",
|
| },
|
| {
|
| @@ -94,10 +97,3 @@ if config.target_os != config.OS_ANDROID:
|
| "cacheable": False,
|
| },
|
| ]
|
| -
|
| -if config.target_os == config.OS_LINUX:
|
| - tests += [
|
| - {
|
| - "test": "sandbox_linux_unittests",
|
| - },
|
| - ]
|
|
|