Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 701823002: Separate out Touch Selection Orientation enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/touch_selection/touch_selection_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « ui/touch_selection/touch_selection_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698