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

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

Issue 2971093002: [ios] Take snapshot for tab grid. (Closed)
Patch Set: Update unit test. Created 3 years, 5 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_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" ]
}

Powered by Google App Engine
This is Rietveld 408576698