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

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

Issue 2857123003: Move frame-related methods out of GoogleLandingViewController (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
Index: ios/chrome/browser/ui/content_suggestions/BUILD.gn
diff --git a/ios/chrome/browser/ui/content_suggestions/BUILD.gn b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
index 42381edb149a5223a72b1bcec3f962ea0bd360bd..2d6de7bd14e1b56d1713627ce1bdcb1dfbe33caa 100644
--- a/ios/chrome/browser/ui/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/ui/content_suggestions/BUILD.gn
@@ -10,6 +10,8 @@ source_set("content_suggestions") {
"content_suggestion_extra_builder.mm",
"content_suggestions_collection_updater.h",
"content_suggestions_collection_updater.mm",
+ "content_suggestions_collection_utils.h",
+ "content_suggestions_collection_utils.mm",
"content_suggestions_commands.h",
"content_suggestions_data_sink.h",
"content_suggestions_data_source.h",
@@ -21,6 +23,7 @@ source_set("content_suggestions") {
":resources",
"//base",
"//components/strings",
+ "//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/content_suggestions/cells",
"//ios/chrome/browser/ui/content_suggestions/identifier",
@@ -39,12 +42,15 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_suggestions_collection_updater_unittest.mm",
+ "content_suggestions_collection_utils_unittest.mm",
]
deps = [
":content_suggestions",
"//base",
+ "//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/content_suggestions/identifier",
+ "//ios/chrome/test/base",
"//testing/gtest",
"//third_party/ocmock",
]

Powered by Google App Engine
This is Rietveld 408576698