summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared_proxy.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-21 23:49:16 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-21 23:49:16 +0000
commitce482dfe397df7f7c06901ade9f35b10fd32aa94 (patch)
tree88e2dca000032b47b12edfa908c8e8ec0f4ddab3 /ppapi/ppapi_shared_proxy.gypi
parent563532cca9b9c670f77c16b70034e4fe2aad7e7e (diff)
downloadchromium_src-ce482dfe397df7f7c06901ade9f35b10fd32aa94.zip
chromium_src-ce482dfe397df7f7c06901ade9f35b10fd32aa94.tar.gz
chromium_src-ce482dfe397df7f7c06901ade9f35b10fd32aa94.tar.bz2
Implement the filesystem proxy. This allows the FileRef tests (the ones which
don't use FileIO which isn't don yet) to pass in the proxy. Hook up the code from the URLLoader that downloads to a file. This allows all URLLoader tests to pass in the proxy. Change code in dispatcher that zeros out the array to take into account padding. It was only zero-filling half of the array since sizeof(enum) * # elts seems to be half as large as the actual array due to padding on 64-bit systems. Make the aborted completion callbacks run asynchronously. This was caught by one of the file ref tests. We really need a system for doing this better, but I don't want to do that in this patch. TEST=ppapi_tests run under proxy Review URL: http://codereview.chromium.org/6543028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared_proxy.gypi')
-rw-r--r--ppapi/ppapi_shared_proxy.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared_proxy.gypi b/ppapi/ppapi_shared_proxy.gypi
index 0ba2964..6fa1714 100644
--- a/ppapi/ppapi_shared_proxy.gypi
+++ b/ppapi/ppapi_shared_proxy.gypi
@@ -89,6 +89,8 @@
'proxy/ppb_file_chooser_proxy.h',
'proxy/ppb_file_ref_proxy.cc',
'proxy/ppb_file_ref_proxy.h',
+ 'proxy/ppb_file_system_proxy.cc',
+ 'proxy/ppb_file_system_proxy.h',
'proxy/ppb_flash_proxy.cc',
'proxy/ppb_flash_proxy.h',
'proxy/ppb_flash_menu_proxy.cc',