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

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

Issue 1047223003: Add integration of the new heuristics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dd-adaboost-model
Patch Set: whitelist resources for ios 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.gypi ('k') | components/dom_distiller/content/distillable_page_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/content/BUILD.gn
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
index 35af9dda77b93143d6cb19287571398c9f2b8b1c..61dd8e6bdd164d6fde6165befee21479145c7dab 100644
--- a/components/dom_distiller/content/BUILD.gn
+++ b/components/dom_distiller/content/BUILD.gn
@@ -6,6 +6,8 @@ if (!is_ios) {
# GYP version: components/dom_distiller.gypi:dom_distiller_content
static_library("content") {
sources = [
+ "distillable_page_utils.cc",
+ "distillable_page_utils.h",
"distiller_page_web_contents.cc",
"distiller_page_web_contents.h",
"dom_distiller_viewer_source.cc",
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/content/distillable_page_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698