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

Unified Diff: content/content_browser.gypi

Issue 679493002: [Android] Add a native pull-to-refresh overscroll effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint Created 6 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b43ec6e1ab68757887de5ca460806a570366576b..a357f382bd478f11b800621d1e1408a31fa0c613 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -275,6 +275,7 @@
'browser/accessibility/browser_accessibility_state_impl.h',
'browser/accessibility/browser_accessibility_win.cc',
'browser/accessibility/browser_accessibility_win.h',
+ 'browser/android/animation_utils.h',
'browser/android/browser_jni_registrar.cc',
'browser/android/browser_jni_registrar.h',
'browser/android/browser_startup_controller.cc',
@@ -325,6 +326,10 @@
'browser/android/load_url_params.h',
'browser/android/overscroll_glow.cc',
'browser/android/overscroll_glow.h',
+ 'browser/android/overscroll_controller_android.cc',
+ 'browser/android/overscroll_controller_android.h',
+ 'browser/android/overscroll_refresh.cc',
+ 'browser/android/overscroll_refresh.h',
'browser/android/popup_item_type_list.h',
'browser/android/popup_touch_handle_drawable.cc',
'browser/android/popup_touch_handle_drawable.h',

Powered by Google App Engine
This is Rietveld 408576698