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

Side by Side Diff: components/dom_distiller/DEPS

Issue 2703283004: Network traffic annotation added to distiller_url_fetcher. (Closed)
Patch Set: Comments addressed. 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
« no previous file with comments | « no previous file | components/dom_distiller/core/distiller_url_fetcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/grit/components_resources.h", 3 "+components/grit/components_resources.h",
4 "+components/leveldb_proto", 4 "+components/leveldb_proto",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 "+components/prefs", 6 "+components/prefs",
7 "+components/strings/grit/components_strings.h", 7 "+components/strings/grit/components_strings.h",
8 "+components/sync/model", 8 "+components/sync/model",
9 "+components/sync/protocol", 9 "+components/sync/protocol",
10 "+components/sync_preferences", 10 "+components/sync_preferences",
11 "+components/variations", 11 "+components/variations",
12 "+google", # For third_party/protobuf. 12 "+google", # For third_party/protobuf.
13 "+jni", 13 "+jni",
14 "+third_party/dom_distiller_js", 14 "+third_party/dom_distiller_js",
15 "+third_party/re2", 15 "+third_party/re2",
16 "+net/base", 16 "+net/base",
17 "+net/http", 17 "+net/http",
18 "+net/traffic_annotation",
18 "+net/url_request", 19 "+net/url_request",
19 "+ui/base/l10n", 20 "+ui/base/l10n",
20 "+ui/base/resource", 21 "+ui/base/resource",
21 "+ui/gfx", 22 "+ui/gfx",
22 23
23 # The dom distiller is a layered component; subdirectories must explicitly 24 # The dom distiller is a layered component; subdirectories must explicitly
24 # introduce the ability to use the content layer as appropriate. 25 # introduce the ability to use the content layer as appropriate.
25 # http://www.chromium.org/developers/design-documents/layered-components-desig n 26 # http://www.chromium.org/developers/design-documents/layered-components-desig n
26 "-components/dom_distiller", 27 "-components/dom_distiller",
27 "+components/dom_distiller/core", 28 "+components/dom_distiller/core",
28 ] 29 ]
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller/core/distiller_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698