| Index: ui/android/ui_android.gyp
|
| diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
|
| index 036790cec72b4c3e3720b0cc9dc38ed0b7b03bea..65eb0229306c5d8e7b256dfd51b410c658699754 100644
|
| --- a/ui/android/ui_android.gyp
|
| +++ b/ui/android/ui_android.gyp
|
| @@ -23,6 +23,17 @@
|
| 'UI_ANDROID_IMPLEMENTATION',
|
| ],
|
| 'sources' : [
|
| + 'animation_utils.h',
|
| + 'edge_effect.cc',
|
| + 'edge_effect.h',
|
| + 'edge_effect_base.cc',
|
| + 'edge_effect_base.h',
|
| + 'edge_effect_l.cc',
|
| + 'edge_effect_l.h',
|
| + 'overscroll_glow.cc',
|
| + 'overscroll_glow.h',
|
| + 'overscroll_refresh.cc',
|
| + 'overscroll_refresh.h',
|
| 'resources/resource_manager.cc',
|
| 'resources/resource_manager.h',
|
| 'resources/resource_manager_impl.cc',
|
| @@ -35,6 +46,7 @@
|
| 'view_android.h',
|
| 'window_android.cc',
|
| 'window_android.h',
|
| + 'window_android_compositor.cc',
|
| 'window_android_compositor.h',
|
| 'window_android_observer.h',
|
| ],
|
| @@ -172,6 +184,7 @@
|
| 'ui_android',
|
| ],
|
| 'sources': [
|
| + 'overscroll_refresh_unittest.cc',
|
| 'resources/resource_manager_impl_unittest.cc',
|
| 'run_all_unittests.cc',
|
| ],
|
|
|