Mechanical rename of tracing includes for /sync
[chromium-blink-merge.git] / chromeos / DEPS
bloba398cc6ae03b6b9364eeb92f16d64afe673ad2b7
1 # Please keep the dependencies here to a minimum. This is intended to be a
2 # low level Chrome OS system library that may be used by targets that need to
3 # be kept as small as possible.
4 include_rules = [
5   "+crypto",
6   "+net",
7   "+policy/proto",
8   "+third_party/cros_system_api",
9   "+third_party/libxml",
10   "+third_party/protobuf",
12   # Some targets may not have any UI, so explictly exclude src/ui.
13   "-ui",
14   # TODO(stevenjb/flackr): Remove these dependencies.
15   "+ui/accelerometer"