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

Unified Diff: third_party/widevine/cdm/widevine_cdm.gyp

Issue 23558014: Fix build break for GTV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/widevine_cdm.gyp
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index d9b7e7e2e93ab5b7fd48e5f29099dd43ac2c1725..294eab641cc3aeac34968e4abf62b77045997aef 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -39,9 +39,9 @@
],
}],
# TODO(xhwang): Enable this for non-Chrome build if necessary.
- [ 'OS == "android"', {
+ [ 'OS == "android" and google_tv != 1', {
'widevine_cdm_version_h_file%':
- 'android/widevine_cdm_version.h',
+ 'android/widevine_cdm_version.h',
}],
],
}],
« 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