Roll src/third_party/WebKit b65f743:881586f8 (svn 202610:202611)
[chromium-blink-merge.git] / chromeos / DEPS
blobecef880b7213d3070d9a6aba9b0d97404aa6c501
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   "+components/device_event_log",
6   "+crypto",
7   "+net",
8   "+policy/proto",
9   "+third_party/cros_system_api",
10   "+third_party/libxml",
11   "+third_party/protobuf",
13   # Some targets may not have any UI, so explictly exclude src/ui.
14   "-ui",