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

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 1130703003: Show template before distiller finishes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-superclass
Patch Set: Fix flaky test Created 5 years, 7 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: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 565f1fe8ece39eb33cafc675caabbfb608de155c..a14ad2130cbca24dff762b70d22211d28233f1e1 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -98,6 +98,7 @@ source_set("test_support") {
"fake_distiller.h",
"fake_distiller_page.cc",
"fake_distiller_page.h",
+ "test_request_view_handle.h",
]
deps = [
@@ -120,6 +121,7 @@ source_set("unit_tests") {
"distiller_unittest.cc",
"distiller_url_fetcher_unittest.cc",
"dom_distiller_model_unittest.cc",
+ "dom_distiller_request_view_base_unittest.cc",
"dom_distiller_service_unittest.cc",
"dom_distiller_store_unittest.cc",
"page_features_unittest.cc",
@@ -134,6 +136,8 @@ source_set("unit_tests") {
"//base",
"//components/leveldb_proto:test_support",
"//components/pref_registry:test_support",
+ "//components/resources",
+ "//components/strings",
"//net:test_support",
"//sync",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698