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

Unified Diff: third_party/mesa/mesa.gyp

Issue 409423002: Add osmesa to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « third_party/mesa/BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | 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 bcf44be24fe1ec48b3c6ebca3e3f4daa22c56a42..3ae725d7f75ee277c047034ba6caaeaa43caea0f 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -223,8 +223,10 @@
'src/src/glsl/ralloc.h',
'src/src/glsl/s_expression.cpp',
'src/src/glsl/s_expression.h',
- 'src/src/glsl/standalone_scaffolding.cpp',
- 'src/src/glsl/standalone_scaffolding.h',
+ # This file is not needed and has duplicate symbols (although it
+ # happens to link because of static library link ordering).
+ #'src/src/glsl/standalone_scaffolding.cpp',
+ #'src/src/glsl/standalone_scaffolding.h',
'src/src/glsl/strtod.c',
'src/src/glsl/strtod.h',
],
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698