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

Side by Side Diff: trunk/src/components/dom_distiller/DEPS

Issue 187453003: Revert 254929 "Add UI hook for distilling web pages for test shell." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+grit", # For generated headers. 2 "+grit", # For generated headers.
3 "+jni",
4 "+sync/api", 3 "+sync/api",
5 "+sync/protocol", 4 "+sync/protocol",
6 "+third_party/leveldatabase/src/include", 5 "+third_party/leveldatabase/src/include",
7 "+net/base", 6 "+net/base",
8 "+net/http", 7 "+net/http",
9 "+net/url_request", 8 "+net/url_request",
10 "+ui/base/resource", 9 "+ui/base/resource",
11 10
12 # The dom distiller is a layered component; subdirectories must explicitly 11 # The dom distiller is a layered component; subdirectories must explicitly
13 # introduce the ability to use the content layer as appropriate. 12 # introduce the ability to use the content layer as appropriate.
14 # http://www.chromium.org/developers/design-documents/layered-components-desig n 13 # http://www.chromium.org/developers/design-documents/layered-components-desig n
15 "-components/dom_distiller", 14 "-components/dom_distiller",
16 "+components/dom_distiller/core", 15 "+components/dom_distiller/core",
17 "-content/public", 16 "-content/public",
18 ] 17 ]
OLDNEW
« no previous file with comments | « trunk/src/components/dom_distiller.gypi ('k') | trunk/src/components/dom_distiller/android/component_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698