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 # GN version: //components/dom_distiller/webui | 10 # GN version: //components/dom_distiller/webui |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 '../ui/gfx/gfx.gyp:gfx', | 170 '../ui/gfx/gfx.gyp:gfx', |
171 '../url/url.gyp:url_lib', | 171 '../url/url.gyp:url_lib', |
172 'components_resources.gyp:components_resources', | 172 'components_resources.gyp:components_resources', |
173 'components_strings.gyp:components_strings', | 173 'components_strings.gyp:components_strings', |
174 'dom_distiller_core', | 174 'dom_distiller_core', |
175 ], | 175 ], |
176 'include_dirs': [ | 176 'include_dirs': [ |
177 '..', | 177 '..', |
178 ], | 178 ], |
179 'sources': [ | 179 'sources': [ |
| 180 'dom_distiller/content/distillable_page_utils.cc', |
| 181 'dom_distiller/content/distillable_page_utils.h', |
180 'dom_distiller/content/distiller_page_web_contents.cc', | 182 'dom_distiller/content/distiller_page_web_contents.cc', |
181 'dom_distiller/content/distiller_page_web_contents.h', | 183 'dom_distiller/content/distiller_page_web_contents.h', |
182 'dom_distiller/content/dom_distiller_viewer_source.cc', | 184 'dom_distiller/content/dom_distiller_viewer_source.cc', |
183 'dom_distiller/content/dom_distiller_viewer_source.h', | 185 'dom_distiller/content/dom_distiller_viewer_source.h', |
184 'dom_distiller/content/web_contents_main_frame_observer.cc', | 186 'dom_distiller/content/web_contents_main_frame_observer.cc', |
185 'dom_distiller/content/web_contents_main_frame_observer.h', | 187 'dom_distiller/content/web_contents_main_frame_observer.h', |
186 ], | 188 ], |
187 }, | 189 }, |
188 ], | 190 ], |
189 }], | 191 }], |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'template_deps': ['dom_distiller/core/theme_list.h'], | 266 'template_deps': ['dom_distiller/core/theme_list.h'], |
265 }, | 267 }, |
266 'includes': [ '../build/android/java_cpp_template.gypi' ], | 268 'includes': [ '../build/android/java_cpp_template.gypi' ], |
267 }, | 269 }, |
268 ], | 270 ], |
269 }], | 271 }], |
270 ], | 272 ], |
271 }], | 273 }], |
272 ], | 274 ], |
273 } | 275 } |
OLD | NEW |