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