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 /build/linux | |
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 'build/linux')
-rw-r--r-- | build/linux/system.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index a1d6bf0..ab20951 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -524,7 +524,7 @@ }, ], }], - ['ozone_platform_dri==1 or ozone_platform_drm==1 or ozone_platform_gbm==1', { + ['ozone_platform_drm==1 or ozone_platform_gbm==1', { 'targets': [ { 'target_name': 'libdrm', |