| 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 1579080cd7acdcc73f0dfc0aafc9885af118021a..a4383305699531a2b9ebd9617389a52164e9308e 100644
|
| --- a/ui/touch_selection/ui_touch_selection.gyp
|
| +++ b/ui/touch_selection/ui_touch_selection.gyp
|
| @@ -24,6 +24,7 @@
|
| 'selection_event_type.h',
|
| 'touch_handle.cc',
|
| 'touch_handle.h',
|
| + 'touch_handle_orientation.h',
|
| 'touch_selection_controller.cc',
|
| 'touch_selection_controller.h',
|
| 'ui_touch_selection_export.h',
|
| @@ -74,6 +75,14 @@
|
| 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
|
| },
|
| {
|
| + 'target_name': 'touch_handle_orientation_java',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'source_file': 'touch_handle_orientation.h',
|
| + },
|
| + 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
|
| + },
|
| + {
|
| 'target_name': 'ui_touch_selection_unittests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|