| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index cd4337e3ccbe688a43f83ef95430064d8e3c93ec..4ca75e5a1e6e0b44e340c99b22951f7388e39582 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -371,5 +371,29 @@
|
| },
|
| ],
|
| }], # toolkit_views==1
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'app_list_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'app_list_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'app_list_unittests.isolate',
|
| + ],
|
| + 'conditions': [
|
| + ['use_x11 == 1', {
|
| + 'dependencies': [
|
| + '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|