| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 '../url/url.gyp:url_lib', | 169 '../url/url.gyp:url_lib', |
| 170 'components_resources.gyp:components_resources', | 170 'components_resources.gyp:components_resources', |
| 171 'components_strings.gyp:components_strings', | 171 'components_strings.gyp:components_strings', |
| 172 'dom_distiller_core', | 172 'dom_distiller_core', |
| 173 'dom_distiller_protos', | 173 'dom_distiller_protos', |
| 174 ], | 174 ], |
| 175 'include_dirs': [ | 175 'include_dirs': [ |
| 176 '..', | 176 '..', |
| 177 ], | 177 ], |
| 178 'sources': [ | 178 'sources': [ |
| 179 'dom_distiller/content/distillable_page_utils.cc', |
| 180 'dom_distiller/content/distillable_page_utils.h', |
| 179 'dom_distiller/content/distiller_page_web_contents.cc', | 181 'dom_distiller/content/distiller_page_web_contents.cc', |
| 180 'dom_distiller/content/distiller_page_web_contents.h', | 182 'dom_distiller/content/distiller_page_web_contents.h', |
| 181 'dom_distiller/content/dom_distiller_viewer_source.cc', | 183 'dom_distiller/content/dom_distiller_viewer_source.cc', |
| 182 'dom_distiller/content/dom_distiller_viewer_source.h', | 184 'dom_distiller/content/dom_distiller_viewer_source.h', |
| 183 'dom_distiller/content/web_contents_main_frame_observer.cc', | 185 'dom_distiller/content/web_contents_main_frame_observer.cc', |
| 184 'dom_distiller/content/web_contents_main_frame_observer.h', | 186 'dom_distiller/content/web_contents_main_frame_observer.h', |
| 185 ], | 187 ], |
| 186 }, | 188 }, |
| 187 ], | 189 ], |
| 188 }], | 190 }], |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'variables': { | 263 'variables': { |
| 262 'package_name': 'org/chromium/components/dom_distiller/core', | 264 'package_name': 'org/chromium/components/dom_distiller/core', |
| 263 'template_deps': ['dom_distiller/core/theme_list.h'], | 265 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 264 }, | 266 }, |
| 265 'includes': [ '../build/android/java_cpp_template.gypi' ], | 267 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 266 }, | 268 }, |
| 267 ], | 269 ], |
| 268 }], | 270 }], |
| 269 ], | 271 ], |
| 270 } | 272 } |
| OLD | NEW |