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

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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 7ea55494e56a0db0de76ac3955bf763246bd80ea..a4c2799e97ba978e8135e1f72f4a8348776288b8 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -283,8 +283,8 @@
'cpp/private/flash.h',
'cpp/private/flash_clipboard.cc',
'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 +497,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',

Powered by Google App Engine
This is Rietveld 408576698