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

Unified Diff: content/content_tests.gypi

Issue 11474037: Several updates to canPlayType() results for EME (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 8 years 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 | webkit/media/crypto/key_systems.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 20c7748fb49dc9fe5dca5f48d77dbcc6db7b800c..06d46332bba11c5dc22a63960d2ee41c8d71376d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -248,6 +248,7 @@
],
'include_dirs': [
'..',
+ '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
],
'sources': [
'browser/accessibility/browser_accessibility_mac_unittest.mm',
@@ -455,6 +456,7 @@
'../webkit/media/buffered_data_source_unittest.cc',
'../webkit/media/buffered_resource_loader_unittest.cc',
'../webkit/media/cache_util_unittest.cc',
+ '../webkit/media/crypto/key_systems_unittest.cc',
'../webkit/media/crypto/proxy_decryptor_unittest.cc',
'../webkit/media/test_response_generator.cc',
'../webkit/media/test_response_generator.h',
« no previous file with comments | « no previous file | webkit/media/crypto/key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698