Index: ppapi/ppapi_untrusted.gyp |
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp |
index 8dd46ab249feb4ee658f47122331cf2662371051..2fbdb7be6aba64203863ec8706990069aab09719 100644 |
--- a/ppapi/ppapi_untrusted.gyp |
+++ b/ppapi/ppapi_untrusted.gyp |
@@ -36,12 +36,16 @@ |
'ppapi_cpp_lib', |
'native_client/native_client.gyp:ppapi_lib', |
'native_client/native_client.gyp:nacl_irt', |
- ], |
+ ], |
'variables': { |
- 'defines': [ |
- '<@(default_defines)', |
- '-DGL_GLEXT_PROTOTYPES', |
- ], |
+ # TODO(bradnelson): Remove this compile flag once new nacl_rev is |
+ # above 9362. |
+ 'compile_flags': [ |
+ '-DGL_GLEXT_PROTOTYPES', |
+ ], |
+ 'defines': [ |
+ 'GL_GLEXT_PROTOTYPES', |
+ ], |
'nexe_target': 'ppapi_nacl_tests', |
'build_newlib': 1, |
'include_dirs': [ |