| 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"
|
|
|