summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone.gni
diff options
context:
space:
mode:
authorspang <spang@chromium.org>2015-09-17 11:11:25 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-17 18:12:04 +0000
commitfcef2de97794abf899bb3efe78657355661c7b3d (patch)
tree10945585a9195f1da80c9e691b21a2597b51329a /ui/ozone/ozone.gni
parentad7eb0af3679d7104ad8256db0e27901f14623d3 (diff)
downloadchromium_src-fcef2de97794abf899bb3efe78657355661c7b3d.zip
chromium_src-fcef2de97794abf899bb3efe78657355661c7b3d.tar.gz
chromium_src-fcef2de97794abf899bb3efe78657355661c7b3d.tar.bz2
Revert of ozone: gbm: Default use_system_minigbm=1 to mitigate build breaks (patchset #3 id:40001 of https://codereview.chromium.org/1344263002/ )
Reason for revert: This should work now. Original issue's description: > ozone: gbm: Default use_system_minigbm=1 to mitigate build breaks > > The chrome-sdk needs to update with the flag to avoid breakage. > This CL can be reverted when the chrome-sdk updates with the > new use_system_minigbm setting in GYP_DEFINES. > > TBR=dnicoara (build break) > NOTRY=true > > Committed: https://crrev.com/0e8f0106e7e01cee911dd2b34c263c01788e7186 > Cr-Commit-Position: refs/heads/master@{#349041} TBR=dnicoara@chromium.org Review URL: https://codereview.chromium.org/1357433003 Cr-Commit-Position: refs/heads/master@{#349450}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r--ui/ozone/ozone.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index df32eb7..e0da919 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -24,6 +24,7 @@ declare_args() {
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
+ ozone_platform_gbm = true
ozone_platform_test = true
ozone_platform_egltest = true
}