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