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

Side by Side 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 changes 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_store.cc', 74 'dom_distiller/core/dom_distiller_store.cc',
75 'dom_distiller/core/dom_distiller_store.h', 75 'dom_distiller/core/dom_distiller_store.h',
76 'dom_distiller/core/feedback_reporter.cc', 76 'dom_distiller/core/feedback_reporter.cc',
77 'dom_distiller/core/feedback_reporter.h', 77 'dom_distiller/core/feedback_reporter.h',
78 'dom_distiller/core/reader_mode_preferences.cc',
79 'dom_distiller/core/reader_mode_preferences.h',
78 'dom_distiller/core/task_tracker.cc', 80 'dom_distiller/core/task_tracker.cc',
79 'dom_distiller/core/task_tracker.h', 81 'dom_distiller/core/task_tracker.h',
80 'dom_distiller/core/url_constants.cc', 82 'dom_distiller/core/url_constants.cc',
81 'dom_distiller/core/url_constants.h', 83 'dom_distiller/core/url_constants.h',
82 'dom_distiller/core/url_utils_android.cc', 84 'dom_distiller/core/url_utils_android.cc',
83 'dom_distiller/core/url_utils_android.h', 85 'dom_distiller/core/url_utils_android.h',
84 'dom_distiller/core/url_utils.cc', 86 'dom_distiller/core/url_utils.cc',
85 'dom_distiller/core/url_utils.h', 87 'dom_distiller/core/url_utils.h',
86 'dom_distiller/core/viewer.cc', 88 'dom_distiller/core/viewer.cc',
87 'dom_distiller/core/viewer.h', 89 'dom_distiller/core/viewer.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'jni_gen_package': 'dom_distiller_core', 183 'jni_gen_package': 'dom_distiller_core',
182 }, 184 },
183 'includes': [ '../build/jni_generator.gypi' ], 185 'includes': [ '../build/jni_generator.gypi' ],
184 }, 186 },
185 ], 187 ],
186 }], 188 }],
187 ], 189 ],
188 }], 190 }],
189 ], 191 ],
190 } 192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698