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

Unified Diff: build/common.gypi

Issue 1043673002: Allow widevinecdmadapter to be built in Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c7218487a96c5e1e3704b62700a0b4c1647134d7..de16dcc3b52a9205f5161841aaeb99db0d416dc3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -565,6 +565,9 @@
# components.
'use_icu_alternatives_on_android%': 0,
+ # Enable Widevine support
+ 'enable_widevine%': 0,
ddorwin 2015/03/28 04:00:11 This is what Dan tried to do. I don't think it wil
jrummell 2015/04/01 23:37:36 Agreed. Moved to widevine_cdm.gyp.
+
# Use of precompiled headers on Windows.
#
# This variable may be explicitly set to 1 (enabled) or 0
@@ -1200,6 +1203,7 @@
'disable_file_support%': '<(disable_file_support)',
'disable_ftp_support%': '<(disable_ftp_support)',
'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)',
+ 'enable_widevine%': '<(enable_widevine)',
'enable_task_manager%': '<(enable_task_manager)',
'sas_dll_path%': '<(sas_dll_path)',
'wix_path%': '<(wix_path)',

Powered by Google App Engine
This is Rietveld 408576698