repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Exposing the BLE discovery flag in the EasyUnlock private JS API.
[chromium-blink-merge.git]
/
cc
/
base
/
DEPS
blob
33b4e8f0bac8541aa39886d3e5d966ef5ffdf499
1
# Things within cc/base should not depend on things in cc/ outside of cc/base.
2
include_rules = [
3
"-cc",
4
"+cc/base",
5
]
6
7
# Tests can use things in cc/test
8
specific_include_rules = {
9
".*unittest\.cc": [
10
"+cc/test",
11
]
12
}