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

Unified Diff: content/content.gyp

Issue 701823002: Separate out Touch Selection Orientation enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 5a7355f7ff3fd67933bb1ac3e388368c31b0430a..60de2097a32f9be3c18c0109fe5448b9f2ad9013 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -440,6 +440,7 @@
'selection_event_type_java',
'speech_recognition_error_java',
'top_controls_state_java',
+ 'touch_handle_orientation_java',
'screen_orientation_values_java',
],
'variables': {
@@ -510,6 +511,14 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'touch_handle_orientation_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'browser/renderer_host/input/touch_handle_orientation.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'speech_recognition_error_java',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698