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..429165a285cbae37c1ca223483e40b0d5cf57647 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/003.gn |
| @@ -0,0 +1,10 @@ |
| +executable("test") { |
| + sources = [ |
| + "stuff.cc", |
| + "things.cc" |
| + ] |
| + |
| + deps = [ |
| + "//base", |
| + ] |
| +} |