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

Unified Diff: ios/clean/chrome/browser/ui/tab_grid/BUILD.gn

Issue 2862783002: [iOS Clean] Wired up ContextMenuCommands. (Closed)
Patch Set: cleanup Created 3 years, 7 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/clean/chrome/browser/ui/tab_grid/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn b/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
index 4f11f72f139f4d69983fefdff2ecde6948c924e5..e8120b1697e3de7fa802d9001c6f6563f5b80ea4 100644
--- a/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
@@ -19,6 +19,7 @@ source_set("tab_grid") {
"//ios/chrome/browser/web_state_list",
"//ios/clean/chrome/browser",
"//ios/clean/chrome/browser/ui/commands",
+ "//ios/clean/chrome/browser/ui/context_menu:context_menu",
edchin 2017/05/25 21:41:53 nit: remove ":context_menu".
kkhorimoto 2017/05/26 23:20:09 Done.
"//ios/clean/chrome/browser/ui/settings",
"//ios/clean/chrome/browser/ui/tab",
"//ios/clean/chrome/browser/ui/tab_collection",

Powered by Google App Engine
This is Rietveld 408576698