blob: a398cc6ae03b6b9364eeb92f16d64afe673ad2b7 [file] [log] [blame]
# 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): Remove these dependencies.
"+ui/accelerometer"
]