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

Unified Diff: ui/android/ui_android.gyp

Issue 696713002: Pointer/hover media query support: platform-dependent changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/TouchDevice.java ('k') | ui/base/touch/touch_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index f4e6ce6aa39ff3ad7bd533598ffd6f61e75fb690..46389ade817a1b96003ee1717b76878cda22ed76 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -32,6 +32,14 @@
'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'touch_device_types_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../base/touch/touch_device.h',
+ },
+ 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'window_open_disposition_java',
'type': 'none',
'variables': {
@@ -61,6 +69,7 @@
'bitmap_format_java',
'page_transition_types_java',
'system_ui_resource_type_java',
+ 'touch_device_types_java',
'ui_strings_grd',
'window_open_disposition_java',
'text_input_type_java',
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/TouchDevice.java ('k') | ui/base/touch/touch_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698