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

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: rebase 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
« no previous file with comments | « media/cdm/key_system_names.cc ('k') | media/mojo/services/media_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index be8ac652e0f9e8e56e65ad5aec5f4f73ca96a228..ba963d2f56cc7554720c3d88ff6ae8db01d7be4c 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -338,6 +338,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_system_properties.cc',
'base/key_system_properties.h',
'base/key_systems.cc',
@@ -483,8 +485,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',
« no previous file with comments | « media/cdm/key_system_names.cc ('k') | media/mojo/services/media_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698