| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index 089d8a048d55b83d6686aef22da58d0fc145ed68..146451cc94d88ae4459dc1c4c4b4108ef312385a 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -397,5 +397,29 @@
|
| },
|
| ],
|
| }],
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'events_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'events_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'events_unittests.isolate',
|
| + ],
|
| + 'conditions': [
|
| + ['use_x11 == 1', {
|
| + 'dependencies': [
|
| + '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|