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

Unified Diff: third_party/mesa/mesa.gyp

Issue 23803008: libosmesa.so should have static glapi linkage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: third_party/mesa/mesa.gyp
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 384a1238d4429f4abdc5de3cb10eeef8050db2e5..da126438cea1f8ebd826dd28b298db55e090de2b 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -43,6 +43,7 @@
"HAVE_ALIAS",
"HAVE_MINCORE",
"HAVE_LIBUDEV",
+ "_GLAPI_NO_EXPORTS",
],
'conditions': [
['OS=="android"', {
@@ -78,9 +79,6 @@
'include_dirs': [
'src/include/c99',
],
- 'defines': [
- '_GLAPI_NO_EXPORTS',
- ],
}],
],
},
« 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