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

Unified Diff: components/dom_distiller.gypi

Issue 1042053003: Add calculation of derived features for distillable page model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Calculate paths correctly 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
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 6e8cf3a9a25e5eb6f19fa2c0045dfcd39afffb55..f2739802f858db0aa27a9688e9cc2677cd57b14b 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -42,6 +42,7 @@
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
'../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto',
+ '../third_party/re2/re2.gyp:re2',
'components.gyp:leveldb_proto',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
@@ -90,6 +91,8 @@
'dom_distiller/core/feedback_reporter.cc',
'dom_distiller/core/feedback_reporter.h',
'dom_distiller/core/font_family_list.h',
+ 'dom_distiller/core/page_features.cc',
+ 'dom_distiller/core/page_features.h',
'dom_distiller/core/task_tracker.cc',
'dom_distiller/core/task_tracker.h',
'dom_distiller/core/theme_list.h',

Powered by Google App Engine
This is Rietveld 408576698