| 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" ]
|
| }
|
|
|