summaryrefslogtreecommitdiff
path: root/chromium/components/feed/DEPS
blob: 7c06e34f28a0e583b96b9b6ecc3a45792f7975fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_rules = [
  "+components/image_fetcher",
  "+components/keyed_service/core",
  "+components/leveldb_proto",
  "+components/offline_pages",
  "+components/prefs",
  "+components/signin/public",
  "+components/variations",
  "+components/version_info",
  "+components/web_resource",
  "+net/base",
  "+net/http",
  "+net/traffic_annotation",
  "+net/url_request",
  "+google_apis",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+services/network/test",
  "+third_party/zlib/google",
  "+ui/base/mojom",
  "+ui/gfx/geometry",
  "+ui/gfx/image",
 ]