summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone.gni
diff options
context:
space:
mode:
authorMichael Spang <spang@chromium.org>2015-09-15 20:13:42 -0400
committerMichael Spang <spang@chromium.org>2015-09-16 00:15:48 +0000
commit0e8f0106e7e01cee911dd2b34c263c01788e7186 (patch)
tree9fecb3cddc11b04f6aa6405f3149e1419bb0aceb /ui/ozone/ozone.gni
parent317a93a4df02f269127cb4267df2555bc19fe12a (diff)
downloadchromium_src-0e8f0106e7e01cee911dd2b34c263c01788e7186.zip
chromium_src-0e8f0106e7e01cee911dd2b34c263c01788e7186.tar.gz
chromium_src-0e8f0106e7e01cee911dd2b34c263c01788e7186.tar.bz2
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 Review URL: https://codereview.chromium.org/1344263002 . Cr-Commit-Position: refs/heads/master@{#349041}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r--ui/ozone/ozone.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index e0da919..df32eb7 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -24,7 +24,6 @@ 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
}