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

Unified Diff: chrome/chrome_tests.gypi

Issue 1989893004: media: Use platform specific folders for CDMs (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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 658e79ee609618041f561ccbaac15d40877981fc..891f2f837a340fa637be1750791b7552c9015588 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2671,14 +2671,10 @@
'sources': [ '<@(chrome_browser_tests_supervised_user_sources)' ],
}],
['enable_pepper_cdms==1', {
- 'sources' : [
- 'browser/media/pepper_cdm_test_helper.cc',
- 'browser/media/pepper_cdm_test_helper.h',
- ],
'dependencies': [
# Runtime dependencies.
- '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
'../media/media.gyp:clearkeycdmadapter',
+ '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
],
}],
['enable_print_preview==0', {
@@ -3145,6 +3141,7 @@
'target_name': 'load_library_perf_tests',
'type': '<(gtest_target_type)',
'dependencies': [
+ 'test_support_common',
'../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
'../testing/perf/perf_test.gyp:*',
@@ -3162,6 +3159,7 @@
'dependencies': [
# Runtime dependencies.
'../media/media.gyp:clearkeycdmadapter',
+ '../media/media.gyp:media',
ddorwin 2016/05/19 00:04:26 Is this for the CDM paths file?
xhwang 2016/05/20 00:22:35 Done.
'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
],
}],

Powered by Google App Engine
This is Rietveld 408576698