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

Unified Diff: chrome/browser_tests.isolate

Issue 2028133002: media: Add Widevine CDM manifest.json in browser_tests.isolate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index 26bc60211cceae88ef6273669927c14354b3aa3c..7c81216280711b430b1fb752d573b0c98fa51079 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -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',
],
« 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