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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 15491006: Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/flash_device_id_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 7ea55494e56a0db0de76ac3955bf763246bd80ea..950b628d9edc7f2043f04f445a68db2c150064c5 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -285,6 +285,8 @@
'cpp/private/flash_clipboard.h',
'cpp/private/flash_device_id.cc',
'cpp/private/flash_device_id.h',
+ 'cpp/private/flash_drm.cc',
+ 'cpp/private/flash_drm.h',
'cpp/private/flash_file.cc',
'cpp/private/flash_file.h',
'cpp/private/flash_font_file.cc',
@@ -497,8 +499,8 @@
'tests/test_flash.h',
'tests/test_flash_clipboard.cc',
'tests/test_flash_clipboard.h',
- 'tests/test_flash_device_id.cc',
- 'tests/test_flash_device_id.h',
+ 'tests/test_flash_drm.cc',
+ 'tests/test_flash_drm.h',
'tests/test_flash_file.cc',
'tests/test_flash_file.h',
'tests/test_flash_fullscreen.cc',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/flash_device_id_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698