Commit 850d4ae7 authored by xhwang's avatar xhwang Committed by Commit bot

media: Add Widevine CDM manifest.json in browser_tests.isolate

This is required to run the browser_tests on swarming.

BUG=614745,582622
TEST=This fixes failing browser_tests.

Review-Url: https://codereview.chromium.org/2028133002
Cr-Commit-Position: refs/heads/master@{#397197}
parent 3c0651ff
......@@ -200,6 +200,7 @@
['OS=="mac" and target_arch=="x64" and branding=="Chrome" and enable_pepper_cdms==1', {
'variables': {
'files': [
'<(PRODUCT_DIR)/WidevineCdm/manifest.json',
'<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/libwidevinecdm.dylib',
'<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/widevinecdmadapter.plugin',
],
......@@ -236,6 +237,7 @@
['OS=="win" and target_arch=="ia32" and branding=="Chrome" and enable_pepper_cdms==1', {
'variables': {
'files': [
'<(PRODUCT_DIR)/WidevineCdm/manifest.json',
'<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/widevinecdm.dll',
'<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll',
],
......@@ -244,6 +246,7 @@
['OS=="win" and target_arch=="x64" and branding=="Chrome" and enable_pepper_cdms==1', {
'variables': {
'files': [
'<(PRODUCT_DIR)/WidevineCdm/manifest.json',
'<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/widevinecdm.dll',
'<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/widevinecdmadapter.dll',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment