| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 15441a9adee197797935cc0a7c35ff6e3e4d7e96..fec3d2daf75bd9918faa869914ba7c3c08adb084 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -27,6 +27,9 @@ declare_args() {
|
|
|
| # Set to true to enable dcheck in Release builds.
|
| dcheck_always_on = false
|
| +
|
| + # Set to true to compile with the OpenGL ES 2.0 conformance tests.
|
| + internal_gles2_conform_tests = false
|
| }
|
|
|
| # TODO(brettw) Most of these should be removed. Instead of global feature
|
|
|