Chromium Code Reviews| Index: tools/gn/format_test_data/015.gn |
| diff --git a/tools/gn/format_test_data/015.gn b/tools/gn/format_test_data/015.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f065095f656544335513568bb83550ffadf58a1f |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/015.gn |
| @@ -0,0 +1,4 @@ |
| +if (is_win) { |
| + sources = ["a.cc"] |
| + # Some comment at end. |
| +} |