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

Side by Side Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c

Issue 13080002: Apps V2 in Pepper: introduce singleton resource ExtensionsCommon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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/cpp/extensions/event_base.h ('k') | ppapi/ppapi_proxy.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 5
6 /* NOTE: this is auto-generated from IDL */ 6 /* NOTE: this is auto-generated from IDL */
7 #include "ppapi/generators/pnacl_shim.h" 7 #include "ppapi/generators/pnacl_shim.h"
8 8
9 #include "ppapi/c/ppb.h" 9 #include "ppapi/c/ppb.h"
10 #include "ppapi/c/dev/ppb_audio_input_dev.h" 10 #include "ppapi/c/dev/ppb_audio_input_dev.h"
(...skipping 26 matching lines...) Expand all
37 #include "ppapi/c/dev/ppb_zoom_dev.h" 37 #include "ppapi/c/dev/ppb_zoom_dev.h"
38 #include "ppapi/c/dev/ppp_network_state_dev.h" 38 #include "ppapi/c/dev/ppp_network_state_dev.h"
39 #include "ppapi/c/dev/ppp_printing_dev.h" 39 #include "ppapi/c/dev/ppp_printing_dev.h"
40 #include "ppapi/c/dev/ppp_scrollbar_dev.h" 40 #include "ppapi/c/dev/ppp_scrollbar_dev.h"
41 #include "ppapi/c/dev/ppp_selection_dev.h" 41 #include "ppapi/c/dev/ppp_selection_dev.h"
42 #include "ppapi/c/dev/ppp_text_input_dev.h" 42 #include "ppapi/c/dev/ppp_text_input_dev.h"
43 #include "ppapi/c/dev/ppp_video_capture_dev.h" 43 #include "ppapi/c/dev/ppp_video_capture_dev.h"
44 #include "ppapi/c/dev/ppp_video_decoder_dev.h" 44 #include "ppapi/c/dev/ppp_video_decoder_dev.h"
45 #include "ppapi/c/dev/ppp_widget_dev.h" 45 #include "ppapi/c/dev/ppp_widget_dev.h"
46 #include "ppapi/c/dev/ppp_zoom_dev.h" 46 #include "ppapi/c/dev/ppp_zoom_dev.h"
47 #include "ppapi/c/extensions/dev/ppb_alarms_dev.h" 47 #include "ppapi/c/extensions/dev/ppb_ext_alarms_dev.h"
48 #include "ppapi/c/extensions/dev/ppb_events_dev.h" 48 #include "ppapi/c/extensions/dev/ppb_ext_events_dev.h"
49 #include "ppapi/c/ppb_audio.h" 49 #include "ppapi/c/ppb_audio.h"
50 #include "ppapi/c/ppb_audio_config.h" 50 #include "ppapi/c/ppb_audio_config.h"
51 #include "ppapi/c/ppb_console.h" 51 #include "ppapi/c/ppb_console.h"
52 #include "ppapi/c/ppb_core.h" 52 #include "ppapi/c/ppb_core.h"
53 #include "ppapi/c/ppb_file_io.h" 53 #include "ppapi/c/ppb_file_io.h"
54 #include "ppapi/c/ppb_file_ref.h" 54 #include "ppapi/c/ppb_file_ref.h"
55 #include "ppapi/c/ppb_file_system.h" 55 #include "ppapi/c/ppb_file_system.h"
56 #include "ppapi/c/ppb_fullscreen.h" 56 #include "ppapi/c/ppb_fullscreen.h"
57 #include "ppapi/c/ppb_gamepad.h" 57 #include "ppapi/c/ppb_gamepad.h"
58 #include "ppapi/c/ppb_graphics_2d.h" 58 #include "ppapi/c/ppb_graphics_2d.h"
(...skipping 5683 matching lines...) Expand 10 before | Expand all | Expand 10 after
5742 } 5742 }
5743 5743
5744 if (wrapper->wrapped_iface) { 5744 if (wrapper->wrapped_iface) {
5745 return wrapper->wrapped_iface; 5745 return wrapper->wrapped_iface;
5746 } else { 5746 } else {
5747 return wrapper->real_iface; 5747 return wrapper->real_iface;
5748 } 5748 }
5749 } 5749 }
5750 5750
5751 #endif 5751 #endif
OLDNEW
« no previous file with comments | « ppapi/cpp/extensions/event_base.h ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698