Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index dc38c4be9fb3d91418a7803d634e91992f0c1584..78dc2ba09a68e031432e6a96f4d4a5e12d167ffa 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 OpenGL ES 3.x conformance tests. |
+ 'internal_khronos_conform_tests%': 0, |
piman
2014/09/10 20:12:50
Does this and internal_gles2_conform_tests need to
U. Artie Eoff
2014/09/10 22:12:59
I think the "gles2" in the name "internal_gles2_co
Ken Russell (switch to Gerrit)
2014/09/11 00:03:26
Understood that the duplication may be necessary f
U. Artie Eoff
2014/09/11 01:09:19
Well... the idea is to target all the tests actual
Ken Russell (switch to Gerrit)
2014/09/11 01:25:17
I still think a more targeted name is appropriate.
U. Artie Eoff
2014/09/11 16:50:52
Yeah, I'd be fine using "khronos_gles_conform". O
Ken Russell (switch to Gerrit)
2014/09/11 17:40:04
Both sound fine. If khronos_glcts is closer to the
|
+ |
# Set to 1 to compile the filter fuzzer. |
'internal_filter_fuzzer%': 0, |