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

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

Issue 1891863004: Copy contents of ui/base/ios into ios/chrome/browser/ui/context_menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to gn Created 4 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
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 3374d9e35338893077c9320c3f1453ce13b5f177..62a6f5aab89a614ee8a78ac8ca54307f308b4bd3 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -450,6 +450,10 @@ source_set("browser") {
"ui/commands/show_mail_composer_command.mm",
"ui/commands/show_signin_command.h",
"ui/commands/show_signin_command.mm",
+ "ui/context_menu/cru_context_menu_controller.h",
+ "ui/context_menu/cru_context_menu_controller.mm",
+ "ui/context_menu/cru_context_menu_holder.h",
+ "ui/context_menu/cru_context_menu_holder.mm",
"ui/file_locations.h",
"ui/file_locations.mm",
"ui/image_util.h",

Powered by Google App Engine
This is Rietveld 408576698