Android WebView: build debug/release based on variant.
[chromium-blink-merge.git] / ppapi / thunk / interfaces_ppb_private.h
blob52fcb775dae210bdb9d3b0a7e17434f6b17e4b16
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file.
8 #include "ppapi/thunk/interfaces_preamble.h"
10 // See interfaces_ppb_private_no_permissions.h for other private interfaces.
12 PROXIED_API(PPB_X509Certificate_Private)
14 PROXIED_IFACE(PPB_X509Certificate_Private,
15 PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1,
16 PPB_X509Certificate_Private_0_1)
18 #if !defined(OS_NACL)
19 PROXIED_API(PPB_Broker)
21 PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_2,
22 PPB_BrokerTrusted_0_2)
23 PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_3,
24 PPB_BrokerTrusted_0_3)
25 PROXIED_IFACE(PPB_Instance, PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0,
26 PPB_BrowserFont_Trusted_1_0)
27 PROXIED_IFACE(PPB_Instance,
28 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6,
29 PPB_ContentDecryptor_Private_0_6)
30 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0,
31 PPB_CharSet_Trusted_1_0)
32 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5,
33 PPB_FileChooserTrusted_0_5)
34 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6,
35 PPB_FileChooserTrusted_0_6)
36 PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1,
37 PPB_FileRefPrivate_0_1)
38 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1,
39 PPB_FlashFullscreen_0_1)
40 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0,
41 PPB_FlashFullscreen_0_1)
42 PROXIED_IFACE(NoAPIName, PPB_PDF_INTERFACE,
43 PPB_PDF)
45 PROXIED_IFACE(NoAPIName, PPB_TALK_PRIVATE_INTERFACE_1_0,
46 PPB_Talk_Private_1_0)
47 PROXIED_IFACE(NoAPIName, PPB_TALK_PRIVATE_INTERFACE_2_0,
48 PPB_Talk_Private_2_0)
49 // This uses the FileIO API which is declared in the public stable file.
50 PROXIED_IFACE(NoAPIName, PPB_FILEIOTRUSTED_INTERFACE_0_4, PPB_FileIOTrusted_0_4)
52 PROXIED_IFACE(NoAPIName, PPB_URLLOADERTRUSTED_INTERFACE_0_3,
53 PPB_URLLoaderTrusted_0_3)
55 // Hack to keep font working. The Font 0.6 API is binary compatible with
56 // BrowserFont 1.0, so just map the string to the same thing.
57 // TODO(brettw) remove support for the old Font API.
58 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6,
59 PPB_BrowserFont_Trusted_1_0)
60 #endif // !defined(OS_NACL)
62 #include "ppapi/thunk/interfaces_postamble.h"