| Index: ui/gfx/gfx_tests.gyp
|
| diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
|
| index 1f6a2008ee0d8f5c8bfb291bd098d48dc9afc09d..f576da45cccf7397f98cad2094c6e26e443a1aa8 100644
|
| --- a/ui/gfx/gfx_tests.gyp
|
| +++ b/ui/gfx/gfx_tests.gyp
|
| @@ -191,5 +191,29 @@
|
| },
|
| ],
|
| }],
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'gfx_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'gfx_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'gfx_unittests.isolate',
|
| + ],
|
| + 'conditions': [
|
| + ['use_x11 == 1', {
|
| + 'dependencies': [
|
| + '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|