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

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

Issue 23975003: Add widevine_cdm_version.h to gyp for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor fix 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
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 a4185e6f7721260ca4d1775028402ea4417871bc..d9b7e7e2e93ab5b7fd48e5f29099dd43ac2c1725 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -38,6 +38,11 @@
'binaries/win/<(target_arch)/widevinecdm.dll.lib',
],
}],
+ # TODO(xhwang): Enable this for non-Chrome build if necessary.
+ [ 'OS == "android"', {
+ 'widevine_cdm_version_h_file%':
+ 'android/widevine_cdm_version.h',
+ }],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698