| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |