Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: components/dom_distiller.gypi

Issue 1047223003: Add integration of the new heuristics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dd-adaboost-model
Patch Set: whitelist resources for ios Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698