Chromium Code Reviews| 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 f191639a2235971ee0622414513deccd777ccf07..b6c85487df52c3e45828e64db6fb6ce7e3e1d263 100644 |
| --- a/ui/touch_selection/ui_touch_selection.gyp |
| +++ b/ui/touch_selection/ui_touch_selection.gyp |
| @@ -152,6 +152,25 @@ |
| ], |
| }, |
| ], |
| + 'conditions': [ |
| + ['OS == "android"', { |
| + 'targets': [ |
| + { |
| + 'target_name': 'ui_touch_selection_unittests_apk_run', |
|
jdduke (slow)
2015/09/29 18:25:48
Are we doing this for each test apk separately? I
ghost stip (do not use)
2015/09/29 21:50:09
yeah, mainly for OWNERS reasons (and I hate review
|
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'ui_touch_selection_unittests_apk', |
| + ], |
| + 'includes': [ |
| + '../../build/isolate.gypi', |
| + ], |
| + 'sources': [ |
| + 'ui_touch_selection_unittests_apk.isolate', |
| + ], |
| + }, |
| + ] |
| + }], |
| + ], |
| }], |
| ], |
| } |