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
Fix breaking change in It2me Host on Ozone
[chromium-blink-merge.git]
/
tools
/
gn
/
format_test_data
/
004.golden
blob
68373d101446d620c738af145596797908a8e58d
1
# This is a block comment that goes at the top of the file and is attached to
2
# the top level target.
3
executable("test") {
4
sources = [
5
"stuff.cc", # Comment attached to list item.
6
"things.cc",
7
]
8
9
# Comment attached to statement.
10
deps = [
11
"//base",
12
]
13
}