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

Side by Side Diff: components/dom_distiller/DEPS

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor change - dependency order Created 6 years, 5 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 "+components/leveldb_proto", 2 "+components/leveldb_proto",
3 "+components/pref_registry",
3 "+google", # For third_party/protobuf. 4 "+google", # For third_party/protobuf.
4 "+grit", # For generated headers. 5 "+grit", # For generated headers.
5 "+jni", 6 "+jni",
6 "+sync/api", 7 "+sync/api",
7 "+sync/protocol", 8 "+sync/protocol",
8 "+third_party/dom_distiller_js", 9 "+third_party/dom_distiller_js",
9 "+net/base", 10 "+net/base",
10 "+net/http", 11 "+net/http",
11 "+net/url_request", 12 "+net/url_request",
12 "+ui/base/l10n", 13 "+ui/base/l10n",
13 "+ui/base/resource", 14 "+ui/base/resource",
14 15
15 # The dom distiller is a layered component; subdirectories must explicitly 16 # The dom distiller is a layered component; subdirectories must explicitly
16 # introduce the ability to use the content layer as appropriate. 17 # introduce the ability to use the content layer as appropriate.
17 # http://www.chromium.org/developers/design-documents/layered-components-desig n 18 # http://www.chromium.org/developers/design-documents/layered-components-desig n
18 "-components/dom_distiller", 19 "-components/dom_distiller",
19 "+components/dom_distiller/core", 20 "+components/dom_distiller/core",
20 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698