Add chrome.usb.getConfiguration and expose extra descriptors.
[chromium-blink-merge.git] / athena / DEPS
blobdda408ccfc38a3209810db10506332b6964ebad3
1 # Please do not add dependency to chrome/ and its subdirectories
3 include_rules = [
4   # Components within athena must state their dependencies explicitly
5   # except for common.
6   "-athena",
7   "+athena/util",
10 specific_include_rules = {
11   ".*unittest\.cc": [
12     "+athena/test",
13   ],