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

Unified Diff: ui/gl/gl_tests.gyp

Issue 1403563004: Isolate gl_unittests_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_tests.gyp
diff --git a/ui/gl/gl_tests.gyp b/ui/gl/gl_tests.gyp
index 4f7e2dd865626505637a4e4c7af3754454b969a0..3f888583798912bc0810c0bc8b74e0bf53a30507 100644
--- a/ui/gl/gl_tests.gyp
+++ b/ui/gl/gl_tests.gyp
@@ -67,8 +67,29 @@
'includes': [ '../../build/apk_test.gypi' ],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'gl_unittests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'gl_unittests_apk',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'gl_unittests_apk.isolate',
jbudorick 2015/10/13 05:03:48 This file doesn't exist and isn't in this CL at th
+ ],
+ },
+ ]
+ }
+ ],
+ ],
}],
- ['test_isolation_mode != "noop"', {
+ ['test_isolation_mode != "noop" and OS != "android"', {
'targets': [
{
'target_name': 'gl_unittests_run',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698