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

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: Fix HardwardKeyboard test 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/ui/context_menu/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 3374d9e35338893077c9320c3f1453ce13b5f177..098c1f1b515e0500afacb5f3053e3dac1fc2c6d9 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -450,6 +450,11 @@ 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/context_menu_controller.h",
+ "ui/context_menu/context_menu_controller.mm",
+ "ui/context_menu/context_menu_holder.h",
+ "ui/context_menu/context_menu_holder.mm",
+ "ui/context_menu/context_menu_provider.h",
"ui/file_locations.h",
"ui/file_locations.mm",
"ui/image_util.h",
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/ui/context_menu/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698