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

Side by Side Diff: components/dom_distiller.gypi

Issue 1443713002: Add gn implementation for //components/dom_distiller/ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_public_provider_web
Patch Set: Created 5 years, 1 month 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/dom_distiller/webui 8 # GN version: //components/dom_distiller/webui
9 'target_name': 'dom_distiller_webui', 9 'target_name': 'dom_distiller_webui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'dom_distiller/content/renderer/distiller_page_notifier_service_impl .cc', 249 'dom_distiller/content/renderer/distiller_page_notifier_service_impl .cc',
250 'dom_distiller/content/renderer/distiller_page_notifier_service_impl .h', 250 'dom_distiller/content/renderer/distiller_page_notifier_service_impl .h',
251 ], 251 ],
252 }, 252 },
253 253
254 ], 254 ],
255 }], 255 }],
256 ['OS=="ios"', { 256 ['OS=="ios"', {
257 'targets': [ 257 'targets': [
258 { 258 {
259 # GN version: //components/dom_distiller/ios
259 'target_name': 'dom_distiller_ios', 260 'target_name': 'dom_distiller_ios',
260 'type': 'static_library', 261 'type': 'static_library',
261 'dependencies': [ 262 'dependencies': [
262 '../ios/provider/ios_provider_web.gyp:ios_provider_web', 263 '../ios/provider/ios_provider_web.gyp:ios_provider_web',
263 'dom_distiller_protos', 264 'dom_distiller_protos',
264 'dom_distiller_core', 265 'dom_distiller_core',
265 ], 266 ],
266 'include_dirs': [ 267 'include_dirs': [
267 '..', 268 '..',
268 ], 269 ],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'variables': { 350 'variables': {
350 'package_name': 'org/chromium/components/dom_distiller/core', 351 'package_name': 'org/chromium/components/dom_distiller/core',
351 'template_deps': ['dom_distiller/core/theme_list.h'], 352 'template_deps': ['dom_distiller/core/theme_list.h'],
352 }, 353 },
353 'includes': [ '../build/android/java_cpp_template.gypi' ], 354 'includes': [ '../build/android/java_cpp_template.gypi' ],
354 }, 355 },
355 ], 356 ],
356 }], 357 }],
357 ], 358 ],
358 } 359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698