Chromium Code Reviews| Index: build/args/blimp.gn |
| diff --git a/build/args/blimp.gn b/build/args/blimp.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7404159dd54b2c140f2691fbd457d4079d866f07 |
| --- /dev/null |
| +++ b/build/args/blimp.gn |
| @@ -0,0 +1,7 @@ |
| +# Base GN arg template for blimp. |
| +# Shared development settings for blimp engine and client. |
| + |
| +is_debug = true |
| +is_clang = true |
| +symbol_level = 1 # Use -g1 instead of -g2 |
| +use_goma = true |
|
Dirk Pranke
2016/03/02 23:57:32
I don't really think we should check this file in
|