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
Don't run TransitionBrowserTest.NormalNavigationNotDeferred for --site-per-process.
[chromium-blink-merge.git]
/
athena
/
DEPS
blob
c8c74d681a38c0e509bf03f745ae7785a56eeb3d
1
# Please do not add dependency to chrome/ and its subdirectories
2
3
include_rules = [
4
# Components within athena must state their dependencies explicitly
5
# except for common.
6
"-athena",
7
"+athena/util",
8
]
9
10
specific_include_rules = {
11
".*unittest\.cc": [
12
"+athena/test",
13
],
14
".*browsertest\.cc": [
15
"+athena/test",
16
],
17
}
18