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

Side by Side Diff: components/dom_distiller/content/BUILD.gn

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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 if (!is_ios) { 5 if (!is_ios) {
6 # GYP version: components/dom_distiller.gypi:dom_distiller_content 6 # GYP version: components/dom_distiller.gypi:dom_distiller_content
7 static_library("content") { 7 static_library("content") {
8 sources = [ 8 sources = [
9 "distillable_page_utils.cc",
10 "distillable_page_utils.h",
9 "distiller_page_web_contents.cc", 11 "distiller_page_web_contents.cc",
10 "distiller_page_web_contents.h", 12 "distiller_page_web_contents.h",
11 "dom_distiller_viewer_source.cc", 13 "dom_distiller_viewer_source.cc",
12 "dom_distiller_viewer_source.h", 14 "dom_distiller_viewer_source.h",
13 "web_contents_main_frame_observer.cc", 15 "web_contents_main_frame_observer.cc",
14 "web_contents_main_frame_observer.h", 16 "web_contents_main_frame_observer.h",
15 ] 17 ]
16 18
17 public_deps = [ 19 public_deps = [
18 "//components/dom_distiller/core", 20 "//components/dom_distiller/core",
19 ] 21 ]
20 deps = [ 22 deps = [
21 "//base", 23 "//base",
22 "//components/resources", 24 "//components/resources",
23 "//components/strings", 25 "//components/strings",
24 "//content/public/browser", 26 "//content/public/browser",
25 "//net", 27 "//net",
26 "//skia", 28 "//skia",
27 "//sync", 29 "//sync",
28 "//ui/gfx", 30 "//ui/gfx",
29 "//url", 31 "//url",
30 ] 32 ]
31 } 33 }
32 } 34 }
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/content/distillable_page_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698