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

Side by Side Diff: android_webview/libwebviewchromium.gypi

Issue 701823002: Separate out Touch Selection Orientation enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'android_unmangled_name': 1, 6 'android_unmangled_name': 1,
7 'dependencies': [ 7 'dependencies': [
8 'android_webview_common', 8 'android_webview_common',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 27 matching lines...) Expand all
38 '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java', 38 '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java',
39 '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type', 39 '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type',
40 '../ui/android/ui_android.gyp:android_resource_type_java', 40 '../ui/android/ui_android.gyp:android_resource_type_java',
41 '../ui/android/ui_android.gyp:bitmap_format_java', 41 '../ui/android/ui_android.gyp:bitmap_format_java',
42 '../ui/android/ui_android.gyp:page_transition_types_java', 42 '../ui/android/ui_android.gyp:page_transition_types_java',
43 '../ui/android/ui_android.gyp:system_ui_resource_type_java', 43 '../ui/android/ui_android.gyp:system_ui_resource_type_java',
44 '../ui/android/ui_android.gyp:touch_device_types_java', 44 '../ui/android/ui_android.gyp:touch_device_types_java',
45 '../ui/android/ui_android.gyp:window_open_disposition_java', 45 '../ui/android/ui_android.gyp:window_open_disposition_java',
46 '../ui/android/ui_android.gyp:text_input_type_java', 46 '../ui/android/ui_android.gyp:text_input_type_java',
47 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java' , 47 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java' ,
48 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientation_j ava',
48 # We also need to depend on the Java bindings generated from the .mojom files. 49 # We also need to depend on the Java bindings generated from the .mojom files.
49 '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview' , 50 '../device/battery/battery.gyp:device_battery_mojo_bindings_for_webview' ,
50 ], 51 ],
51 # Enable feedback-directed optimisation for the library when building in 52 # Enable feedback-directed optimisation for the library when building in
52 # android. 53 # android.
53 'aosp_build_settings': { 54 'aosp_build_settings': {
54 'LOCAL_FDO_SUPPORT': 'true', 55 'LOCAL_FDO_SUPPORT': 'true',
55 }, 56 },
56 }], 57 }],
57 ], 58 ],
58 'sources': [ 59 'sources': [
59 'lib/main/webview_entry_point.cc', 60 'lib/main/webview_entry_point.cc',
60 ], 61 ],
61 } 62 }
OLDNEW
« no previous file with comments | « android_webview/java_library_common.mk ('k') | content/browser/android/composited_touch_handle_drawable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698