| 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 'conditions': [ | 6 'conditions': [ |
| 7 ['android_webview_build == 0', { | 7 ['android_webview_build == 0', { |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'dom_distiller_webui', | 10 'target_name': 'dom_distiller_webui', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'dom_distiller/webui/dom_distiller_ui.h', | 29 'dom_distiller/webui/dom_distiller_ui.h', |
| 30 ], | 30 ], |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 'target_name': 'dom_distiller_core', | 33 'target_name': 'dom_distiller_core', |
| 34 'type': 'static_library', | 34 'type': 'static_library', |
| 35 'dependencies': [ | 35 'dependencies': [ |
| 36 '../base/base.gyp:base', | 36 '../base/base.gyp:base', |
| 37 '../skia/skia.gyp:skia', | 37 '../skia/skia.gyp:skia', |
| 38 '../sync/sync.gyp:sync', | 38 '../sync/sync.gyp:sync', |
| 39 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_
js_proto', |
| 39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 40 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 40 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 41 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 41 'components_resources.gyp:components_resources', | 42 'components_resources.gyp:components_resources', |
| 42 'components_strings.gyp:components_strings', | 43 'components_strings.gyp:components_strings', |
| 43 'distilled_page_proto', | 44 'distilled_page_proto', |
| 44 ], | 45 ], |
| 45 'include_dirs': [ | 46 'include_dirs': [ |
| 46 '..', | 47 '..', |
| 47 ], | 48 ], |
| 48 'export_dependent_settings': [ | 49 'export_dependent_settings': [ |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'jni_gen_package': 'dom_distiller_core', | 182 'jni_gen_package': 'dom_distiller_core', |
| 182 }, | 183 }, |
| 183 'includes': [ '../build/jni_generator.gypi' ], | 184 'includes': [ '../build/jni_generator.gypi' ], |
| 184 }, | 185 }, |
| 185 ], | 186 ], |
| 186 }], | 187 }], |
| 187 ], | 188 ], |
| 188 }], | 189 }], |
| 189 ], | 190 ], |
| 190 } | 191 } |
| OLD | NEW |