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

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: Tests! Created 6 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 8123a196461449e7f51aebd4be2560622fd71298..b931718053664b81f5636499639f0eaf621060dc 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -274,6 +274,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',
@@ -322,6 +323,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