| Index: components/dom_distiller/core/BUILD.gn
|
| diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
|
| index 2782d168519bfd39a924df291cebdc97aef1c828..747f564b49dc585859ef89d8ce8e3efd6ffab268 100644
|
| --- a/components/dom_distiller/core/BUILD.gn
|
| +++ b/components/dom_distiller/core/BUILD.gn
|
| @@ -36,6 +36,8 @@ source_set("core") {
|
| "dom_distiller_store.h",
|
| "feedback_reporter.cc",
|
| "feedback_reporter.h",
|
| + "page_features.cc",
|
| + "page_features.h",
|
| "task_tracker.cc",
|
| "task_tracker.h",
|
| "url_constants.cc",
|
| @@ -62,6 +64,7 @@ source_set("core") {
|
| "//net",
|
| "//skia",
|
| "//sync",
|
| + "//third_party/re2",
|
| "//ui/base",
|
| "//url",
|
| ]
|
| @@ -109,6 +112,7 @@ source_set("unit_tests") {
|
| "dom_distiller_model_unittest.cc",
|
| "dom_distiller_service_unittest.cc",
|
| "dom_distiller_store_unittest.cc",
|
| + "page_features_unittest.cc",
|
| "task_tracker_unittest.cc",
|
| "url_utils_unittest.cc",
|
| "viewer_unittest.cc",
|
|
|