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

Unified Diff: ui/ui.gyp

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_surface_wayland.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ea2ebc389082b994d6489f9ca0af6cd4a48475ca..673794c63b9dba4bf6af653e6a14c1791846731b 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -140,6 +140,7 @@
'base/cursor/cursor_loader_win.h',
'base/cursor/cursor_loader_x11.cc',
'base/cursor/cursor_loader_x11.h',
+ 'base/cursor/cursor_wayland.cc',
'base/cursor/cursor_win.cc',
'base/cursor/cursor_x11.cc',
'base/cursor/cursors_aura.cc',
@@ -234,6 +235,8 @@
'base/keycodes/keyboard_code_conversion_gtk.h',
'base/keycodes/keyboard_code_conversion_mac.h',
'base/keycodes/keyboard_code_conversion_mac.mm',
+ 'base/keycodes/keyboard_code_conversion_wayland.cc',
+ 'base/keycodes/keyboard_code_conversion_wayland.h',
'base/keycodes/keyboard_code_conversion_win.cc',
'base/keycodes/keyboard_code_conversion_win.h',
'base/keycodes/keyboard_code_conversion_x.cc',
@@ -323,6 +326,7 @@
'base/touch/touch_device_android.cc',
'base/touch/touch_device_aurax11.cc',
'base/touch/touch_device_ozone.cc',
+ 'base/touch/touch_device_wayland.cc',
'base/touch/touch_device_win.cc',
'base/touch/touch_editing_controller.cc',
'base/touch/touch_editing_controller.h',
@@ -339,6 +343,7 @@
'base/ui_export.h',
'base/view_prop.cc',
'base/view_prop.h',
+ 'base/wayland/events_wayland.cc',
'base/win/accessibility_ids_win.h',
'base/win/accessibility_misc_utils.cc',
'base/win/accessibility_misc_utils.h',
@@ -657,6 +662,7 @@
'base/cursor/cursor.h',
'base/cursor/cursor_loader_x11.cc',
'base/cursor/cursor_loader_x11.h',
+ 'base/cursor/cursor_wayland.cc',
'base/cursor/cursor_win.cc',
'base/cursor/cursor_x11.cc',
'base/x/selection_owner.cc',
« no previous file with comments | « ui/gl/gl_surface_wayland.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698