| Index: ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn b/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| index 7bdd24da9a1ddedbe7d9c1ca360c70bdc71a0a8c..565a91a3ec306cb0d5a2be96df7070d107ff59d8 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
|
| @@ -10,9 +10,11 @@ source_set("tab_collection") {
|
| deps = [
|
| ":tab_collection_ui",
|
| "//base",
|
| + "//ios/chrome/browser/snapshots",
|
| "//ios/chrome/browser/web",
|
| "//ios/chrome/browser/web_state_list",
|
| "//ios/web",
|
| + "//ui/gfx",
|
| ]
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| }
|
|
|