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

Unified Diff: media/media.gyp

Issue 1921823003: media: Move key_system_names to media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 97e29a183f56a734b4b68cde81602ece74f9302a..ac33103fe7f51cbd8a32a903c9d80d4a917a7ec8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -336,6 +336,8 @@
'base/encryption_scheme.h',
'base/key_system_info.cc',
'base/key_system_info.h',
+ 'base/key_system_names.cc',
+ 'base/key_system_names.h',
'base/key_systems.cc',
'base/key_systems.h',
'base/keyboard_event_counter.cc',
@@ -479,8 +481,6 @@
'cdm/default_cdm_factory.h',
'cdm/json_web_key.cc',
'cdm/json_web_key.h',
- 'cdm/key_system_names.cc',
- 'cdm/key_system_names.h',
'cdm/player_tracker_impl.cc',
'cdm/player_tracker_impl.h',
'cdm/supported_cdm_versions.cc',

Powered by Google App Engine
This is Rietveld 408576698