Chromium Code Reviews| Index: tools/gn/format_test_data/003.golden |
| diff --git a/tools/gn/format_test_data/003.golden b/tools/gn/format_test_data/003.golden |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aea225c53bbcaa67a62423d0df016e5c047f3639 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/003.golden |
| @@ -0,0 +1,11 @@ |
| +# Initial separate block comment |
| + |
| +executable("test") { |
| + sources = [ |
| + "stuff.cc", # Comment attached to list item. |
| + "things.cc" |
| + ] |
| + |
| + # Comment attached to statement. |
| + deps = [ "//base" ] |
| +} |