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