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

Side by Side Diff: components/dom_distiller.gypi

Issue 266073003: Add support for distilling current WebContents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'dom_distiller_core', 149 'dom_distiller_core',
150 ], 150 ],
151 'include_dirs': [ 151 'include_dirs': [
152 '..', 152 '..',
153 ], 153 ],
154 'sources': [ 154 'sources': [
155 'dom_distiller/content/distiller_page_web_contents.cc', 155 'dom_distiller/content/distiller_page_web_contents.cc',
156 'dom_distiller/content/distiller_page_web_contents.h', 156 'dom_distiller/content/distiller_page_web_contents.h',
157 'dom_distiller/content/dom_distiller_viewer_source.cc', 157 'dom_distiller/content/dom_distiller_viewer_source.cc',
158 'dom_distiller/content/dom_distiller_viewer_source.h', 158 'dom_distiller/content/dom_distiller_viewer_source.h',
159 'dom_distiller/content/web_contents_main_frame_observer.cc',
160 'dom_distiller/content/web_contents_main_frame_observer.h',
159 ], 161 ],
160 }, 162 },
161 ], 163 ],
162 }], 164 }],
163 ['OS=="android"', { 165 ['OS=="android"', {
164 'targets': [ 166 'targets': [
165 { 167 {
166 'target_name': 'dom_distiller_core_java', 168 'target_name': 'dom_distiller_core_java',
167 'type': 'none', 169 'type': 'none',
168 'dependencies': [ 170 'dependencies': [
(...skipping 14 matching lines...) Expand all
183 'jni_gen_package': 'dom_distiller_core', 185 'jni_gen_package': 'dom_distiller_core',
184 }, 186 },
185 'includes': [ '../build/jni_generator.gypi' ], 187 'includes': [ '../build/jni_generator.gypi' ],
186 }, 188 },
187 ], 189 ],
188 }], 190 }],
189 ], 191 ],
190 }], 192 }],
191 ], 193 ],
192 } 194 }
OLDNEW
« no previous file with comments | « chrome/test/data/dom_distiller/simple_article.html ('k') | components/dom_distiller/content/distiller_page_web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698