| Index: ui/gfx/gfx_tests.gyp
|
| diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
|
| index f576da45cccf7397f98cad2094c6e26e443a1aa8..1f6a2008ee0d8f5c8bfb291bd098d48dc9afc09d 100644
|
| --- a/ui/gfx/gfx_tests.gyp
|
| +++ b/ui/gfx/gfx_tests.gyp
|
| @@ -191,29 +191,5 @@
|
| },
|
| ],
|
| }],
|
| - ['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',
|
| - ],
|
| - }],
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| ],
|
| }
|
|
|