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

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

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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 | « ios/chrome/browser/ui/omnibox/BUILD.gn ('k') | ios/chrome/browser/ui/popup_menu/BUILD.gn » ('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 5a3642fded34688383dfdbd5cc832fe93fce7946..ab71ac69921e3dbf7e1824c7c9bb69fc800ec0d0 100644
--- a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
+++ b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
@@ -27,3 +27,29 @@ bundle_data("resources") {
"{{bundle_resources_dir}}/{{source_file_part}}",
]
}
+
+source_set("overscroll_actions") {
+ sources = [
+ "overscroll_actions_controller.h",
+ "overscroll_actions_controller.mm",
+ "overscroll_actions_view.h",
+ "overscroll_actions_view.mm",
+ ]
+ deps = [
+ "//base",
+ "//ios/chrome/app/theme",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/browser/ui/overscroll_actions:resources",
+ "//ios/chrome/browser/ui/static_content",
+ "//ios/chrome/browser/ui/toolbar",
+ "//ios/chrome/browser/ui/util",
+ "//ios/chrome/browser/ui/voice",
+ "//ios/web",
+ "//ui/base",
+ ]
+ allow_circular_includes_from = [ "//ios/chrome/browser/ui/static_content" ]
+ libs = [
+ "QuartzCore.framework",
+ "UIKit.framework",
+ ]
+}
« no previous file with comments | « ios/chrome/browser/ui/omnibox/BUILD.gn ('k') | ios/chrome/browser/ui/popup_menu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698