Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5637)

Unified Diff: build/common.gypi

Issue 1539983004: Convert enable_mpeg2ts into a new-style buildflag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Buildfix Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | media/media.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b41f8903268b386e78e396503856a9a4290da01d..67d588d927a943d9435546df7bdf45ae885f66d2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1544,9 +1544,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,
@@ -1881,7 +1878,6 @@
'use_system_fontconfig%': 1,
}],
['chromecast==1', {
- 'enable_mpeg2ts_stream_parser%': 1,
'use_custom_freetype%': 0,
'use_playready%': 0,
'conditions': [
@@ -2770,11 +2766,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'],
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | media/media.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698