Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6f40a2ca91bbf0043c27c863ef8809e55bbb4b12..da9ee7931354b05c429dcbb99223da69da30ba2d 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1118,6 +1118,9 @@ |
| # Set to 1 to compile with the OpenGL ES 2.0 conformance tests. |
| 'internal_gles2_conform_tests%': 0, |
| + # Set to 1 to compile the filter fuzzer. |
| + 'internal_filter_fuzzer%': 0, |
|
sugoi1
2013/11/19 15:16:24
This turns the compilation of the fuzzer OFF, so n
|
| + |
| # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' |
| # so Cocoa is happy (http://crbug.com/20441). |
| 'locales': [ |