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

Unified Diff: third_party/mesa/BUILD.gn

Issue 1415783003: Add more test binaries to GN Mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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/libaddressinput/libaddressinput.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/BUILD.gn
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
index 58cb60c0d51a696b09c0cd80334a0ccf6634504b..63770450a60c3cd268bf6925741da713961ef0fb 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -687,7 +687,7 @@ if (!is_android) { # TODO(GYP) enable for Android.
# osmesa.osmesa.obj : warning LNK4197: export 'OSMesaGetIntegerv' specified
# multiple times; using first specification
# This also happens with the GYP build.
- shared_library("osmesa") {
+ loadable_module("osmesa") {
sources = [
"src/src/mesa/drivers/common/driverfuncs.c",
"src/src/mesa/drivers/common/driverfuncs.h",
« no previous file with comments | « third_party/libaddressinput/libaddressinput.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698