Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index 25b43e1c615d2f3ca64244ab480b6e0989ca02de..cb10121903635107f4c4474e6422ea9ec42f06f5 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -444,7 +444,6 @@ |
'../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', |
@@ -452,6 +451,7 @@ |
'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', |
@@ -505,6 +505,14 @@ |
'type': 'none', |
'variables': { |
'source_file': 'public/common/result_codes.h', |
+ }, |
+ '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' ], |
}, |