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

Unified Diff: third_party/mesa/mesa.gyp

Issue 1743004: Windows OSMesa DLL only exports OSMesa functions.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 | « third_party/mesa/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/mesa.gyp
===================================================================
--- third_party/mesa/mesa.gyp (revision 45358)
+++ third_party/mesa/mesa.gyp (working copy)
@@ -13,9 +13,6 @@
'MesaLib/include',
'MesaLib/src/mesa',
],
- 'defines': [
- 'BUILD_GL32',
- ],
'sources': [
'MesaLib/src/mesa/main/accum.c',
'MesaLib/src/mesa/main/api_arrayelt.c',
@@ -436,15 +433,13 @@
'MesaLib/src/mesa',
'MesaLib/src/mesa/drivers',
],
- 'defines': [
- 'BUILD_GL32',
- ],
'sources': [
'MesaLib/src/mesa/drivers/common/driverfuncs.c',
'MesaLib/src/mesa/drivers/common/driverfuncs.h',
'MesaLib/src/mesa/drivers/common/meta.c',
'MesaLib/src/mesa/drivers/common/meta.h',
'MesaLib/src/mesa/drivers/osmesa/osmesa.c',
+ 'MesaLib/src/mesa/drivers/osmesa/osmesa.def',
Ken Russell (switch to Gerrit) 2010/04/22 23:17:51 Will this be filtered out on non-Windows platforms
apatrick_chromium 2010/04/22 23:19:42 I believe it will be ignored on other platforms in
],
},
],
« no previous file with comments | « third_party/mesa/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698