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

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: escaped char check 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..a94417937970e0a3a7b7cdfbeb43f7c9c352d74b 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",
noyau (Ping after 24h) 2015/05/20 16:29:23 If you want those tests to run on ios, you need to
mdjones 2015/05/20 20:27:29 Done.
]
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",

Powered by Google App Engine
This is Rietveld 408576698