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

Unified Diff: ios/chrome/browser/ui/overscroll_actions/BUILD.gn

Issue 2817483002: [Workaround] Notify Overscroll Actions that a gesture ended. (Closed)
Patch Set: Add back removeTarget, use weak protocol Created 3 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 | ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/overscroll_actions/BUILD.gn
diff --git a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
index 98b99f7992a3568fc4887467614140fbb0a875ed..082cc1e540bb0cf72e013af6135832e2749876dc 100644
--- a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
+++ b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
@@ -32,6 +32,8 @@ source_set("overscroll_actions") {
sources = [
"overscroll_actions_controller.h",
"overscroll_actions_controller.mm",
+ "overscroll_actions_gesture_recognizer.h",
+ "overscroll_actions_gesture_recognizer.mm",
"overscroll_actions_view.h",
"overscroll_actions_view.mm",
]
« no previous file with comments | « no previous file | ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698