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", |