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

Unified Diff: content/content.gyp

Issue 759433002: Reland: Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for ios build and some typos 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 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': {

Powered by Google App Engine
This is Rietveld 408576698