diff options
author | dnicoara <dnicoara@chromium.org> | 2015-07-14 15:20:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-14 22:21:45 +0000 |
commit | 4151b4f26e86ce0fc8be9bdba81520bad376f6a3 (patch) | |
tree | ba42a4c54e350d772b721e181f064faee9560590 /ui/ozone/ozone.gni | |
parent | 26e6a208598924c7470e324b8dabe8be5becbe51 (diff) | |
download | chromium_src-4151b4f26e86ce0fc8be9bdba81520bad376f6a3.zip chromium_src-4151b4f26e86ce0fc8be9bdba81520bad376f6a3.tar.gz chromium_src-4151b4f26e86ce0fc8be9bdba81520bad376f6a3.tar.bz2 |
[Ozone] Remove deprecated DRI platform name
The platform was renamed to DRM. The DRI name was left in place until
the ChromeOS changes were done.
BUG=none
Review URL: https://codereview.chromium.org/1198573002
Cr-Commit-Position: refs/heads/master@{#338753}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r-- | ui/ozone/ozone.gni | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni index 8556cee..35db157 100644 --- a/ui/ozone/ozone.gni +++ b/ui/ozone/ozone.gni @@ -13,7 +13,6 @@ declare_args() { # Enable individual platforms. ozone_platform_caca = false - ozone_platform_dri = false ozone_platform_drm = false ozone_platform_egltest = false ozone_platform_gbm = false @@ -25,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_dri = true ozone_platform_drm = true ozone_platform_test = true ozone_platform_egltest = true |