Enable hole-punching in Android by default.

This CL also enables the tests for hole-punching.

BUG=329447
R=boliu@chromium.org, qinmin@chromium.org

Review URL: https://codereview.chromium.org/264893002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@269464 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
ycheo@chromium.org 2014-05-09 23:18:16 +00:00
Родитель db3b2975f1
Коммит 9982794f8d
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -558,6 +558,9 @@
# Enable the Syzygy optimization step.
'syzygy_optimize%': 0,
# Enable hole punching for the protected video.
'video_hole%': 0,
'conditions': [
# A flag for POSIX platforms
['OS=="win"', {
@ -676,6 +679,7 @@
# Set to 1 once we have a notification system for Android.
# http://crbug.com/115320
'notifications%': 0,
'video_hole%': 1,
}],
# Android OS includes support for proprietary codecs regardless of
@ -1078,6 +1082,7 @@
'proprietary_codecs%': '<(proprietary_codecs)',
'use_goma%': '<(use_goma)',
'gomadir%': '<(gomadir)',
'video_hole%': '<(video_hole)',
# Use system protobuf instead of bundled one.
'use_system_protobuf%': 0,
@ -1361,9 +1366,6 @@
# Force disable libstdc++ debug mode.
'disable_glibcxx_debug%': 0,
# Set to 1 to compile with the hole punching for the protected video.
'video_hole%': 0,
# Set to 1 to compile with MSE support for MPEG2 TS
'enable_mpeg2ts_stream_parser%': 0,