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 allow the empty new password to overwrite the existing one.
[chromium-blink-merge.git]
/
mojo
/
public
/
cpp
/
application
/
DEPS
blob
dcd8e6f5184e40c429fa876e40c6760f381f718d
1
include_rules = [
2
"+mojo/public/cpp/bindings",
3
"+mojo/public/cpp/environment",
4
"+mojo/public/interfaces/application",
5
"+mojo/public/interfaces/service_provider",
6
]
7
8
specific_include_rules = {
9
r"application_runner_chromium.*": [
10
"+base",
11
"+mojo/common",
12
"+mojo/public/cpp"
13
],
14
r"application_runner.*": [
15
"+mojo/public/cpp"
16
],
17
}