Chromium Code Reviews| Index: tools/gn/format_test_data/029.gn |
| diff --git a/tools/gn/format_test_data/029.gn b/tools/gn/format_test_data/029.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ac67830164e0fefbb861fea0b704943710e74acf |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/029.gn |
| @@ -0,0 +1,9 @@ |
| +# Don't separate small simple statements. |
| +is_android = false |
| +is_chromeos = false |
| +is_ios = false |
| +is_linux -= false |
| +is_mac = true |
| +is_nacl = false |
| +is_posix += true |
| +is_win = false |