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

Side by Side Diff: components/dom_distiller/DEPS

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: fix browsertest, merge webkit CL, merge http://crrev.com/1403413004 Created 5 years, 1 month 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/leveldb_proto", 2 "+components/leveldb_proto",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+components/variations", 4 "+components/variations",
5 "+google", # For third_party/protobuf. 5 "+google", # For third_party/protobuf.
6 "+grit", # For generated headers. 6 "+grit", # For generated headers.
7 "+jni", 7 "+jni",
8 "+sync/api", 8 "+sync/api",
9 "+sync/internal_api/public/attachments", # Needed for tests. 9 "+sync/internal_api/public/attachments", # Needed for tests.
10 "+sync/protocol", 10 "+sync/protocol",
11 "+third_party/WebKit/public/platform",
11 "+third_party/dom_distiller_js", 12 "+third_party/dom_distiller_js",
12 "+third_party/re2", 13 "+third_party/re2",
13 "+net/base", 14 "+net/base",
14 "+net/http", 15 "+net/http",
15 "+net/url_request", 16 "+net/url_request",
16 "+ui/base/l10n", 17 "+ui/base/l10n",
17 "+ui/base/resource", 18 "+ui/base/resource",
18 "+ui/gfx", 19 "+ui/gfx",
19 20
20 # The dom distiller is a layered component; subdirectories must explicitly 21 # The dom distiller is a layered component; subdirectories must explicitly
21 # introduce the ability to use the content layer as appropriate. 22 # introduce the ability to use the content layer as appropriate.
22 # http://www.chromium.org/developers/design-documents/layered-components-desig n 23 # http://www.chromium.org/developers/design-documents/layered-components-desig n
23 "-components/dom_distiller", 24 "-components/dom_distiller",
24 "+components/dom_distiller/core", 25 "+components/dom_distiller/core",
25 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698