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

Unified Diff: components/dom_distiller.gypi

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor change to constant name Created 6 years, 6 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 cc7bae5abdc523b13cf4b157a00d2177636b4e9a..acbf642f83ec803f542326ac14a8297234196b81 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -72,12 +72,16 @@
'dom_distiller/core/dom_distiller_model.cc',
'dom_distiller/core/dom_distiller_model.h',
'dom_distiller/core/dom_distiller_observer.h',
+ 'dom_distiller/core/dom_distiller_pref_names.cc',
+ 'dom_distiller/core/dom_distiller_pref_names.h',
'dom_distiller/core/dom_distiller_service.cc',
'dom_distiller/core/dom_distiller_service.h',
'dom_distiller/core/dom_distiller_store.cc',
'dom_distiller/core/dom_distiller_store.h',
'dom_distiller/core/feedback_reporter.cc',
'dom_distiller/core/feedback_reporter.h',
+ 'dom_distiller/core/reader_mode_preferences.cc',
+ 'dom_distiller/core/reader_mode_preferences.h',
'dom_distiller/core/task_tracker.cc',
'dom_distiller/core/task_tracker.h',
'dom_distiller/core/url_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698