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

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

Issue 2766713002: Add "Read Later" action to ContentSuggestions' context menu (Closed)
Patch Set: Created 3 years, 9 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/content_suggestions/BUILD.gn
diff --git a/ios/chrome/browser/content_suggestions/BUILD.gn b/ios/chrome/browser/content_suggestions/BUILD.gn
index 43cee92dc3934092669b578abfc86c32b9fdd590..aca65a3d77e8f5414d85d4209df1f1b5fa682cbf 100644
--- a/ios/chrome/browser/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/content_suggestions/BUILD.gn
@@ -17,9 +17,11 @@ source_set("content_suggestions") {
deps = [
"//base",
"//components/ntp_snippets",
+ "//components/reading_list/ios",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser/ntp_snippets",
+ "//ios/chrome/browser/reading_list",
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/alert_coordinator",
"//ios/chrome/browser/ui/content_suggestions",

Powered by Google App Engine
This is Rietveld 408576698