Chromium Code Reviews| Index: tools/gn/format_test_data/009.gn |
| diff --git a/tools/gn/format_test_data/009.gn b/tools/gn/format_test_data/009.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e47b62175ae483a99344207e770c78033498f7c8 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/009.gn |
| @@ -0,0 +1,2 @@ |
| +if (is_win) { sources = ["win.cc"] } |
| +else { sources = ["linux.cc"] } |