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

Unified Diff: third_party/minigbm/BUILD.gn

Issue 1344263002: ozone: gbm: Default use_system_minigbm=1 to mitigate build breaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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 | « build/common.gypi ('k') | 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..57a3f7a03d367dace83523fc0197106e4b4a94a0 100644
--- a/third_party/minigbm/BUILD.gn
+++ b/third_party/minigbm/BUILD.gn
@@ -11,7 +11,7 @@ declare_args() {
# shipped with the system. In release builds of Chrome OS we use the
# system version, but when building on dev workstations or the Chrome
# waterfall we bundle it because Ubuntu doesn't ship a usable version.
- use_system_minigbm = false
+ use_system_minigbm = true
}
if (!use_system_minigbm) {
« no previous file with comments | « build/common.gypi ('k') | third_party/minigbm/minigbm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698