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
Disable firewall check. It takes signifficant time, need to be on FILE thread.
[chromium-blink-merge.git]
/
components
/
precache
/
content
/
DEPS
blob
9ed9740b753605456c0a877ed3d68eec36baa509
1
include_rules = [
2
"+components/keyed_service",
3
"+content/public/browser",
4
"+net/base",
5
]
6
7
specific_include_rules = {
8
'.*_[a-z]*test\.cc': [
9
"+content/public/test",
10
"+net/http",
11
"+net/url_request",
12
],
13
}