| 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',
|
|
|