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/tab_strip/BUILD.gn

Issue 2786893002: [ios] Dispatcher for tab_strip and tab_grid. (Closed)
Patch Set: Update showcase. Created 3 years, 9 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_strip/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/tab_strip/BUILD.gn b/ios/clean/chrome/browser/ui/tab_strip/BUILD.gn
index 30f27f0918858591893abb08bb90c8b022d61599..23d6875f0effc3990e4591c9e786c3a82abe597e 100644
--- a/ios/clean/chrome/browser/ui/tab_strip/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tab_strip/BUILD.gn
@@ -10,11 +10,14 @@ source_set("tab_strip") {
deps = [
":tab_strip_ui",
"//ios/chrome/browser/browser_state",
+ "//ios/clean/chrome/browser/ui/commands",
"//ios/clean/chrome/browser/ui/tab_collection",
"//ios/shared/chrome/browser/coordinator_context",
"//ios/shared/chrome/browser/tabs",
"//ios/shared/chrome/browser/ui/browser_list",
+ "//ios/shared/chrome/browser/ui/commands",
"//ios/shared/chrome/browser/ui/coordinators",
+ "//ios/web",
]
configs += [ "//build/config/compiler:enable_arc" ]
}
@@ -25,7 +28,9 @@ source_set("tab_strip_ui") {
"tab_strip_view_controller.mm",
]
deps = [
+ "//ios/clean/chrome/browser/ui/commands",
"//ios/clean/chrome/browser/ui/tab_collection:tab_collection_ui",
+ "//ios/shared/chrome/browser/ui/commands",
]
configs += [ "//build/config/compiler:enable_arc" ]
}

Powered by Google App Engine
This is Rietveld 408576698