| 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/content:content_common | 8 # GN version: //components/dom_distiller/content/common |
| 9 'target_name': 'dom_distiller_content_common', | 9 'target_name': 'dom_distiller_content_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../content/content.gyp:content_common', | 16 '../content/content.gyp:content_common', |
| 17 '../ipc/ipc.gyp:ipc', | 17 '../ipc/ipc.gyp:ipc', |
| 18 '../url/url.gyp:url_lib', | 18 '../url/url.gyp:url_lib', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 ], | 189 ], |
| 190 'includes': [ | 190 'includes': [ |
| 191 '../third_party/mojo/mojom_bindings_generator.gypi', | 191 '../third_party/mojo/mojom_bindings_generator.gypi', |
| 192 ], | 192 ], |
| 193 }, | 193 }, |
| 194 ], | 194 ], |
| 195 'conditions': [ | 195 'conditions': [ |
| 196 ['OS != "ios"', { | 196 ['OS != "ios"', { |
| 197 'targets': [ | 197 'targets': [ |
| 198 { | 198 { |
| 199 # GN version: //components/dom_distiller/content:content_browser | 199 # GN version: //components/dom_distiller/content/browser |
| 200 'target_name': 'dom_distiller_content_browser', | 200 'target_name': 'dom_distiller_content_browser', |
| 201 'type': 'static_library', | 201 'type': 'static_library', |
| 202 'dependencies': [ | 202 'dependencies': [ |
| 203 'dom_distiller_content_common', | 203 'dom_distiller_content_common', |
| 204 'dom_distiller_core', | 204 'dom_distiller_core', |
| 205 'dom_distiller_mojo_bindings', | 205 'dom_distiller_mojo_bindings', |
| 206 'dom_distiller_protos', | 206 'dom_distiller_protos', |
| 207 '../base/base.gyp:base', | 207 '../base/base.gyp:base', |
| 208 '../content/content.gyp:content_browser', | 208 '../content/content.gyp:content_browser', |
| 209 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 209 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'conditions': [ | 241 'conditions': [ |
| 242 ['OS == "android"', { | 242 ['OS == "android"', { |
| 243 'dependencies': [ | 243 'dependencies': [ |
| 244 'dom_distiller_content_jni_headers', | 244 'dom_distiller_content_jni_headers', |
| 245 'dom_distiller_core_jni_headers', | 245 'dom_distiller_core_jni_headers', |
| 246 ], | 246 ], |
| 247 }], | 247 }], |
| 248 ], | 248 ], |
| 249 }, | 249 }, |
| 250 { | 250 { |
| 251 # GN version: //components/dom_distiller/content:content_renderer | 251 # GN version: //components/dom_distiller/content/renderer |
| 252 'target_name': 'dom_distiller_content_renderer', | 252 'target_name': 'dom_distiller_content_renderer', |
| 253 'type': 'static_library', | 253 'type': 'static_library', |
| 254 'dependencies': [ | 254 'dependencies': [ |
| 255 'dom_distiller_content_common', | 255 'dom_distiller_content_common', |
| 256 'dom_distiller_mojo_bindings', | 256 'dom_distiller_mojo_bindings', |
| 257 'dom_distiller_protos', | 257 'dom_distiller_protos', |
| 258 '../base/base.gyp:base', | 258 '../base/base.gyp:base', |
| 259 '../content/content.gyp:content_browser', | 259 '../content/content.gyp:content_browser', |
| 260 '../gin/gin.gyp:gin', | 260 '../gin/gin.gyp:gin', |
| 261 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 261 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'sources': [ | 336 'sources': [ |
| 337 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/FontFamily.template', | 337 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/FontFamily.template', |
| 338 ], | 338 ], |
| 339 'variables': { | 339 'variables': { |
| 340 'package_name': 'org/chromium/components/dom_distiller/core', | 340 'package_name': 'org/chromium/components/dom_distiller/core', |
| 341 'template_deps': ['dom_distiller/core/font_family_list.h'], | 341 'template_deps': ['dom_distiller/core/font_family_list.h'], |
| 342 }, | 342 }, |
| 343 'includes': [ '../build/android/java_cpp_template.gypi' ], | 343 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 # GN: //components/dom_distiller/content:jni_headers | 346 # GN: //components/dom_distiller/android:dom_distiller_content_java |
| 347 'target_name': 'dom_distiller_content_jni_headers', | 347 'target_name': 'dom_distiller_content_jni_headers', |
| 348 'type': 'none', | 348 'type': 'none', |
| 349 'sources': [ | 349 'sources': [ |
| 350 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/content/DistillablePageUtils.java', | 350 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/content/DistillablePageUtils.java', |
| 351 ], | 351 ], |
| 352 'variables': { | 352 'variables': { |
| 353 'jni_gen_package': 'dom_distiller_content', | 353 'jni_gen_package': 'dom_distiller_content', |
| 354 }, | 354 }, |
| 355 'includes': [ '../build/jni_generator.gypi' ], | 355 'includes': [ '../build/jni_generator.gypi' ], |
| 356 }, | 356 }, |
| 357 { | 357 { |
| 358 # GN: //components/dom_distiller/core:jni_headers | 358 # GN: //components/dom_distiller/android:jni_headers |
| 359 'target_name': 'dom_distiller_core_jni_headers', | 359 'target_name': 'dom_distiller_core_jni_headers', |
| 360 'type': 'none', | 360 'type': 'none', |
| 361 'sources': [ | 361 'sources': [ |
| 362 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/DistilledPagePrefs.java', | 362 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/DistilledPagePrefs.java', |
| 363 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/DomDistillerService.java', | 363 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/DomDistillerService.java', |
| 364 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/DomDistillerUrlUtils.java', | 364 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/DomDistillerUrlUtils.java', |
| 365 ], | 365 ], |
| 366 'variables': { | 366 'variables': { |
| 367 'jni_gen_package': 'dom_distiller_core', | 367 'jni_gen_package': 'dom_distiller_core', |
| 368 }, | 368 }, |
| 369 'includes': [ '../build/jni_generator.gypi' ], | 369 'includes': [ '../build/jni_generator.gypi' ], |
| 370 }, | 370 }, |
| 371 { | 371 { |
| 372 # GN: //components/dom_distiller/android:dom_distiller_core_theme_java
gen | 372 # GN: //components/dom_distiller/android:dom_distiller_core_theme_java
gen |
| 373 'target_name': 'dom_distiller_core_theme_java', | 373 'target_name': 'dom_distiller_core_theme_java', |
| 374 'type': 'none', | 374 'type': 'none', |
| 375 'sources': [ | 375 'sources': [ |
| 376 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/Theme.template', | 376 'dom_distiller/android/java/src/org/chromium/components/dom_distille
r/core/Theme.template', |
| 377 ], | 377 ], |
| 378 'variables': { | 378 'variables': { |
| 379 'package_name': 'org/chromium/components/dom_distiller/core', | 379 'package_name': 'org/chromium/components/dom_distiller/core', |
| 380 'template_deps': ['dom_distiller/core/theme_list.h'], | 380 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 381 }, | 381 }, |
| 382 'includes': [ '../build/android/java_cpp_template.gypi' ], | 382 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 383 }, | 383 }, |
| 384 ], | 384 ], |
| 385 }], | 385 }], |
| 386 ], | 386 ], |
| 387 } | 387 } |
| OLD | NEW |