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

Unified Diff: content/content_browser.gypi

Issue 41703006: Move fling implementation from renderer to browser: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 1935c17acd33fb424d4c8b6616be84d8f40e686c..3ef988da7a5931c3fdb408ab40e7f1f3aacd83fe 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -833,6 +833,15 @@
'browser/renderer_host/ime_adapter_android.h',
'browser/renderer_host/input/base_gesture_event_filter.cc',
'browser/renderer_host/input/base_gesture_event_filter.h',
+ 'browser/renderer_host/input/fling/fling_curve.h',
+ 'browser/renderer_host/input/fling/fling_curve_configuration.cc',
+ 'browser/renderer_host/input/fling/fling_curve_configuration.h',
+ 'browser/renderer_host/input/fling/fling_curve_impl.cc',
+ 'browser/renderer_host/input/fling/fling_curve_impl.h',
+ 'browser/renderer_host/input/fling/fling_curve_impl_android.cc',
+ 'browser/renderer_host/input/fling/fling_curve_impl_android.h',
+ 'browser/renderer_host/input/fling/flinger.cc',
+ 'browser/renderer_host/input/fling/flinger.h',
'browser/renderer_host/input/gesture_event_filter.cc',
'browser/renderer_host/input/gesture_event_filter.h',
'browser/renderer_host/input/gesture_event_filter_client.h',
@@ -1448,6 +1457,7 @@
'browser/geolocation/device_data_provider.cc',
'browser/geolocation/empty_device_data_provider.cc',
'browser/geolocation/wifi_data_provider_common.cc',
+ 'browser/renderer_host/input/fling/fling_curve_impl.cc',
'browser/renderer_host/native_web_keyboard_event.cc',
]
}, { # OS!="android"
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698