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

Side by Side Diff: components/dom_distiller/DEPS

Issue 2703283004: Network traffic annotation added to distiller_url_fetcher. (Closed)
Patch Set: Minor update. Created 3 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/leveldb_proto", 3 "+components/leveldb_proto",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/sync/model", 6 "+components/sync/model",
7 "+components/sync/protocol", 7 "+components/sync/protocol",
8 "+components/sync_preferences", 8 "+components/sync_preferences",
9 "+components/variations", 9 "+components/variations",
10 "+google", # For third_party/protobuf. 10 "+google", # For third_party/protobuf.
11 "+grit", # For generated headers. 11 "+grit", # For generated headers.
12 "+jni", 12 "+jni",
13 "+third_party/dom_distiller_js", 13 "+third_party/dom_distiller_js",
14 "+third_party/re2", 14 "+third_party/re2",
15 "+net/base", 15 "+net/base",
16 "+net/http", 16 "+net/http",
17 "+net/traffic_annotation",
17 "+net/url_request", 18 "+net/url_request",
18 "+ui/base/l10n", 19 "+ui/base/l10n",
19 "+ui/base/resource", 20 "+ui/base/resource",
20 "+ui/gfx", 21 "+ui/gfx",
21 22
22 # The dom distiller is a layered component; subdirectories must explicitly 23 # The dom distiller is a layered component; subdirectories must explicitly
23 # introduce the ability to use the content layer as appropriate. 24 # introduce the ability to use the content layer as appropriate.
24 # http://www.chromium.org/developers/design-documents/layered-components-desig n 25 # http://www.chromium.org/developers/design-documents/layered-components-desig n
25 "-components/dom_distiller", 26 "-components/dom_distiller",
26 "+components/dom_distiller/core", 27 "+components/dom_distiller/core",
27 ] 28 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698