summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorservolk <servolk@chromium.org>2016-01-06 19:19:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-07 03:21:26 +0000
commit2a41135331b37b94b15df5af641421cf407b2d11 (patch)
tree5e22f0456a53adb9ad983473b8046ffbb7d59cf7 /build/common.gypi
parent81392bfcce09464e98b4c6e15ab12e572c9ed32d (diff)
downloadchromium_src-2a41135331b37b94b15df5af641421cf407b2d11.zip
chromium_src-2a41135331b37b94b15df5af641421cf407b2d11.tar.gz
chromium_src-2a41135331b37b94b15df5af641421cf407b2d11.tar.bz2
Convert enable_mpeg2ts_parser GYP flag into a new-style buildflag
According to recommendation given at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/5c4ySpPsV14 BUG=none Review URL: https://codereview.chromium.org/1539983004 Cr-Commit-Position: refs/heads/master@{#368001}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 2e0aeb0..f63b011 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1548,9 +1548,6 @@
# Force disable libstdc++ debug mode.
'disable_glibcxx_debug%': 0,
- # Set to 1 to compile with MSE support for MPEG2 TS
- 'enable_mpeg2ts_stream_parser%': 0,
-
# Support ChromeOS touchpad gestures with ozone.
'use_evdev_gestures%': 0,
@@ -1885,7 +1882,6 @@
'use_system_fontconfig%': 1,
}],
['chromecast==1', {
- 'enable_mpeg2ts_stream_parser%': 1,
'use_custom_freetype%': 0,
'use_playready%': 0,
'conditions': [
@@ -2777,11 +2773,6 @@
}],
['proprietary_codecs==1', {
'defines': ['USE_PROPRIETARY_CODECS'],
- 'conditions': [
- ['enable_mpeg2ts_stream_parser==1', {
- 'defines': ['ENABLE_MPEG2TS_STREAM_PARSER'],
- }],
- ],
}],
['enable_viewport==1', {
'defines': ['ENABLE_VIEWPORT'],