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]
/
tools
/
gn
/
format_test_data
/
025.golden
blob
6c7a5cfbc5cf791d4cf04be553062fd6508566d5
1
# Various parenthesis maintenance/trimming.
2
if (a.b && c[d] + (x < 4 || z + b)) {
3
y = z - (y - (x - !(b - d)))
4
a += [
5
"a",
6
"b",
7
"c",
8
] - ([ "x" ] - [ "y" ])
9
}