Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1059)

Unified Diff: mojo/tools/data/unittests

Issue 1320013003: Enable sandbox_linux_unittests on Android (Closed) Base URL: ssh://ssh.github.com/domokit/mojo.git@master
Patch Set: Oops it's Python. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698