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

Unified Diff: media/media_cdm_adapter.gyp

Issue 1402413005: Rename cdm_adapter to ppapi_cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename flag Created 5 years, 2 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/supported_cdm_versions.h ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_cdm_adapter.gyp
diff --git a/media/media_cdm_adapter.gyp b/media/media_cdm_adapter.gyp
index 0b9cab8eee91494e8fae317f3d2c4d29b50cf18f..8c81df1896fb2bac49f15092913b926752c0b93d 100644
--- a/media/media_cdm_adapter.gyp
+++ b/media/media_cdm_adapter.gyp
@@ -17,23 +17,26 @@
'targets': [
{
# GN version: Use the template cdm_adapter in
- # //media/cdm/ppapi/cdm_adapter.gni.
+ # //media/cdm/ppapi/ppapi_cdm_adapter.gni.
'target_name': 'cdmadapter',
'type': 'none',
'direct_dependent_settings': {
+ 'defines': [
+ 'USE_PPAPI_CDM_ADAPTER',
+ ],
'sources': [
'cdm/api/content_decryption_module.h',
- 'cdm/ppapi/cdm_adapter.cc',
- 'cdm/ppapi/cdm_adapter.h',
+ 'cdm/cdm_wrapper.h',
+ 'cdm/ppapi/ppapi_cdm_adapter.cc',
+ 'cdm/ppapi/ppapi_cdm_adapter.h',
'cdm/ppapi/cdm_file_io_impl.cc',
'cdm/ppapi/cdm_file_io_impl.h',
'cdm/ppapi/cdm_helpers.cc',
'cdm/ppapi/cdm_helpers.h',
'cdm/ppapi/cdm_logging.cc',
'cdm/ppapi/cdm_logging.h',
- 'cdm/ppapi/cdm_wrapper.h',
'cdm/ppapi/linked_ptr.h',
- 'cdm/ppapi/supported_cdm_versions.h',
+ 'cdm/supported_cdm_versions.h',
],
'conditions': [
['os_posix == 1 and OS != "mac"', {
« no previous file with comments | « media/cdm/supported_cdm_versions.h ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698