| Index: ui/touch_selection/ui_touch_selection.gyp
|
| diff --git a/ui/touch_selection/ui_touch_selection.gyp b/ui/touch_selection/ui_touch_selection.gyp
|
| index 5bb9e2a11ae4c9329c0408bd46b978bfa39c272b..e122484e2fd1496e6969a8449d5f58af92b19860 100644
|
| --- a/ui/touch_selection/ui_touch_selection.gyp
|
| +++ b/ui/touch_selection/ui_touch_selection.gyp
|
| @@ -129,8 +129,27 @@
|
| 'includes': [ '../../build/apk_test.gypi' ],
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'ui_touch_selection_unittests_apk_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'ui_touch_selection_unittests_apk',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'ui_touch_selection_unittests_apk.isolate',
|
| + ],
|
| + },
|
| + ]
|
| + }],
|
| + ],
|
| }], # OS == "android"
|
| - ['test_isolation_mode != "noop"', {
|
| + ['test_isolation_mode != "noop" and OS != "android"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'ui_touch_selection_unittests_run',
|
|
|