summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared.gypi
diff options
context:
space:
mode:
authornhiroki@chromium.org <nhiroki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 06:31:11 +0000
committernhiroki@chromium.org <nhiroki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 06:31:11 +0000
commit4359457426b44936559c4aff30e52756f9356310 (patch)
treecd2f3930e6375a9dc04ed7e6e1c639d860ff450f /ppapi/ppapi_shared.gypi
parent9e29120223794db9e151127256ff2c8c2e0a79f3 (diff)
downloadchromium_src-4359457426b44936559c4aff30e52756f9356310.zip
chromium_src-4359457426b44936559c4aff30e52756f9356310.tar.gz
chromium_src-4359457426b44936559c4aff30e52756f9356310.tar.bz2
PPAPI: Generalize PPB_Ext_CrxFileSystem as PPB_IsolatedFileSystem
This change generalizes PPB_Ext_CrxFileSystem_Private, built on the isolated filesystem, so that we can easily reuse its components when introducing new isolated filesystem in PPAPI. This adds PPB_IsolatedFileSystem_Private API and enum indicating isolated filesystem type. PPB_Ext_CrxFileSystem_Private API is still remaining since some plugins may use the API. Both API share pepper resource and host implementations. BUG=286242 TEST=manual (see [1] and [2]) TBR=cpu@chromium.org [1] https://code.google.com/p/chromium/issues/detail?id=271126#c7 [2] https://codereview.chromium.org/59203002/ Review URL: https://codereview.chromium.org/51653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r--ppapi/ppapi_shared.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 8fe3c07..7a4ccda 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -148,7 +148,6 @@
'thunk/ppb_device_ref_api.h',
'thunk/ppb_device_ref_dev_thunk.cc',
'thunk/ppb_ext_alarms_thunk.cc',
- 'thunk/ppb_ext_crx_file_system_private_api.h',
'thunk/ppb_ext_crx_file_system_private_thunk.cc',
'thunk/ppb_ext_socket_thunk.cc',
'thunk/ppb_file_chooser_api.h',
@@ -200,6 +199,8 @@
'thunk/ppb_instance_api.h',
'thunk/ppb_instance_private_thunk.cc',
'thunk/ppb_instance_thunk.cc',
+ 'thunk/ppb_isolated_file_system_private_api.h',
+ 'thunk/ppb_isolated_file_system_private_thunk.cc',
'thunk/ppb_message_loop_api.h',
'thunk/ppb_messaging_thunk.cc',
'thunk/ppb_mouse_cursor_thunk.cc',