Sign in
chromium
/
chromium
/
src
/
be50b2f8da0f43b7f6e37995e61c439fa988bca5
/
.
/
cc
/
base
/
DEPS
blob: 33b4e8f0bac8541aa39886d3e5d966ef5ffdf499 [
file
] [
log
] [
blame
]
# Things within cc/base should not depend on things in cc/ outside of cc/base.
include_rules
=
[
"-cc"
,
"+cc/base"
,
]
# Tests can use things in cc/test
specific_include_rules
=
{
".*unittest\.cc"
:
[
"+cc/test"
,
]
}