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

Unified Diff: build/common.gypi

Issue 264893002: Enable hole-punching in Android by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 7 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 | « android_webview/javatests/src/org/chromium/android_webview/test/ExternalVideoSurfaceContainerTest.java ('k') | no next file » | 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 def3eaf76e23551abde55b878fbd2ab7ab6703de..9497284e584d1325cda0af06574af6a2f242427a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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,
darin (slow to review) 2014/05/10 00:12:26 I thought this was going to be enabled for only th
}],
# 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,
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/ExternalVideoSurfaceContainerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698