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

Unified Diff: ios/chrome/browser/ui/popup_menu/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/overscroll_actions/BUILD.gn ('k') | ios/chrome/browser/ui/presenters/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/popup_menu/BUILD.gn
diff --git a/ios/chrome/browser/ui/popup_menu/BUILD.gn b/ios/chrome/browser/ui/popup_menu/BUILD.gn
index 7ac0c6771d9ced4d430a8f1d03b99fabf094552d..7d59bd4ab8c0c194a411743db9d9d0b00d185f3d 100644
--- a/ios/chrome/browser/ui/popup_menu/BUILD.gn
+++ b/ios/chrome/browser/ui/popup_menu/BUILD.gn
@@ -12,3 +12,24 @@ bundle_data("resources") {
"{{bundle_resources_dir}}/{{source_file_part}}",
]
}
+
+source_set("popup_menu") {
+ sources = [
+ "popup_menu_controller.h",
+ "popup_menu_controller.mm",
+ "popup_menu_view.h",
+ "popup_menu_view.mm",
+ ]
+ deps = [
+ "//base",
+ "//ios/chrome/app/strings",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/browser/ui/popup_menu:resources",
+ "//ios/chrome/common",
+ "//ui/base",
+ ]
+ libs = [
+ "QuartzCore.framework",
+ "UIKit.framework",
+ ]
+}
« no previous file with comments | « ios/chrome/browser/ui/overscroll_actions/BUILD.gn ('k') | ios/chrome/browser/ui/presenters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698