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

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

Issue 2885983003: [ios] TabCollectionItem (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 24dc23217186c3284bab250dc68141f956e0a7b8..d599e37408667bc3d4ce8663e7dc08833603ed77 100644
--- a/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tab_collection/BUILD.gn
@@ -19,7 +19,8 @@ source_set("tab_collection") {
source_set("tab_collection_ui") {
sources = [
"tab_collection_consumer.h",
- "tab_collection_data_source.h",
+ "tab_collection_item.h",
+ "tab_collection_item.mm",
"tab_collection_tab_cell.h",
"tab_collection_tab_cell.mm",
"tab_collection_view_controller.h",
@@ -36,6 +37,7 @@ source_set("tab_collection_ui") {
source_set("unit_tests") {
sources = [
"tab_collection_mediator_unittest.mm",
+ "tab_collection_view_controller_unittest.mm",
]
deps = [
":tab_collection",
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698