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

Unified Diff: mojo/tools/data/unittests

Issue 1317163002: Revert "Enable sandbox_linux_unittests on Android" (Closed) Base URL: ssh://ssh.github.com/domokit/mojo.git@master
Patch Set: 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 7197bbffcc3286dfab4dbb0c0067c7d3085f20cf..380932536c83874ceebc327a338d68666cd9dcb6 100644
--- a/mojo/tools/data/unittests
+++ b/mojo/tools/data/unittests
@@ -45,9 +45,6 @@ tests = [
"test": "mojo_surfaces_lib_unittests",
},
{
- "test": "sandbox_linux_unittests",
- },
- {
"test": "view_manager_service_unittests",
},
{
@@ -97,3 +94,10 @@ if config.target_os != config.OS_ANDROID:
"cacheable": False,
},
]
+
+if config.target_os == config.OS_LINUX:
+ 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