| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 ], | 43 ], |
| 44 'include_dirs': [ | 44 'include_dirs': [ |
| 45 '..', | 45 '..', |
| 46 ], | 46 ], |
| 47 'export_dependent_settings': [ | 47 'export_dependent_settings': [ |
| 48 'distilled_page_proto', | 48 'distilled_page_proto', |
| 49 ], | 49 ], |
| 50 'sources': [ | 50 'sources': [ |
| 51 'dom_distiller/android/component_jni_registrar.cc', | 51 'dom_distiller/android/component_jni_registrar.cc', |
| 52 'dom_distiller/android/component_jni_registrar.h', | 52 'dom_distiller/android/component_jni_registrar.h', |
| 53 'dom_distiller/core/article_distillation_update.cc', |
| 54 'dom_distiller/core/article_distillation_update.h', |
| 53 'dom_distiller/core/article_entry.cc', | 55 'dom_distiller/core/article_entry.cc', |
| 54 'dom_distiller/core/article_entry.h', | 56 'dom_distiller/core/article_entry.h', |
| 55 'dom_distiller/core/distiller.cc', | 57 'dom_distiller/core/distiller.cc', |
| 56 'dom_distiller/core/distiller.h', | 58 'dom_distiller/core/distiller.h', |
| 57 'dom_distiller/core/distiller_page.cc', | 59 'dom_distiller/core/distiller_page.cc', |
| 58 'dom_distiller/core/distiller_page.h', | 60 'dom_distiller/core/distiller_page.h', |
| 59 'dom_distiller/core/distiller_url_fetcher.cc', | 61 'dom_distiller/core/distiller_url_fetcher.cc', |
| 60 'dom_distiller/core/distiller_url_fetcher.h', | 62 'dom_distiller/core/distiller_url_fetcher.h', |
| 61 'dom_distiller/core/dom_distiller_constants.cc', | 63 'dom_distiller/core/dom_distiller_constants.cc', |
| 62 'dom_distiller/core/dom_distiller_constants.h', | 64 'dom_distiller/core/dom_distiller_constants.h', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'jni_gen_package': 'dom_distiller_core', | 173 'jni_gen_package': 'dom_distiller_core', |
| 172 }, | 174 }, |
| 173 'includes': [ '../build/jni_generator.gypi' ], | 175 'includes': [ '../build/jni_generator.gypi' ], |
| 174 }, | 176 }, |
| 175 ], | 177 ], |
| 176 }], | 178 }], |
| 177 ], | 179 ], |
| 178 }], | 180 }], |
| 179 ], | 181 ], |
| 180 } | 182 } |
| OLD | NEW |