Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 016bcb48b37708068ec79a5142afebc032c06d43..46e0d056d99bf50984702bfe9a1e8758289c0b97 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -95,6 +95,8 @@ |
'c/private/pp_file_handle.h', |
'c/private/pp_private_font_charset.h', |
'c/private/ppb_content_decryptor_private.h', |
+ 'c/private/ppb_ext_crx_file_ref_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', |
@@ -280,6 +282,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', |