| 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', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
| 14 '../sync/sync.gyp:sync', | 14 '../components/sync.gyp:sync', |
| 15 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p
roto', | 15 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p
roto', |
| 16 '../third_party/re2/re2.gyp:re2', | 16 '../third_party/re2/re2.gyp:re2', |
| 17 'components.gyp:leveldb_proto', | 17 'components.gyp:leveldb_proto', |
| 18 'components_resources.gyp:components_resources', | 18 'components_resources.gyp:components_resources', |
| 19 'components_strings.gyp:components_strings', | 19 'components_strings.gyp:components_strings', |
| 20 'dom_distiller_protos', | 20 'dom_distiller_protos', |
| 21 'prefs/prefs.gyp:prefs', | 21 'prefs/prefs.gyp:prefs', |
| 22 'pref_registry', | 22 'pref_registry', |
| 23 'variations', | 23 'variations', |
| 24 ], | 24 ], |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 }], | 96 }], |
| 97 ], | 97 ], |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 # GN version: components/dom_distiller/core:test_support | 100 # GN version: components/dom_distiller/core:test_support |
| 101 'target_name': 'dom_distiller_test_support', | 101 'target_name': 'dom_distiller_test_support', |
| 102 'type': 'static_library', | 102 'type': 'static_library', |
| 103 'dependencies': [ | 103 'dependencies': [ |
| 104 'dom_distiller_core', | 104 'dom_distiller_core', |
| 105 'components.gyp:leveldb_proto_test_support', | 105 'components.gyp:leveldb_proto_test_support', |
| 106 '../sync/sync.gyp:sync', | 106 '../components/sync.gyp:sync', |
| 107 '../testing/gmock.gyp:gmock', | 107 '../testing/gmock.gyp:gmock', |
| 108 '../url/url.gyp:url_lib', | 108 '../url/url.gyp:url_lib', |
| 109 ], | 109 ], |
| 110 'include_dirs': [ | 110 'include_dirs': [ |
| 111 '..', | 111 '..', |
| 112 ], | 112 ], |
| 113 'sources': [ | 113 'sources': [ |
| 114 'dom_distiller/core/dom_distiller_test_util.cc', | 114 'dom_distiller/core/dom_distiller_test_util.cc', |
| 115 'dom_distiller/core/dom_distiller_test_util.h', | 115 'dom_distiller/core/dom_distiller_test_util.h', |
| 116 'dom_distiller/core/fake_distiller.cc', | 116 'dom_distiller/core/fake_distiller.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'type': 'static_library', | 161 'type': 'static_library', |
| 162 'dependencies': [ | 162 'dependencies': [ |
| 163 'dom_distiller_core', | 163 'dom_distiller_core', |
| 164 'dom_distiller_mojo_bindings', | 164 'dom_distiller_mojo_bindings', |
| 165 'dom_distiller_protos', | 165 'dom_distiller_protos', |
| 166 '../base/base.gyp:base', | 166 '../base/base.gyp:base', |
| 167 '../content/content.gyp:content_browser', | 167 '../content/content.gyp:content_browser', |
| 168 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 168 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 169 '../net/net.gyp:net', | 169 '../net/net.gyp:net', |
| 170 '../skia/skia.gyp:skia', | 170 '../skia/skia.gyp:skia', |
| 171 '../sync/sync.gyp:sync', | 171 '../components/sync.gyp:sync', |
| 172 '../ui/display/display.gyp:display', | 172 '../ui/display/display.gyp:display', |
| 173 '../ui/gfx/gfx.gyp:gfx', | 173 '../ui/gfx/gfx.gyp:gfx', |
| 174 '../url/url.gyp:url_lib', | 174 '../url/url.gyp:url_lib', |
| 175 'components_resources.gyp:components_resources', | 175 'components_resources.gyp:components_resources', |
| 176 'components_strings.gyp:components_strings', | 176 'components_strings.gyp:components_strings', |
| 177 ], | 177 ], |
| 178 'include_dirs': [ | 178 'include_dirs': [ |
| 179 '..', | 179 '..', |
| 180 ], | 180 ], |
| 181 'sources': [ | 181 'sources': [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 }, | 237 }, |
| 238 { | 238 { |
| 239 # GN version: //components/dom_distiller/webui | 239 # GN version: //components/dom_distiller/webui |
| 240 'target_name': 'dom_distiller_webui', | 240 'target_name': 'dom_distiller_webui', |
| 241 'type': 'static_library', | 241 'type': 'static_library', |
| 242 'dependencies': [ | 242 'dependencies': [ |
| 243 '../base/base.gyp:base', | 243 '../base/base.gyp:base', |
| 244 '../content/content.gyp:content_browser', | 244 '../content/content.gyp:content_browser', |
| 245 '../net/net.gyp:net', | 245 '../net/net.gyp:net', |
| 246 '../skia/skia.gyp:skia', | 246 '../skia/skia.gyp:skia', |
| 247 '../sync/sync.gyp:sync', | 247 '../components/sync.gyp:sync', |
| 248 '../url/url.gyp:url_lib', | 248 '../url/url.gyp:url_lib', |
| 249 'components_resources.gyp:components_resources', | 249 'components_resources.gyp:components_resources', |
| 250 'components_strings.gyp:components_strings', | 250 'components_strings.gyp:components_strings', |
| 251 'dom_distiller_core', | 251 'dom_distiller_core', |
| 252 'dom_distiller_protos', | 252 'dom_distiller_protos', |
| 253 ], | 253 ], |
| 254 'include_dirs': [ | 254 'include_dirs': [ |
| 255 '..', | 255 '..', |
| 256 ], | 256 ], |
| 257 'sources': [ | 257 'sources': [ |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'variables': { | 360 'variables': { |
| 361 'package_name': 'org/chromium/components/dom_distiller/core', | 361 'package_name': 'org/chromium/components/dom_distiller/core', |
| 362 'template_deps': ['dom_distiller/core/theme_list.h'], | 362 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 363 }, | 363 }, |
| 364 'includes': [ '../build/android/java_cpp_template.gypi' ], | 364 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 365 }, | 365 }, |
| 366 ], | 366 ], |
| 367 }], | 367 }], |
| 368 ], | 368 ], |
| 369 } | 369 } |
| OLD | NEW |