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

Unified Diff: chrome/browser_tests.isolate

Issue 1069273002: Revert of 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 | « build/isolate.gypi ('k') | 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 a3527e700524c403516d403faa620a007300f58e..7d97d28f4b309eeb8c650dfe894d9f4e509b4525 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -38,14 +38,6 @@
'<(PRODUCT_DIR)/libclearkeycdm.so',
'<(PRODUCT_DIR)/libclearkeycdmadapter.so',
'<(PRODUCT_DIR)/libppapi_tests.so',
- ],
- },
- }],
- ['OS=="linux" and branding=="Chrome" and enable_pepper_cdms==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libwidevinecdm.so',
- '<(PRODUCT_DIR)/libwidevinecdmadapter.so',
],
},
}],
@@ -190,14 +182,6 @@
],
},
}],
- ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libwidevinecdm.dylib',
- '<(PRODUCT_DIR)/widevinecdmadapter.plugin/',
- ],
- },
- }],
['OS=="win"', {
'variables': {
'files': [
@@ -208,14 +192,6 @@
'<(PRODUCT_DIR)/plugins/',
'<(PRODUCT_DIR)/ppapi_tests.dll',
'tools/build/repack_locales.py',
- ],
- },
- }],
- ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/widevinecdm.dll',
- '<(PRODUCT_DIR)/widevinecdmadapter.dll',
],
},
}],
« no previous file with comments | « build/isolate.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698