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