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

Side by Side Diff: ppapi/thunk/interfaces_ppb_public_dev.h

Issue 10830197: Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/shared_impl/ppb_image_data_shared.cc ('k') | ppapi/thunk/interfaces_ppb_public_stable.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Please see inteface_ppb_public_stable for the documentation on the format of 5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file. 6 // this file.
7 7
8 #include "ppapi/thunk/interfaces_preamble.h" 8 #include "ppapi/thunk/interfaces_preamble.h"
9 9
10 PROXIED_API(PPB_AudioInput) 10 PROXIED_API(PPB_AudioInput)
11 PROXIED_API(PPB_Buffer) 11 PROXIED_API(PPB_Buffer)
12 UNPROXIED_API(PPB_DirectoryReader) 12 UNPROXIED_API(PPB_DirectoryReader)
13 PROXIED_API(PPB_Graphics3D)
13 UNPROXIED_API(PPB_LayerCompositor) 14 UNPROXIED_API(PPB_LayerCompositor)
14 UNPROXIED_API(PPB_Scrollbar) 15 UNPROXIED_API(PPB_Scrollbar)
15 PROXIED_API(PPB_VideoCapture) 16 PROXIED_API(PPB_VideoCapture)
16 PROXIED_API(PPB_VideoDecoder) 17 PROXIED_API(PPB_VideoDecoder)
17 UNPROXIED_API(PPB_WebSocket) 18 UNPROXIED_API(PPB_WebSocket)
18 UNPROXIED_API(PPB_Widget) 19 UNPROXIED_API(PPB_Widget)
19 20
20 PROXIED_IFACE(PPB_AudioInput, PPB_AUDIO_INPUT_DEV_INTERFACE_0_1, 21 PROXIED_IFACE(PPB_AudioInput, PPB_AUDIO_INPUT_DEV_INTERFACE_0_1,
21 PPB_AudioInput_Dev_0_1) 22 PPB_AudioInput_Dev_0_1)
22 PROXIED_IFACE(PPB_AudioInput, PPB_AUDIO_INPUT_DEV_INTERFACE_0_2, 23 PROXIED_IFACE(PPB_AudioInput, PPB_AUDIO_INPUT_DEV_INTERFACE_0_2,
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 PPB_VideoDecoder_Dev_0_16) 70 PPB_VideoDecoder_Dev_0_16)
70 UNPROXIED_IFACE(PPB_VideoLayer, PPB_VIDEOLAYER_DEV_INTERFACE_0_1, 71 UNPROXIED_IFACE(PPB_VideoLayer, PPB_VIDEOLAYER_DEV_INTERFACE_0_1,
71 PPB_VideoLayer_Dev_0_1) 72 PPB_VideoLayer_Dev_0_1)
72 PROXIED_IFACE(NoAPIName, PPB_VIEW_DEV_INTERFACE_0_1, 73 PROXIED_IFACE(NoAPIName, PPB_VIEW_DEV_INTERFACE_0_1,
73 PPB_View_Dev_0_1) 74 PPB_View_Dev_0_1)
74 UNPROXIED_IFACE(PPB_WebSocket, PPB_WEBSOCKET_INTERFACE_1_0, 75 UNPROXIED_IFACE(PPB_WebSocket, PPB_WEBSOCKET_INTERFACE_1_0,
75 PPB_WebSocket_1_0) 76 PPB_WebSocket_1_0)
76 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3) 77 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3)
77 78
78 #include "ppapi/thunk/interfaces_postamble.h" 79 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/shared_impl/ppb_image_data_shared.cc ('k') | ppapi/thunk/interfaces_ppb_public_stable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698