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

Unified Diff: content/browser/BUILD.gn

Issue 895543005: Refactor GestureNavigation to eliminate code redundancy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nit Created 5 years, 8 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 | « no previous file | content/browser/renderer_host/overscroll_controller_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a722c0c8626b3197ed0375cc4b1830e646a0a64a..d6f098d5fcdadc7438b2a36b8355f0a3a00cacdd 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -395,10 +395,12 @@ source_set("browser") {
"web_contents/aura/gesture_nav_simple.h",
"web_contents/aura/overscroll_navigation_overlay.cc",
"web_contents/aura/overscroll_navigation_overlay.h",
+ "web_contents/aura/overscroll_window_animation.cc",
+ "web_contents/aura/overscroll_window_animation.h",
+ "web_contents/aura/overscroll_window_delegate.cc",
+ "web_contents/aura/overscroll_window_delegate.h",
"web_contents/aura/shadow_layer_delegate.cc",
"web_contents/aura/shadow_layer_delegate.h",
- "web_contents/aura/window_slider.cc",
- "web_contents/aura/window_slider.h",
"web_contents/touch_editable_impl_aura.cc",
"web_contents/touch_editable_impl_aura.h",
"web_contents/web_contents_view_aura.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/overscroll_controller_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698