| Index: content/content.gyp
 | 
| diff --git a/content/content.gyp b/content/content.gyp
 | 
| index cb10121903635107f4c4474e6422ea9ec42f06f5..25b43e1c615d2f3ca64244ab480b6e0989ca02de 100644
 | 
| --- a/content/content.gyp
 | 
| +++ b/content/content.gyp
 | 
| @@ -444,6 +444,7 @@
 | 
|              '../mojo/public/mojo_public.gyp:mojo_bindings_java',
 | 
|              '../net/net.gyp:net',
 | 
|              '../ui/android/ui_android.gyp:ui_java',
 | 
| +            '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java',
 | 
|              'common_aidl',
 | 
|              'content_common',
 | 
|              'content_strings_grd',
 | 
| @@ -451,7 +452,6 @@
 | 
|              'gesture_event_type_java',
 | 
|              'popup_item_type_java',
 | 
|              'result_codes_java',
 | 
| -            'selection_event_type_java',
 | 
|              'speech_recognition_error_java',
 | 
|              'top_controls_state_java',
 | 
|              'screen_orientation_values_java',
 | 
| @@ -509,14 +509,6 @@
 | 
|            'includes': [ '../build/android/java_cpp_enum.gypi' ],
 | 
|          },
 | 
|          {
 | 
| -          'target_name': 'selection_event_type_java',
 | 
| -          'type': 'none',
 | 
| -          'variables': {
 | 
| -            'source_file': 'browser/renderer_host/input/selection_event_type.h',
 | 
| -          },
 | 
| -          'includes': [ '../build/android/java_cpp_enum.gypi' ],
 | 
| -        },
 | 
| -        {
 | 
|            'target_name': 'speech_recognition_error_java',
 | 
|            'type': 'none',
 | 
|            'variables': {
 | 
| 
 |