| 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': {
|
|
|