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

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

Issue 2791863002: Fix deps reading_list_remover_helper -> dom_distiller (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/reading_list/BUILD.gn b/ios/chrome/browser/reading_list/BUILD.gn
index 35907a1ec152069a01e5c5281345f63c6282be61..04ae8646b66335e40501254baf1c821433665d81 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -65,6 +65,14 @@ source_set("reading_list_remover") {
"//components/reading_list/ios",
"//ios/chrome/browser/browser_state",
]
+ public_deps = [
+ # This is required because this target includes
+ # reading_list_download_service.h from :reading_list that includes
+ # a protobuf header from dom_distiller.
+ # the inclusion of reading_list_download_service.h is allowed using
+ # allow_circular_includes_from.
+ "//ios/chrome/browser/dom_distiller",
+ ]
}
source_set("unit_tests") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698