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

Unified Diff: ui/android/ui_android.gyp

Issue 1419123002: android: move overscroll effects to ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix exports for component build Created 5 years, 2 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/android/overscroll_refresh_unittest.cc ('k') | ui/android/window_android_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « ui/android/overscroll_refresh_unittest.cc ('k') | ui/android/window_android_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698