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

Side by Side Diff: components/dom_distiller/DEPS

Issue 436373002: Move non-API code out of sync/api/attachments/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CR feedback. Created 6 years, 4 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 "+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/protocol", 9 "+sync/protocol",
9 "+third_party/dom_distiller_js", 10 "+third_party/dom_distiller_js",
10 "+net/base", 11 "+net/base",
11 "+net/http", 12 "+net/http",
12 "+net/url_request", 13 "+net/url_request",
13 "+ui/base/l10n", 14 "+ui/base/l10n",
14 "+ui/base/resource", 15 "+ui/base/resource",
15 "+ui/gfx", 16 "+ui/gfx",
16 17
17 # The dom distiller is a layered component; subdirectories must explicitly 18 # The dom distiller is a layered component; subdirectories must explicitly
18 # introduce the ability to use the content layer as appropriate. 19 # introduce the ability to use the content layer as appropriate.
19 # http://www.chromium.org/developers/design-documents/layered-components-desig n 20 # http://www.chromium.org/developers/design-documents/layered-components-desig n
20 "-components/dom_distiller", 21 "-components/dom_distiller",
21 "+components/dom_distiller/core", 22 "+components/dom_distiller/core",
22 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698