| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index a589b089c4e040d1cc9aa38d23bbf6b2d32b5210..33177cd098f7be672b859c7b81a06086ad70cc1f 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1384,6 +1384,9 @@
|
| # Set to 1 to compile with the OpenGL ES 2.0 conformance tests.
|
| 'internal_gles2_conform_tests%': 0,
|
|
|
| + # Set to 1 to compile with the Khronos GL-CTS conformance tests.
|
| + 'internal_khronos_glcts_tests%': 0,
|
| +
|
| # Set to 1 to compile the filter fuzzer.
|
| 'internal_filter_fuzzer%': 0,
|
|
|
|
|