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

Unified Diff: ppapi/ppapi_untrusted.gyp

Issue 10825145: Modifying ppapi_untrusted to match new gyp expectations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment Created 8 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698