summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorcjhopman <cjhopman@chromium.org>2015-04-03 23:00:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-04 06:01:01 +0000
commite928146e32e9570db279b4b34c99ed88b8a5efee (patch)
tree51837373162979400ece57c0b8daa987c613e212 /components/dom_distiller.gypi
parentf6f3d88bfbc0f29d3a6ccf7d05ca652824d06df0 (diff)
downloadchromium_src-e928146e32e9570db279b4b34c99ed88b8a5efee.zip
chromium_src-e928146e32e9570db279b4b34c99ed88b8a5efee.tar.gz
chromium_src-e928146e32e9570db279b4b34c99ed88b8a5efee.tar.bz2
Add flags and experiment config for selecting triggering heuristics
BUG=454477,471439 Review URL: https://codereview.chromium.org/1051673002 Cr-Commit-Position: refs/heads/master@{#323875}
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 759fe080..1a31ac2 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -88,6 +88,10 @@
'dom_distiller/core/dom_distiller_service_android.h',
'dom_distiller/core/dom_distiller_store.cc',
'dom_distiller/core/dom_distiller_store.h',
+ 'dom_distiller/core/dom_distiller_switches.cc',
+ 'dom_distiller/core/dom_distiller_switches.h',
+ 'dom_distiller/core/experiments.cc',
+ 'dom_distiller/core/experiments.h',
'dom_distiller/core/feedback_reporter.cc',
'dom_distiller/core/feedback_reporter.h',
'dom_distiller/core/font_family_list.h',