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

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

Issue 1042053003: Add calculation of derived features for distillable page model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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
« no previous file with comments | « components/dom_distiller/DEPS ('k') | components/dom_distiller/core/page_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/dom_distiller/DEPS ('k') | components/dom_distiller/core/page_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698