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

Unified Diff: third_party/minigbm/BUILD.gn

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 | « no previous file | third_party/minigbm/minigbm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/minigbm/BUILD.gn
diff --git a/third_party/minigbm/BUILD.gn b/third_party/minigbm/BUILD.gn
index 03b6f5d24392cafaf3f5279aa61919f480d5eb3e..d76c3ac56f9de98e059cc9ff653e54cc56349481 100644
--- a/third_party/minigbm/BUILD.gn
+++ b/third_party/minigbm/BUILD.gn
@@ -23,7 +23,7 @@ if (!use_system_minigbm) {
packages = [ "libdrm" ]
}
- static_library("minigbm") {
+ shared_library("minigbm") {
sources = [
"src/cirrus.c",
"src/exynos.c",
« no previous file with comments | « no previous file | third_party/minigbm/minigbm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698