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