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

Unified Diff: chrome/browser_tests.isolate

Issue 1063453004: Copy Widevine files for swarming tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 7d97d28f4b309eeb8c650dfe894d9f4e509b4525..f1f0c3fa895cf773582ab4bded64df427ab44a55 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -38,6 +38,8 @@
'<(PRODUCT_DIR)/libclearkeycdm.so',
'<(PRODUCT_DIR)/libclearkeycdmadapter.so',
'<(PRODUCT_DIR)/libppapi_tests.so',
+ '<(PRODUCT_DIR)/libwidevinecdm.so',
+ '<(PRODUCT_DIR)/libwidevinecdmadapter.so',
],
},
}],
@@ -175,10 +177,12 @@
'<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
'<(PRODUCT_DIR)/content_shell.pak',
'<(PRODUCT_DIR)/libclearkeycdm.dylib',
+ '<(PRODUCT_DIR)/libwidevinecdm.dylib',
'<(PRODUCT_DIR)/osmesa.so',
'<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
'<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
'<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
+ '<(PRODUCT_DIR)/widevinecdmadapter.plugin',
Nico 2015/04/07 20:13:58 add trailing /
jrummell 2015/04/07 20:26:01 Done. Does clearkey above need it too?
Nico 2015/04/07 20:36:33 I don't think it's strictly needed, but it's nicer
],
},
}],
@@ -191,6 +195,8 @@
'<(PRODUCT_DIR)/clearkeycdmadapter.dll',
'<(PRODUCT_DIR)/plugins/',
'<(PRODUCT_DIR)/ppapi_tests.dll',
+ '<(PRODUCT_DIR)/widevinecdm.dll',
+ '<(PRODUCT_DIR)/widevinecdmadapter.dll',
'tools/build/repack_locales.py',
],
},
« 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