diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 0c568bb..f212d76 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -786,6 +786,9 @@ # Set to 1 to compile with the built in pdf viewer. 'internal_pdf%': 0, + # Set to 1 to compile with the OpenGL ES 2.0 conformance tests. + 'internal_gles2_conform_tests%': 0, + # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' # so Cocoa is happy (http://crbug.com/20441). 'locales': [ |