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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix create_installer_archive.py 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 2753e4af32403fed7c749519570ea4a749943fe5..8ee9aef2c757ce7fd85b65802eaea02ba26a6063 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2151,6 +2151,15 @@
'../ui/views/views.gyp:views',
],
}],
+ ['enable_pepper_cdms==1', {
+ 'sources' : [
+ 'browser/media/pepper_cdm_test_helper.cc',
+ 'browser/media/pepper_cdm_test_helper.h',
+ ],
+ 'dependencies': [
+ '../media/media.gyp:cdm_paths',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698