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

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

Issue 1051673002: Add flags and experiment config for selecting triggering heuristics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dd-heuristics-apply
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
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index bc921727f09e7a5e661bc7c3d886617473b1c3c2..cbc4c56cf453666b6146a7899279fc3e52f22d7e 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -36,6 +36,10 @@ source_set("core") {
"dom_distiller_service.h",
"dom_distiller_store.cc",
"dom_distiller_store.h",
+ "dom_distiller_switches.cc",
+ "dom_distiller_switches.h",
+ "experiments.cc",
+ "experiments.h",
"feedback_reporter.cc",
"feedback_reporter.h",
"page_features.cc",
« no previous file with comments | « components/dom_distiller/content/distillable_page_utils.cc ('k') | components/dom_distiller/core/dom_distiller_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698