Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index dc38c4be9fb3d91418a7803d634e91992f0c1584..1252cc7c23870e74f3b86cd95c45e0bbeb57c4cc 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1378,6 +1378,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, |