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

Unified Diff: build/common.gypi

Issue 792483002: Chromecast: enable browser CDMs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable-browser-cdms
Patch Set: Created 6 years 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 | 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 204a133f72951a66c0f9bc3eb46bb15a4cffadad..c899e14d4bf06b80ac8bf7f7c478145b59e4caab 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1974,7 +1974,7 @@
'enable_pepper_cdms%': 0,
}],
- ['OS=="android"', {
+ ['OS=="android" or chromecast==1', {
'enable_browser_cdms%': 1,
}, {
'enable_browser_cdms%': 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698