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

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

Issue 2604773002: Create distiller files for Reading List. (Closed)
Patch Set: feedback Created 3 years, 12 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/dom_distiller/BUILD.gn
diff --git a/ios/chrome/browser/dom_distiller/BUILD.gn b/ios/chrome/browser/dom_distiller/BUILD.gn
index 809293d94f2868aadc172630b245523d4a8292bd..dab73d24a5f73baed69891d7e625068561bd9d3e 100644
--- a/ios/chrome/browser/dom_distiller/BUILD.gn
+++ b/ios/chrome/browser/dom_distiller/BUILD.gn
@@ -8,22 +8,14 @@ source_set("dom_distiller") {
"distiller_viewer.h",
"dom_distiller_service_factory.cc",
"dom_distiller_service_factory.h",
- "favicon_web_state_dispatcher_impl.h",
- "favicon_web_state_dispatcher_impl.mm",
]
deps = [
"//base",
"//components/dom_distiller/ios",
- "//components/favicon/core",
- "//components/favicon/ios",
"//components/keyed_service/core",
"//components/keyed_service/ios",
"//components/leveldb_proto",
- "//ios/chrome/browser/bookmarks",
"//ios/chrome/browser/browser_state",
- "//ios/chrome/browser/favicon",
- "//ios/chrome/browser/history",
- "//ios/public/provider/web",
"//ios/web",
"//ui/gfx",
"//url",
@@ -32,20 +24,3 @@ source_set("dom_distiller") {
"//components/dom_distiller/core",
]
}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "favicon_web_state_dispatcher_impl_unittest.mm",
- ]
- deps = [
- ":dom_distiller",
- "//base",
- "//components/favicon/ios",
- "//ios/chrome/browser/browser_state:test_support",
- "//ios/testing:ios_test_support",
- "//ios/web",
- "//ios/web:test_support",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/reading_list/ios/favicon_web_state_dispatcher.h ('k') | ios/chrome/browser/dom_distiller/distiller_viewer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698