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
Separate Simple Backend creation from initialization.
[chromium-blink-merge.git]
/
extensions
/
DEPS
blob
64d7efd4caa62f9c78a1c744d4d91494ff2c633b
1
include_rules = [
2
"+base",
3
"+content/public/common",
4
"+crypto",
5
"+googleurl",
6
"+testing",
7
"+ui"
8
]
9
10
# More specific rules for what we are allowed to include.
11
specific_include_rules = {
12
".*test\.cc": [
13
"+content/public/test",
14
]
15
}