| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 ], | 51 ], |
| 52 'sources': [ | 52 'sources': [ |
| 53 'dom_distiller/android/component_jni_registrar.cc', | 53 'dom_distiller/android/component_jni_registrar.cc', |
| 54 'dom_distiller/android/component_jni_registrar.h', | 54 'dom_distiller/android/component_jni_registrar.h', |
| 55 'dom_distiller/core/article_distillation_update.cc', | 55 'dom_distiller/core/article_distillation_update.cc', |
| 56 'dom_distiller/core/article_distillation_update.h', | 56 'dom_distiller/core/article_distillation_update.h', |
| 57 'dom_distiller/core/article_entry.cc', | 57 'dom_distiller/core/article_entry.cc', |
| 58 'dom_distiller/core/article_entry.h', | 58 'dom_distiller/core/article_entry.h', |
| 59 'dom_distiller/core/distilled_content_store.cc', | 59 'dom_distiller/core/distilled_content_store.cc', |
| 60 'dom_distiller/core/distilled_content_store.h', | 60 'dom_distiller/core/distilled_content_store.h', |
| 61 'dom_distiller/core/distilled_page_prefs.cc', |
| 62 'dom_distiller/core/distilled_page_prefs.h', |
| 61 'dom_distiller/core/distiller.cc', | 63 'dom_distiller/core/distiller.cc', |
| 62 'dom_distiller/core/distiller.h', | 64 'dom_distiller/core/distiller.h', |
| 63 'dom_distiller/core/distiller_page.cc', | 65 'dom_distiller/core/distiller_page.cc', |
| 64 'dom_distiller/core/distiller_page.h', | 66 'dom_distiller/core/distiller_page.h', |
| 65 'dom_distiller/core/distiller_url_fetcher.cc', | 67 'dom_distiller/core/distiller_url_fetcher.cc', |
| 66 'dom_distiller/core/distiller_url_fetcher.h', | 68 'dom_distiller/core/distiller_url_fetcher.h', |
| 67 'dom_distiller/core/dom_distiller_constants.cc', | 69 'dom_distiller/core/dom_distiller_constants.cc', |
| 68 'dom_distiller/core/dom_distiller_constants.h', | 70 'dom_distiller/core/dom_distiller_constants.h', |
| 69 'dom_distiller/core/dom_distiller_model.cc', | 71 'dom_distiller/core/dom_distiller_model.cc', |
| 70 'dom_distiller/core/dom_distiller_model.h', | 72 'dom_distiller/core/dom_distiller_model.h', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'jni_gen_package': 'dom_distiller_core', | 183 'jni_gen_package': 'dom_distiller_core', |
| 182 }, | 184 }, |
| 183 'includes': [ '../build/jni_generator.gypi' ], | 185 'includes': [ '../build/jni_generator.gypi' ], |
| 184 }, | 186 }, |
| 185 ], | 187 ], |
| 186 }], | 188 }], |
| 187 ], | 189 ], |
| 188 }], | 190 }], |
| 189 ], | 191 ], |
| 190 } | 192 } |
| OLD | NEW |