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

Unified Diff: third_party/minigbm/minigbm.gyp

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 | « third_party/minigbm/BUILD.gn ('k') | ui/ozone/ozone.gni » ('j') | 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..32aea9e2bce25c35c231d8d380118e408d7567d8 100644
--- a/third_party/minigbm/minigbm.gyp
+++ b/third_party/minigbm/minigbm.gyp
@@ -4,7 +4,7 @@
{
'variables': {
- 'use_system_minigbm%': 0,
+ 'use_system_minigbm%': 1,
},
'conditions': [
['use_system_minigbm==0', {
« no previous file with comments | « third_party/minigbm/BUILD.gn ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698