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

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

Issue 2772373004: 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 6e44c01049b6052724c17ff79b8edda8abf8c311..c554cd5c636e1f3874cc4f3475782536749e2de7 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -66,6 +66,9 @@ source_set("reading_list_remover") {
"//components/reading_list/core",
"//ios/chrome/browser/browser_state",
]
+ public_deps = [
sdefresne 2017/03/28 08:57:21 lgtm, but can you add a comment that this is becau
Olivier 2017/03/28 11:46:51 Done.
+ "//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