| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 # GN version: //components/dom_distiller/content:mojo_bindings | 165 # GN version: //components/dom_distiller/content:mojo_bindings |
| 166 'target_name': 'dom_distiller_mojo_bindings', | 166 'target_name': 'dom_distiller_mojo_bindings', |
| 167 'type': 'static_library', | 167 'type': 'static_library', |
| 168 'sources': [ | 168 'sources': [ |
| 169 'dom_distiller/content/common/distiller_javascript_service.mojom', | 169 'dom_distiller/content/common/distiller_javascript_service.mojom', |
| 170 'dom_distiller/content/common/distiller_page_notifier_service.mojom', | 170 'dom_distiller/content/common/distiller_page_notifier_service.mojom', |
| 171 ], | 171 ], |
| 172 'includes': [ | 172 'includes': [ |
| 173 '../third_party/mojo/mojom_bindings_generator.gypi', | 173 '../mojo/mojom_bindings_generator.gypi', |
| 174 ], | 174 ], |
| 175 }, | 175 }, |
| 176 ], | 176 ], |
| 177 'conditions': [ | 177 'conditions': [ |
| 178 ['OS != "ios"', { | 178 ['OS != "ios"', { |
| 179 'targets': [ | 179 'targets': [ |
| 180 { | 180 { |
| 181 # GN version: //components/dom_distiller/content:content_browser | 181 # GN version: //components/dom_distiller/content:content_browser |
| 182 'target_name': 'dom_distiller_content_browser', | 182 'target_name': 'dom_distiller_content_browser', |
| 183 'type': 'static_library', | 183 'type': 'static_library', |
| 184 'dependencies': [ | 184 'dependencies': [ |
| 185 'dom_distiller_core', | 185 'dom_distiller_core', |
| 186 'dom_distiller_mojo_bindings', | 186 'dom_distiller_mojo_bindings', |
| 187 'dom_distiller_protos', | 187 'dom_distiller_protos', |
| 188 '../base/base.gyp:base', | 188 '../base/base.gyp:base', |
| 189 '../content/content.gyp:content_browser', | 189 '../content/content.gyp:content_browser', |
| 190 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 190 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 191 '../net/net.gyp:net', | 191 '../net/net.gyp:net', |
| 192 '../skia/skia.gyp:skia', | 192 '../skia/skia.gyp:skia', |
| 193 '../sync/sync.gyp:sync', | 193 '../sync/sync.gyp:sync', |
| 194 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 194 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 195 '../ui/gfx/gfx.gyp:gfx', | 195 '../ui/gfx/gfx.gyp:gfx', |
| 196 '../url/url.gyp:url_lib', | 196 '../url/url.gyp:url_lib', |
| 197 'components_resources.gyp:components_resources', | 197 'components_resources.gyp:components_resources', |
| 198 'components_strings.gyp:components_strings', | 198 'components_strings.gyp:components_strings', |
| 199 ], | 199 ], |
| 200 'include_dirs': [ | 200 'include_dirs': [ |
| 201 '..', | 201 '..', |
| 202 ], | 202 ], |
| 203 'sources': [ | 203 'sources': [ |
| 204 'dom_distiller/content/browser/distillable_page_utils.cc', | 204 'dom_distiller/content/browser/distillable_page_utils.cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 229 { | 229 { |
| 230 # GN version: //components/dom_distiller/content:content_renderer | 230 # GN version: //components/dom_distiller/content:content_renderer |
| 231 'target_name': 'dom_distiller_content_renderer', | 231 'target_name': 'dom_distiller_content_renderer', |
| 232 'type': 'static_library', | 232 'type': 'static_library', |
| 233 'dependencies': [ | 233 'dependencies': [ |
| 234 'dom_distiller_mojo_bindings', | 234 'dom_distiller_mojo_bindings', |
| 235 '../base/base.gyp:base', | 235 '../base/base.gyp:base', |
| 236 '../content/content.gyp:content_browser', | 236 '../content/content.gyp:content_browser', |
| 237 '../gin/gin.gyp:gin', | 237 '../gin/gin.gyp:gin', |
| 238 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 238 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 239 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 239 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 240 ], | 240 ], |
| 241 'include_dirs': [ | 241 'include_dirs': [ |
| 242 '..', | 242 '..', |
| 243 ], | 243 ], |
| 244 'sources': [ | 244 'sources': [ |
| 245 'dom_distiller/content/renderer/distiller_js_render_frame_observer.c
c', | 245 'dom_distiller/content/renderer/distiller_js_render_frame_observer.c
c', |
| 246 'dom_distiller/content/renderer/distiller_js_render_frame_observer.h
', | 246 'dom_distiller/content/renderer/distiller_js_render_frame_observer.h
', |
| 247 'dom_distiller/content/renderer/distiller_native_javascript.cc', | 247 'dom_distiller/content/renderer/distiller_native_javascript.cc', |
| 248 'dom_distiller/content/renderer/distiller_native_javascript.h', | 248 'dom_distiller/content/renderer/distiller_native_javascript.h', |
| 249 'dom_distiller/content/renderer/distiller_page_notifier_service_impl
.cc', | 249 'dom_distiller/content/renderer/distiller_page_notifier_service_impl
.cc', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 'variables': { | 349 'variables': { |
| 350 'package_name': 'org/chromium/components/dom_distiller/core', | 350 'package_name': 'org/chromium/components/dom_distiller/core', |
| 351 'template_deps': ['dom_distiller/core/theme_list.h'], | 351 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 352 }, | 352 }, |
| 353 'includes': [ '../build/android/java_cpp_template.gypi' ], | 353 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 354 }, | 354 }, |
| 355 ], | 355 ], |
| 356 }], | 356 }], |
| 357 ], | 357 ], |
| 358 } | 358 } |
| OLD | NEW |