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
Add Media Router Action stub implementation.
[chromium-blink-merge.git]
/
tools
/
gn
/
format_test_data
/
040.gn
blob
1f4754e2794d30286eb643bf019090925bc66260
1
# Dewrapping shouldn't cause 80 col to be exceed.
2
# 80 ---------------------------------------------------------------------------
3
if (true) {
4
if (is_win) {
5
cflags = [
6
"/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
7
]
8
}
9
}