Sign in
chromium
/
chromium
/
src.git
/
refs/tags/103.0.5012.1
/
.
/
cc
/
base
/
DEPS
blob: 909b4a27346e4d4a901a361ab519524b2460c125 [
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"
,
],
}