| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 07a5b5ce46a43c1618cb7168621a1b1130b0114a..95528e0fd3c64c7e5c82a49896c1e9a0beca8574 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -95,6 +95,7 @@
|
| 'c/private/pp_private_font_charset.h',
|
| 'c/private/pp_video_frame_private.h',
|
| 'c/private/ppb_content_decryptor_private.h',
|
| + 'c/private/ppb_ext_crx_file_system_private.h',
|
| 'c/private/ppb_flash.h',
|
| 'c/private/ppb_flash_clipboard.h',
|
| 'c/private/ppb_flash_file.h',
|
| @@ -274,6 +275,8 @@
|
| # Private interfaces.
|
| 'cpp/private/content_decryptor_private.cc',
|
| 'cpp/private/content_decryptor_private.h',
|
| + 'cpp/private/ext_crx_file_system_private.cc',
|
| + 'cpp/private/ext_crx_file_system_private.h',
|
| 'cpp/private/file_io_private.cc',
|
| 'cpp/private/file_io_private.h',
|
| 'cpp/private/flash.cc',
|
|
|