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

Side by Side Diff: components/dom_distiller/DEPS

Issue 1042053003: Add calculation of derived features for distillable page model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/dom_distiller.gypi ('k') | components/dom_distiller/core/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 include_rules = [ 1 include_rules = [
2 "+components/leveldb_proto", 2 "+components/leveldb_proto",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+google", # For third_party/protobuf. 4 "+google", # For third_party/protobuf.
5 "+grit", # For generated headers. 5 "+grit", # For generated headers.
6 "+jni", 6 "+jni",
7 "+sync/api", 7 "+sync/api",
8 "+sync/internal_api/public/attachments", # Needed for tests. 8 "+sync/internal_api/public/attachments", # Needed for tests.
9 "+sync/protocol", 9 "+sync/protocol",
10 "+third_party/dom_distiller_js", 10 "+third_party/dom_distiller_js",
11 "+third_party/re2",
11 "+net/base", 12 "+net/base",
12 "+net/http", 13 "+net/http",
13 "+net/url_request", 14 "+net/url_request",
14 "+ui/base/l10n", 15 "+ui/base/l10n",
15 "+ui/base/resource", 16 "+ui/base/resource",
16 "+ui/gfx", 17 "+ui/gfx",
17 18
18 # The dom distiller is a layered component; subdirectories must explicitly 19 # The dom distiller is a layered component; subdirectories must explicitly
19 # introduce the ability to use the content layer as appropriate. 20 # introduce the ability to use the content layer as appropriate.
20 # http://www.chromium.org/developers/design-documents/layered-components-desig n 21 # http://www.chromium.org/developers/design-documents/layered-components-desig n
21 "-components/dom_distiller", 22 "-components/dom_distiller",
22 "+components/dom_distiller/core", 23 "+components/dom_distiller/core",
23 ] 24 ]
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698