| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'dom_distiller/core/dom_distiller_constants.h', | 64 'dom_distiller/core/dom_distiller_constants.h', |
| 65 'dom_distiller/core/dom_distiller_database.cc', | 65 'dom_distiller/core/dom_distiller_database.cc', |
| 66 'dom_distiller/core/dom_distiller_database.h', | 66 'dom_distiller/core/dom_distiller_database.h', |
| 67 'dom_distiller/core/dom_distiller_model.cc', | 67 'dom_distiller/core/dom_distiller_model.cc', |
| 68 'dom_distiller/core/dom_distiller_model.h', | 68 'dom_distiller/core/dom_distiller_model.h', |
| 69 'dom_distiller/core/dom_distiller_observer.h', | 69 'dom_distiller/core/dom_distiller_observer.h', |
| 70 'dom_distiller/core/dom_distiller_service.cc', | 70 'dom_distiller/core/dom_distiller_service.cc', |
| 71 'dom_distiller/core/dom_distiller_service.h', | 71 'dom_distiller/core/dom_distiller_service.h', |
| 72 'dom_distiller/core/dom_distiller_store.cc', | 72 'dom_distiller/core/dom_distiller_store.cc', |
| 73 'dom_distiller/core/dom_distiller_store.h', | 73 'dom_distiller/core/dom_distiller_store.h', |
| 74 'dom_distiller/core/feedback_reporter.cc', |
| 75 'dom_distiller/core/feedback_reporter.h', |
| 74 'dom_distiller/core/page_distiller.cc', | 76 'dom_distiller/core/page_distiller.cc', |
| 75 'dom_distiller/core/page_distiller.h', | 77 'dom_distiller/core/page_distiller.h', |
| 76 'dom_distiller/core/task_tracker.cc', | 78 'dom_distiller/core/task_tracker.cc', |
| 77 'dom_distiller/core/task_tracker.h', | 79 'dom_distiller/core/task_tracker.h', |
| 78 'dom_distiller/core/url_constants.cc', | 80 'dom_distiller/core/url_constants.cc', |
| 79 'dom_distiller/core/url_constants.h', | 81 'dom_distiller/core/url_constants.h', |
| 80 'dom_distiller/core/url_utils_android.cc', | 82 'dom_distiller/core/url_utils_android.cc', |
| 81 'dom_distiller/core/url_utils_android.h', | 83 'dom_distiller/core/url_utils_android.h', |
| 82 'dom_distiller/core/url_utils.cc', | 84 'dom_distiller/core/url_utils.cc', |
| 83 'dom_distiller/core/url_utils.h', | 85 'dom_distiller/core/url_utils.h', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'jni_gen_package': 'dom_distiller_core', | 175 'jni_gen_package': 'dom_distiller_core', |
| 174 }, | 176 }, |
| 175 'includes': [ '../build/jni_generator.gypi' ], | 177 'includes': [ '../build/jni_generator.gypi' ], |
| 176 }, | 178 }, |
| 177 ], | 179 ], |
| 178 }], | 180 }], |
| 179 ], | 181 ], |
| 180 }], | 182 }], |
| 181 ], | 183 ], |
| 182 } | 184 } |
| OLD | NEW |