Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / tools / gn / format_test_data / 017.gn
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 }