| 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/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', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'dom_distiller/webui/dom_distiller_ui.cc', | 47 'dom_distiller/webui/dom_distiller_ui.cc', |
| 48 'dom_distiller/webui/dom_distiller_ui.h', | 48 'dom_distiller/webui/dom_distiller_ui.h', |
| 49 ], | 49 ], |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 # GN version: //components/dom_distiller/core | 52 # GN version: //components/dom_distiller/core |
| 53 'target_name': 'dom_distiller_core', | 53 'target_name': 'dom_distiller_core', |
| 54 'type': 'static_library', | 54 'type': 'static_library', |
| 55 'dependencies': [ | 55 'dependencies': [ |
| 56 '../base/base.gyp:base', | 56 '../base/base.gyp:base', |
| 57 '../base/base.gyp:base_prefs', |
| 57 '../skia/skia.gyp:skia', | 58 '../skia/skia.gyp:skia', |
| 58 '../sync/sync.gyp:sync', | 59 '../sync/sync.gyp:sync', |
| 59 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p
roto', | 60 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p
roto', |
| 60 '../third_party/re2/re2.gyp:re2', | 61 '../third_party/re2/re2.gyp:re2', |
| 61 'components.gyp:leveldb_proto', | 62 'components.gyp:leveldb_proto', |
| 62 'components_resources.gyp:components_resources', | 63 'components_resources.gyp:components_resources', |
| 63 'components_strings.gyp:components_strings', | 64 'components_strings.gyp:components_strings', |
| 64 'dom_distiller_protos', | 65 'dom_distiller_protos', |
| 65 'prefs/prefs.gyp:prefs', | |
| 66 'pref_registry', | 66 'pref_registry', |
| 67 'variations', | 67 'variations', |
| 68 ], | 68 ], |
| 69 'include_dirs': [ | 69 'include_dirs': [ |
| 70 '..', | 70 '..', |
| 71 ], | 71 ], |
| 72 'export_dependent_settings': [ | 72 'export_dependent_settings': [ |
| 73 'dom_distiller_protos', | 73 'dom_distiller_protos', |
| 74 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p
roto', | 74 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p
roto', |
| 75 ], | 75 ], |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |