| 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 5a2a5070e58e7f1ab0273b0ce55d92ae779afe19..0c6eed6349b5395596636341d583e21166eeae6c 100644
|
| --- a/ui/touch_selection/ui_touch_selection.gyp
|
| +++ b/ui/touch_selection/ui_touch_selection.gyp
|
| @@ -36,7 +36,9 @@
|
| 'target_name': 'ui_touch_selection_unittests',
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| '../../base/base.gyp:run_all_unittests',
|
| + '../../base/base.gyp:test_support_base',
|
| '../../testing/gtest.gyp:gtest',
|
| '../base/ui_base.gyp:ui_base',
|
| '../events/events.gyp:events_test_support',
|
| @@ -51,6 +53,13 @@
|
| 'include_dirs': [
|
| '../..',
|
| ],
|
| + 'conditions': [
|
| + ['OS == "android"', {
|
| + 'dependencies': [
|
| + '../../testing/android/native_test.gyp:native_test_native_code',
|
| + ],
|
| + }],
|
| + ]
|
| },
|
| ],
|
| 'conditions': [
|
|
|