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

Unified Diff: ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn

Issue 2798963002: Remove unused code (Closed)
Patch Set: Created 3 years, 8 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/chrome/browser/ui/content_suggestions/cells/BUILD.gn
diff --git a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
index ee73ffe7ad5bc79351f931db77f823f11ac15cb0..df9a4b3b8913557494b3f002eff2d7b140f4b8f7 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
@@ -6,25 +6,12 @@ source_set("cells") {
sources = [
"content_suggestions_article_item.h",
"content_suggestions_article_item.mm",
- "content_suggestions_button_item.h",
- "content_suggestions_button_item.mm",
- "content_suggestions_button_item_actions.h",
- "content_suggestions_expandable_item.h",
- "content_suggestions_expandable_item.mm",
- "content_suggestions_favicon_internal_cell.h",
- "content_suggestions_favicon_internal_cell.mm",
- "content_suggestions_favicon_item.h",
- "content_suggestions_favicon_item.mm",
"content_suggestions_footer_item.h",
"content_suggestions_footer_item.mm",
"content_suggestions_reading_list_item.h",
"content_suggestions_reading_list_item.mm",
- "content_suggestions_stack_item.h",
- "content_suggestions_stack_item.mm",
- "content_suggestions_stack_item_actions.h",
"content_suggestions_text_item.h",
"content_suggestions_text_item.mm",
- "expandable_item.h",
]
deps = [
"//base",
@@ -45,11 +32,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_suggestions_article_item_unittest.mm",
- "content_suggestions_button_item_unittest.mm",
- "content_suggestions_expandable_item_unittest.mm",
- "content_suggestions_favicon_item_unittest.mm",
"content_suggestions_footer_item_unittest.mm",
- "content_suggestions_stack_item_unittest.mm",
]
deps = [
":cells",

Powered by Google App Engine
This is Rietveld 408576698