Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 executable("win" # Suffix comment on arg. | |
| 2 # And a strangely positioned line comment for some reason | |
| 3 ) { | |
| 4 defines = [ # Defines comment, suffix at end position. | |
| 5 ] | |
| 6 | |
| 7 deps = [ | |
| 8 # Deps comment, should be forced multiline. | |
| 9 ] | |
| 10 sources = [ | |
| 11 "a.cc" | |
| 12 # End of single sources comment, should be forced multiline. | |
| 13 ] | |
| 14 # End of block comment. | |
| 15 } | |
| OLD | NEW |