Chromium Code Reviews| Index: mojo/tools/data/unittests |
| diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests |
| index 380932536c83874ceebc327a338d68666cd9dcb6..b80f9ba905618db7a198e40bec9237105d6cfbdd 100644 |
| --- a/mojo/tools/data/unittests |
| +++ b/mojo/tools/data/unittests |
| @@ -95,7 +95,7 @@ if config.target_os != config.OS_ANDROID: |
| }, |
| ] |
| -if config.target_os == config.OS_LINUX: |
| +if config.target_os == config.OS_LINUX or config.target_os == config.OS_ANDROID: |
|
jamesr
2015/08/27 19:19:34
i believe OS_LINUX and OS_ANDROID are the only pos
jln (very slow on Chromium)
2015/08/27 20:03:57
Done.
|
| tests += [ |
| { |
| "test": "sandbox_linux_unittests", |