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

Unified Diff: ppapi/ppapi_gl.gypi

Issue 7320002: Allow C/C++ targets to be suffixed for use in Native Client checkout. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « ppapi/ppapi_cpp.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_gl.gypi
===================================================================
--- ppapi/ppapi_gl.gypi (revision 91704)
+++ ppapi/ppapi_gl.gypi (working copy)
@@ -8,10 +8,10 @@
],
'targets': [
{
- 'target_name': 'ppapi_egl',
+ 'target_name': 'ppapi_egl<(nacl_ppapi_library_suffix)',
'type': 'static_library',
'dependencies': [
- '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
+ '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c<(nacl_ppapi_library_suffix)',
],
'include_dirs': [
'lib/gl/include',
@@ -45,10 +45,10 @@
],
},
{
- 'target_name': 'ppapi_gles2',
+ 'target_name': 'ppapi_gles2<(nacl_ppapi_library_suffix)',
'type': 'static_library',
'dependencies': [
- 'ppapi_c',
+ 'ppapi_c<(nacl_ppapi_library_suffix)',
],
'include_dirs': [
'lib/gl/include',
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698