summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_proxy.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 16:19:41 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 16:19:41 +0000
commit724fbd317ae5ee1a22add1e0013cb3c08dfe6155 (patch)
treeb8815bd91f10026f2558924185ac04935138ad4b /ppapi/ppapi_proxy.gypi
parente5bbe3d1366b0fda6d68aac22f904fd72f521b59 (diff)
downloadchromium_src-724fbd317ae5ee1a22add1e0013cb3c08dfe6155.zip
chromium_src-724fbd317ae5ee1a22add1e0013cb3c08dfe6155.tar.gz
chromium_src-724fbd317ae5ee1a22add1e0013cb3c08dfe6155.tar.bz2
Move the rest of the Flash functions to the thunk system.
This removes the manual Flash interface registration and adds them via the interfaces_ppb_private_flash.h header. I moved File_ModulalLocal and File_FileRef to the Flash API virtual interface which allowed me to delete the separate proxies and stuff associated with those interfaces. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10169040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_proxy.gypi')
-rw-r--r--ppapi/ppapi_proxy.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi
index d8d5728..dd43216 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -88,8 +88,6 @@
'proxy/ppb_file_ref_proxy.h',
'proxy/ppb_file_system_proxy.cc',
'proxy/ppb_file_system_proxy.h',
- 'proxy/ppb_flash_file_proxy.cc',
- 'proxy/ppb_flash_file_proxy.h',
'proxy/ppb_flash_proxy.cc',
'proxy/ppb_flash_proxy.h',
'proxy/ppb_flash_menu_proxy.cc',