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', |
+ }], |
], |
}], |
], |