Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2958)

Unified Diff: build/common.gypi

Issue 556333003: Add support for khronos gl-cts using its drawElements apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix AUTHORS. Change naming convention from khronos_conform to khronos_glcts Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698