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

Unified Diff: build/common.gypi

Issue 2355503003: Disable VIDEO_HOLE on Android (Closed)
Patch Set: update common.gypi to match Created 4 years, 3 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 | build/config/BUILD.gn » ('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 ad90014d3c309ff38bef1e7f79b5a05ea9f3f102..0e51add97f5f5dd8f5ae587ba50417a87204d840 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -657,9 +657,6 @@
# Enable the Syzygy optimization step.
'syzygy_optimize%': 0,
- # Enable hole punching for the protected video.
- 'video_hole%': 0,
-
# Automatically select platforms under ozone. Turn this off to
# build only explicitly selected platforms.
'ozone_auto_platforms%': 1,
@@ -827,7 +824,6 @@
'enable_basic_printing%': 1,
'enable_print_preview%': 0,
'enable_task_manager%':0,
- 'video_hole%': 1,
}],
# Android and OSX have built-in spellcheckers that can be utilized.
@@ -1264,7 +1260,6 @@
'use_lto%': '<(use_lto)',
'use_lto_o2%': '<(use_lto_o2)',
'gold_icf_level%': '<(gold_icf_level)',
- 'video_hole%': '<(video_hole)',
'v8_use_external_startup_data%': '<(v8_use_external_startup_data)',
'cfi_vptr%': '<(cfi_vptr)',
'cfi_cast%': '<(cfi_cast)',
@@ -2963,9 +2958,6 @@
['enable_ipc_fuzzer==1', {
'defines': ['ENABLE_IPC_FUZZER=1'],
}],
- ['video_hole==1', {
- 'defines': ['VIDEO_HOLE=1'],
- }],
['v8_use_external_startup_data==1', {
'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'],
}],
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698