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
Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git]
/
athena
/
input
/
DEPS
blob
36df410d7ddb58af03b5d2916e8a21c935d79ce4
1
include_rules = [
2
"+chromeos",
3
"+ui/aura",
4
"+ui/base",
5
"+ui/events",
6
"+ui/wm/core",
7
"+ui/wm/public",
8
"+ui/views",
9
]
10
11
specific_include_rules = {
12
# exported for test.
13
"input_manager_impl\.h": [
14
"+athena/athena_export.h",
15
],
16
# allows for test.
17
".*test\.cc": [
18
"+athena/activity/public",
19
"+athena/wm/public",
20
],
21
}