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

Unified Diff: ios/clean/chrome/browser/ui/web_contents/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/web_contents/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/web_contents/BUILD.gn b/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
index ea952636dd65871a43c798d5ff27e7bee568f675..df35f48c6f029db85562f7fdaeff0802a338ff72 100644
--- a/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
@@ -16,8 +16,10 @@ source_set("web_contents") {
":web_contents_ui",
"//ios/chrome/browser",
"//ios/chrome/browser/web_state_list",
+ "//ios/clean/chrome/browser/ui/commands:commands",
edchin 2017/05/25 21:41:53 nit: remove default target here and below.
kkhorimoto 2017/05/26 23:20:10 Done.
"//ios/clean/chrome/browser/ui/context_menu",
"//ios/shared/chrome/browser/ui/browser_list",
+ "//ios/shared/chrome/browser/ui/commands:commands",
"//ios/shared/chrome/browser/ui/coordinators",
"//ios/web",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698