Exposing the BLE discovery flag in the EasyUnlock private JS API.
[chromium-blink-merge.git] / cc / base / DEPS
blob33b4e8f0bac8541aa39886d3e5d966ef5ffdf499
1 # Things within cc/base should not depend on things in cc/ outside of cc/base.
2 include_rules = [
3   "-cc",
4   "+cc/base",
7 # Tests can use things in cc/test
8 specific_include_rules = {
9   ".*unittest\.cc": [
10     "+cc/test",
11   ]