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

Unified Diff: third_party/minigbm/minigbm.gyp

Issue 1716353002: Change //third_party/minigbm to a shared_library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sigh, fix on old buildbots Created 4 years, 10 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/minigbm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/minigbm/minigbm.gyp
diff --git a/third_party/minigbm/minigbm.gyp b/third_party/minigbm/minigbm.gyp
index 564f0e89501fff8af46cd27e130d2e4dd44052a0..3a07fe6d430a859fe5eb7a4661a58d1ae556f767 100644
--- a/third_party/minigbm/minigbm.gyp
+++ b/third_party/minigbm/minigbm.gyp
@@ -11,7 +11,7 @@
'targets': [
{
'target_name': 'minigbm',
- 'type': 'static_library',
+ 'type': 'shared_library',
'dependencies' : [
'../../build/linux/system.gyp:libdrm',
],
« no previous file with comments | « third_party/minigbm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698