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

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: rebase Created 4 years, 11 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') | no next file with comments »
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 2e0aeb055f88acdca205f54898d7e0c58d167b14..f63b0114891a9c7856982e8bcdf9a12419c5bb26 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'],
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698