| 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',
|
| + ],
|
| + },
|
| + ]
|
| + }
|
| + ],
|
| + ],
|
| }],
|
| - ['test_isolation_mode != "noop"', {
|
| + ['test_isolation_mode != "noop" and OS != "android"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'gl_unittests_run',
|
|
|