summaryrefslogtreecommitdiff
path: root/chromium/media/media_options.gni
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-07-14 17:41:05 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-04 12:37:36 +0000
commit399c965b6064c440ddcf4015f5f8e9d131c7a0a6 (patch)
tree6b06b60ff365abef0e13b3503d593a0df48d20e8 /chromium/media/media_options.gni
parent7366110654eec46f21b6824f302356426f48cd74 (diff)
downloadqtwebengine-chromium-399c965b6064c440ddcf4015f5f8e9d131c7a0a6.tar.gz
BASELINE: Update Chromium to 52.0.2743.76 and Ninja to 1.7.1
Change-Id: I382f51b959689505a60f8b707255ecb344f7d8b4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/media/media_options.gni')
-rw-r--r--chromium/media/media_options.gni3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/media/media_options.gni b/chromium/media/media_options.gni
index 72f100e79c7..21d31d0ee94 100644
--- a/chromium/media/media_options.gni
+++ b/chromium/media/media_options.gni
@@ -42,9 +42,6 @@ declare_args() {
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
-
- # TODO(GYP): This should be a platform define.
- is_openbsd = false
}
# Use a second declare_args() to pick up possible overrides of |use_cras|.