| 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/webui | 8 # GN version: //components/dom_distiller/webui |
| 9 'target_name': 'dom_distiller_webui', | 9 'target_name': 'dom_distiller_webui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'include_dirs': [ | 134 'include_dirs': [ |
| 135 '..', | 135 '..', |
| 136 ], | 136 ], |
| 137 'sources': [ | 137 'sources': [ |
| 138 'dom_distiller/core/dom_distiller_test_util.cc', | 138 'dom_distiller/core/dom_distiller_test_util.cc', |
| 139 'dom_distiller/core/dom_distiller_test_util.h', | 139 'dom_distiller/core/dom_distiller_test_util.h', |
| 140 'dom_distiller/core/fake_distiller.cc', | 140 'dom_distiller/core/fake_distiller.cc', |
| 141 'dom_distiller/core/fake_distiller.h', | 141 'dom_distiller/core/fake_distiller.h', |
| 142 'dom_distiller/core/fake_distiller_page.cc', | 142 'dom_distiller/core/fake_distiller_page.cc', |
| 143 'dom_distiller/core/fake_distiller_page.h', | 143 'dom_distiller/core/fake_distiller_page.h', |
| 144 'dom_distiller/core/test_request_view_handle.h', |
| 144 ], | 145 ], |
| 145 }, | 146 }, |
| 146 { | 147 { |
| 147 # GN version: //components/dom_distiller/core/proto | 148 # GN version: //components/dom_distiller/core/proto |
| 148 'target_name': 'dom_distiller_protos', | 149 'target_name': 'dom_distiller_protos', |
| 149 'type': 'static_library', | 150 'type': 'static_library', |
| 150 'sources': [ | 151 'sources': [ |
| 151 'dom_distiller/core/proto/adaboost.proto', | 152 'dom_distiller/core/proto/adaboost.proto', |
| 152 'dom_distiller/core/proto/distilled_article.proto', | 153 'dom_distiller/core/proto/distilled_article.proto', |
| 153 'dom_distiller/core/proto/distilled_page.proto', | 154 'dom_distiller/core/proto/distilled_page.proto', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'variables': { | 302 'variables': { |
| 302 'package_name': 'org/chromium/components/dom_distiller/core', | 303 'package_name': 'org/chromium/components/dom_distiller/core', |
| 303 'template_deps': ['dom_distiller/core/theme_list.h'], | 304 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 304 }, | 305 }, |
| 305 'includes': [ '../build/android/java_cpp_template.gypi' ], | 306 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 306 }, | 307 }, |
| 307 ], | 308 ], |
| 308 }], | 309 }], |
| 309 ], | 310 ], |
| 310 } | 311 } |
| OLD | NEW |