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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['android_webview_build == 0', { 7 ['android_webview_build == 0', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'dom_distiller_webui', 10 'target_name': 'dom_distiller_webui',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'dom_distiller/core/distiller_page.h', 64 'dom_distiller/core/distiller_page.h',
65 'dom_distiller/core/distiller_url_fetcher.cc', 65 'dom_distiller/core/distiller_url_fetcher.cc',
66 'dom_distiller/core/distiller_url_fetcher.h', 66 'dom_distiller/core/distiller_url_fetcher.h',
67 'dom_distiller/core/dom_distiller_constants.cc', 67 'dom_distiller/core/dom_distiller_constants.cc',
68 'dom_distiller/core/dom_distiller_constants.h', 68 'dom_distiller/core/dom_distiller_constants.h',
69 'dom_distiller/core/dom_distiller_model.cc', 69 'dom_distiller/core/dom_distiller_model.cc',
70 'dom_distiller/core/dom_distiller_model.h', 70 'dom_distiller/core/dom_distiller_model.h',
71 'dom_distiller/core/dom_distiller_observer.h', 71 'dom_distiller/core/dom_distiller_observer.h',
72 'dom_distiller/core/dom_distiller_service.cc', 72 'dom_distiller/core/dom_distiller_service.cc',
73 'dom_distiller/core/dom_distiller_service.h', 73 'dom_distiller/core/dom_distiller_service.h',
74 'dom_distiller/core/dom_distiller_service_android.cc',
75 'dom_distiller/core/dom_distiller_service_android.h',
74 'dom_distiller/core/dom_distiller_store.cc', 76 'dom_distiller/core/dom_distiller_store.cc',
75 'dom_distiller/core/dom_distiller_store.h', 77 'dom_distiller/core/dom_distiller_store.h',
76 'dom_distiller/core/feedback_reporter.cc', 78 'dom_distiller/core/feedback_reporter.cc',
77 'dom_distiller/core/feedback_reporter.h', 79 'dom_distiller/core/feedback_reporter.h',
78 'dom_distiller/core/reader_mode_preferences.cc', 80 'dom_distiller/core/reader_mode_preferences.cc',
79 'dom_distiller/core/reader_mode_preferences.h', 81 'dom_distiller/core/reader_mode_preferences.h',
80 'dom_distiller/core/task_tracker.cc', 82 'dom_distiller/core/task_tracker.cc',
81 'dom_distiller/core/task_tracker.h', 83 'dom_distiller/core/task_tracker.h',
82 'dom_distiller/core/url_constants.cc', 84 'dom_distiller/core/url_constants.cc',
83 'dom_distiller/core/url_constants.h', 85 'dom_distiller/core/url_constants.h',
84 'dom_distiller/core/url_utils_android.cc', 86 'dom_distiller/core/url_utils_android.cc',
85 'dom_distiller/core/url_utils_android.h', 87 'dom_distiller/core/url_utils_android.h',
86 'dom_distiller/core/url_utils.cc', 88 'dom_distiller/core/url_utils.cc',
87 'dom_distiller/core/url_utils.h', 89 'dom_distiller/core/url_utils.h',
88 'dom_distiller/core/viewer.cc', 90 'dom_distiller/core/viewer.cc',
89 'dom_distiller/core/viewer.h', 91 'dom_distiller/core/viewer.h',
90 ], 92 'dom_distiller/core/reader_mode_preferences_android.cc',
93 '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.
94 ],
91 'conditions': [ 95 'conditions': [
92 ['OS == "android"', { 96 ['OS == "android"', {
93 'dependencies': [ 97 'dependencies': [
94 'dom_distiller_core_jni_headers', 98 'dom_distiller_core_jni_headers',
95 ], 99 ],
96 }], 100 }],
97 ], 101 ],
98 }, 102 },
99 { 103 {
100 'target_name': 'dom_distiller_test_support', 104 'target_name': 'dom_distiller_test_support',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'variables': { 175 'variables': {
172 'java_in_dir': 'dom_distiller/android/java', 176 'java_in_dir': 'dom_distiller/android/java',
173 }, 177 },
174 'includes': [ '../build/java.gypi' ], 178 'includes': [ '../build/java.gypi' ],
175 }, 179 },
176 { 180 {
177 'target_name': 'dom_distiller_core_jni_headers', 181 'target_name': 'dom_distiller_core_jni_headers',
178 'type': 'none', 182 'type': 'none',
179 'sources': [ 183 'sources': [
180 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DomDistillerUrlUtils.java', 184 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DomDistillerUrlUtils.java',
185 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/ReaderModePreferencesAndroid.java',
186 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DomDistillerService.java',
181 ], 187 ],
182 'variables': { 188 'variables': {
183 'jni_gen_package': 'dom_distiller_core', 189 'jni_gen_package': 'dom_distiller_core',
184 }, 190 },
185 'includes': [ '../build/jni_generator.gypi' ], 191 'includes': [ '../build/jni_generator.gypi' ],
186 }, 192 },
187 ], 193 ],
188 }], 194 }],
189 ], 195 ],
190 }], 196 }],
191 ], 197 ],
192 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698