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

Side by Side Diff: components/dom_distiller/DEPS

Issue 270663005: Use new DomDistillerJs Proto API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Meh, let's just accept an empty script during tests Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/distiller_page.cc » ('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 "+grit", # For generated headers. 2 "+grit", # For generated headers.
3 "+jni", 3 "+jni",
4 "+sync/api", 4 "+sync/api",
5 "+sync/protocol", 5 "+sync/protocol",
6 "+third_party/dom_distiller_js",
6 "+third_party/leveldatabase/src/include", 7 "+third_party/leveldatabase/src/include",
7 "+net/base", 8 "+net/base",
8 "+net/http", 9 "+net/http",
9 "+net/url_request", 10 "+net/url_request",
10 "+ui/base/l10n", 11 "+ui/base/l10n",
11 "+ui/base/resource", 12 "+ui/base/resource",
12 13
13 # The dom distiller is a layered component; subdirectories must explicitly 14 # The dom distiller is a layered component; subdirectories must explicitly
14 # introduce the ability to use the content layer as appropriate. 15 # introduce the ability to use the content layer as appropriate.
15 # http://www.chromium.org/developers/design-documents/layered-components-desig n 16 # http://www.chromium.org/developers/design-documents/layered-components-desig n
16 "-components/dom_distiller", 17 "-components/dom_distiller",
17 "+components/dom_distiller/core", 18 "+components/dom_distiller/core",
18 ] 19 ]
OLDNEW
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/distiller_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698