| 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/core | 8 # GN version: //components/dom_distiller/core |
| 9 'target_name': 'dom_distiller_core', | 9 'target_name': 'dom_distiller_core', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 # GN version: //components/dom_distiller/content:mojo_bindings | 139 # GN version: //components/dom_distiller/content:mojo_bindings |
| 140 'target_name': 'dom_distiller_mojo_bindings', | 140 'target_name': 'dom_distiller_mojo_bindings', |
| 141 'type': 'static_library', | 141 'type': 'static_library', |
| 142 'sources': [ | 142 'sources': [ |
| 143 'dom_distiller/content/common/distillability_service.mojom', | 143 'dom_distiller/content/common/distillability_service.mojom', |
| 144 'dom_distiller/content/common/distiller_javascript_service.mojom', | 144 'dom_distiller/content/common/distiller_javascript_service.mojom', |
| 145 'dom_distiller/content/common/distiller_page_notifier_service.mojom', | 145 'dom_distiller/content/common/distiller_page_notifier_service.mojom', |
| 146 ], | 146 ], |
| 147 'variables': { |
| 148 'use_new_wrapper_types': 'false', |
| 149 }, |
| 147 'includes': [ | 150 'includes': [ |
| 148 '../mojo/mojom_bindings_generator.gypi', | 151 '../mojo/mojom_bindings_generator.gypi', |
| 149 ], | 152 ], |
| 150 }, | 153 }, |
| 151 ], | 154 ], |
| 152 'conditions': [ | 155 'conditions': [ |
| 153 ['OS != "ios"', { | 156 ['OS != "ios"', { |
| 154 'targets': [ | 157 'targets': [ |
| 155 { | 158 { |
| 156 # GN version: //components/dom_distiller/content/browser | 159 # GN version: //components/dom_distiller/content/browser |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'variables': { | 360 'variables': { |
| 358 'package_name': 'org/chromium/components/dom_distiller/core', | 361 'package_name': 'org/chromium/components/dom_distiller/core', |
| 359 'template_deps': ['dom_distiller/core/theme_list.h'], | 362 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 360 }, | 363 }, |
| 361 'includes': [ '../build/android/java_cpp_template.gypi' ], | 364 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 362 }, | 365 }, |
| 363 ], | 366 ], |
| 364 }], | 367 }], |
| 365 ], | 368 ], |
| 366 } | 369 } |
| OLD | NEW |