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

Unified Diff: third_party/libdrm/BUILD.gn

Issue 2591103002: third_party: Use libdrm third_party libdrm by default. (Closed)
Patch Set: git cl owners Created 4 years 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/libdrm/BUILD.gn
diff --git a/third_party/libdrm/BUILD.gn b/third_party/libdrm/BUILD.gn
index 8e2b518aa61ba0db7a78ed2edf01bb8260e9ad52..7f040070ed36206cfba82dc3e4391e224cd00d77 100644
--- a/third_party/libdrm/BUILD.gn
+++ b/third_party/libdrm/BUILD.gn
@@ -10,7 +10,7 @@ declare_args() {
# library shipped with the system. In release builds of Chrome OS we
# use the system version, but when building on dev workstations we
# bundle it because Ubuntu doesn't ship a usable version.
- use_system_libdrm = true
+ use_system_libdrm = false
}
if (!use_system_libdrm) {
« 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