Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index cfa5b21516704e6ec07de138264fc7981f27f65b..c7e1c951cbb2274c166498c24c8a8156a7f67ad0 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -443,6 +443,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', |
@@ -450,7 +451,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', |
@@ -515,14 +515,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': { |