Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 016bcb48b37708068ec79a5142afebc032c06d43..e76429b74ec7c6c32d58059eae54d4bb88afcb62 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -95,6 +95,7 @@ |
'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_system_private.h', |
'c/private/ppb_flash.h', |
'c/private/ppb_flash_clipboard.h', |
'c/private/ppb_flash_file.h', |
@@ -280,6 +281,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', |