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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 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',

Powered by Google App Engine
This is Rietveld 408576698