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

Unified Diff: components/dom_distiller.gypi

Issue 340403004: Java wrapper for DistilledPagePrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Spacing and indentation 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 29734a2f60e11d2dddd80823359856f36e32ca80..e9c60ad0a9897e42957d2f995121cac641ce395a 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -71,6 +71,8 @@
'dom_distiller/core/dom_distiller_observer.h',
'dom_distiller/core/dom_distiller_service.cc',
'dom_distiller/core/dom_distiller_service.h',
+ 'dom_distiller/core/dom_distiller_service_android.cc',
+ '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/feedback_reporter.cc',
@@ -87,7 +89,9 @@
'dom_distiller/core/url_utils.h',
'dom_distiller/core/viewer.cc',
'dom_distiller/core/viewer.h',
- ],
+ 'dom_distiller/core/reader_mode_preferences_android.cc',
+ 'dom_distiller/core/reader_mode_preferences_android.h',
nyquist 2014/06/30 20:33:23 Nit: ordering
sunangel 2014/07/07 21:21:29 Done.
+ ],
'conditions': [
['OS == "android"', {
'dependencies': [
@@ -178,6 +182,8 @@
'type': 'none',
'sources': [
'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java',
+ 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/ReaderModePreferencesAndroid.java',
+ 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java',
],
'variables': {
'jni_gen_package': 'dom_distiller_core',

Powered by Google App Engine
This is Rietveld 408576698