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

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: 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..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,

Powered by Google App Engine
This is Rietveld 408576698