| 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") {
|
|
|