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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 26803004: PPAPI: Add PluginPrivateFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 5ffd8f67aef833ab7d29e91c6c4ba69e9717f00f..463b78b94e55c331fbec6b674f3da3ad08827230 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -119,6 +119,7 @@
'c/private/ppb_output_protection_private.h',
'c/private/ppb_pdf.h',
'c/private/ppb_platform_verification_private.h',
+ 'c/private/ppb_plugin_private_file_system_private.h',
'c/private/ppb_proxy_private.h',
'c/private/ppp_instance_private.h',
'c/private/ppb_tcp_server_socket_private.h',
@@ -330,6 +331,8 @@
'cpp/private/pdf.h',
'cpp/private/platform_verification.cc',
'cpp/private/platform_verification.h',
+ 'cpp/private/plugin_private_file_system_private.cc',
+ 'cpp/private/plugin_private_file_system_private.h',
'cpp/private/tcp_server_socket_private.cc',
'cpp/private/tcp_server_socket_private.h',
'cpp/private/tcp_socket_private.cc',

Powered by Google App Engine
This is Rietveld 408576698