Chromium Code Reviews| Index: tools/gn/format_test_data/002.gn |
| diff --git a/tools/gn/format_test_data/002.gn b/tools/gn/format_test_data/002.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..34043b5ed30d4cd3796541d4147c1cc27482059b |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/002.gn |
| @@ -0,0 +1,6 @@ |
| +executable("test") { |
| + sources = [ |
| + "stuff.cc", |
| + "things.cc" |
| + ] |
| +} |