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

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

Issue 2862783002: [iOS Clean] Wired up ContextMenuCommands. (Closed)
Patch Set: fix deps 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..3e27619ade75422b0fee78dfd6868e6cd9e55d16 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",
"//ios/clean/chrome/browser/ui/context_menu",
"//ios/shared/chrome/browser/ui/browser_list",
+ "//ios/shared/chrome/browser/ui/commands",
"//ios/shared/chrome/browser/ui/coordinators",
"//ios/web",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698