summaryrefslogtreecommitdiffstats
path: root/chromeos/DEPS
blob: 71a911aea97d8c57de7705a098cbeff93d9dd539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Please keep the dependencies here to a minimum. This is intended to be a
# low level Chrome OS system library that may be used by targets that need to 
# be kept as small as possible.
include_rules = [
  "+crypto",
  "+net",
  "+policy/proto",
  "+third_party/cros_system_api",
  "+third_party/libxml",
  "+third_party/protobuf",

  # Some targets may not have any UI, so explictly exclude src/ui.
  "-ui",
  # TODO(stevenjb/flackr/shuchen): Remove these dependencies.
  "+ui/accelerometer",
  "+ui/gfx/x"
]