| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 8b616df98277abd9897e07bb764551bccfaeba14..dab45c2c078952b8540f66f16c8f26bbc1c210db 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1274,6 +1274,9 @@
|
| # 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,
|
| +
|
| 'conditions': [
|
| # The version of GCC in use, set later in platforms that use GCC and have
|
| # not explicitly chosen to build with clang. Currently, this means all
|
| @@ -2503,6 +2506,9 @@
|
| ['enable_ipc_fuzzer==1', {
|
| 'defines': ['ENABLE_IPC_FUZZER=1'],
|
| }],
|
| + ['video_hole==1', {
|
| + 'defines': ['VIDEO_HOLE=1'],
|
| + }],
|
| ], # conditions for 'target_defaults'
|
| 'target_conditions': [
|
| ['enable_wexit_time_destructors==1', {
|
|
|