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

Side by Side Diff: components/dom_distiller.gypi

Issue 936843002: Upstream iOS implementation of dom_distiller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_controller_provider
Patch Set: Add blank lines Created 5 years, 10 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
« no previous file with comments | « no previous file | components/dom_distiller/ios/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # GN version: //components/dom_distiller/webui 10 # GN version: //components/dom_distiller/webui
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'dom_distiller/content/distiller_page_web_contents.cc', 174 'dom_distiller/content/distiller_page_web_contents.cc',
175 'dom_distiller/content/distiller_page_web_contents.h', 175 'dom_distiller/content/distiller_page_web_contents.h',
176 'dom_distiller/content/dom_distiller_viewer_source.cc', 176 'dom_distiller/content/dom_distiller_viewer_source.cc',
177 'dom_distiller/content/dom_distiller_viewer_source.h', 177 'dom_distiller/content/dom_distiller_viewer_source.h',
178 'dom_distiller/content/web_contents_main_frame_observer.cc', 178 'dom_distiller/content/web_contents_main_frame_observer.cc',
179 'dom_distiller/content/web_contents_main_frame_observer.h', 179 'dom_distiller/content/web_contents_main_frame_observer.h',
180 ], 180 ],
181 }, 181 },
182 ], 182 ],
183 }], 183 }],
184 ['OS=="ios"', {
185 'targets': [
186 {
187 'target_name': 'dom_distiller_ios',
188 'type': 'static_library',
189 'dependencies': [
190 '../ios/provider/ios_provider_web.gyp:ios_provider_web',
191 'distilled_page_proto',
192 'dom_distiller_core',
193 ],
194 'include_dirs': [
195 '..',
196 ],
197 'sources': [
198 'dom_distiller/ios/distiller_page_factory_ios.h',
199 'dom_distiller/ios/distiller_page_factory_ios.mm',
200 'dom_distiller/ios/distiller_page_ios.h',
201 'dom_distiller/ios/distiller_page_ios.mm',
202 ],
203 },
204 ],
205 }],
184 ['OS=="android"', { 206 ['OS=="android"', {
185 'targets': [ 207 'targets': [
186 { 208 {
187 # GN: //components/dom_distiller/android:dom_distiller_core_java 209 # GN: //components/dom_distiller/android:dom_distiller_core_java
188 'target_name': 'dom_distiller_core_java', 210 'target_name': 'dom_distiller_core_java',
189 'type': 'none', 211 'type': 'none',
190 'dependencies': [ 212 'dependencies': [
191 'dom_distiller_core_font_family_java', 213 'dom_distiller_core_font_family_java',
192 'dom_distiller_core_theme_java', 214 'dom_distiller_core_theme_java',
193 '../base/base.gyp:base', 215 '../base/base.gyp:base',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'template_deps': ['dom_distiller/core/theme_list.h'], 258 'template_deps': ['dom_distiller/core/theme_list.h'],
237 }, 259 },
238 'includes': [ '../build/android/java_cpp_template.gypi' ], 260 'includes': [ '../build/android/java_cpp_template.gypi' ],
239 }, 261 },
240 ], 262 ],
241 }], 263 }],
242 ], 264 ],
243 }], 265 }],
244 ], 266 ],
245 } 267 }
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698