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

Unified Diff: ui/ui.gyp

Issue 8907005: Add support for new scroll valuators coming from CMT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup and comments Created 9 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 1bb4fad241aadabfc7e5a63b8296a04d434b1137..f4fe570791f76463bed8eea16bda685167032b01 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -234,6 +234,8 @@
'base/x/events_x.cc',
'base/x/root_window_property_watcher_x.cc',
'base/x/root_window_property_watcher_x.h',
+ 'base/x/scroll_factory.h',
+ 'base/x/scroll_factory.cc',
'base/x/work_area_watcher_x.cc',
'base/x/work_area_watcher_x.h',
'base/x/work_area_watcher_x_observer.h',
@@ -496,6 +498,8 @@
'sources!': [
'base/touch/touch_factory.cc',
'base/touch/touch_factory.h',
+ 'base/x/scroll_factory.h',
+ 'base/x/scroll_factory.cc',
'gfx/pango_util.h',
'gfx/pango_util.cc',
'gfx/platform_font_pango.cc',

Powered by Google App Engine
This is Rietveld 408576698