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
Make sure webrtc::VideoSourceInterface is released on the main render thread.
[chromium-blink-merge.git]
/
content
/
public
/
test
/
DEPS
blob
9c458aa58150f4db5c861517d801e7e02905fb1c
1
include_rules = [
2
"-content",
3
"+content/public",
4
"+v8/include/v8.h",
5
]
6
7
# Ensure we don't leak internal content headers through public headers.
8
specific_include_rules = {
9
".*\.cc": [
10
# Testing utilities can access anything in content/
11
"+content",
12
"+media/base",
13
"+third_party/iaccessible2",
14
"+ui/base/resource/resource_bundle.h",
15
],
16
}