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

Side by Side Diff: native_client_sdk/src/libraries/ppapi/library.dsc

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add 'allow_software_fallback' param to Initialize. Created 6 years, 8 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
OLDNEW
1 { 1 {
2 'TOOLS': ['win', 'linux', 'mac'], 2 'TOOLS': ['win', 'linux', 'mac'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/c', 5 '../../../../ppapi/c',
6 '../../../../ppapi/c/dev', 6 '../../../../ppapi/c/dev',
7 '../../../../ppapi/c/extensions/dev', 7 '../../../../ppapi/c/extensions/dev',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 'ppb_file_system.h', 30 'ppb_file_system.h',
31 'ppb_fullscreen.h', 31 'ppb_fullscreen.h',
32 'ppb_gamepad.h', 32 'ppb_gamepad.h',
33 'ppb_graphics_2d.h', 33 'ppb_graphics_2d.h',
34 'ppb_graphics_3d.h', 34 'ppb_graphics_3d.h',
35 'ppb.h', 35 'ppb.h',
36 'ppb_host_resolver.h', 36 'ppb_host_resolver.h',
37 'ppb_image_data.h', 37 'ppb_image_data.h',
38 'ppb_input_event.h', 38 'ppb_input_event.h',
39 'ppb_instance.h', 39 'ppb_instance.h',
40 'ppb_media_codec_video_decoder.h',
40 'ppb_media_stream_audio_track.h', 41 'ppb_media_stream_audio_track.h',
41 'ppb_media_stream_video_track.h', 42 'ppb_media_stream_video_track.h',
42 'ppb_message_loop.h', 43 'ppb_message_loop.h',
43 'ppb_messaging.h', 44 'ppb_messaging.h',
44 'ppb_mouse_cursor.h', 45 'ppb_mouse_cursor.h',
45 'ppb_mouse_lock.h', 46 'ppb_mouse_lock.h',
46 'ppb_net_address.h', 47 'ppb_net_address.h',
47 'ppb_network_list.h', 48 'ppb_network_list.h',
48 'ppb_network_monitor.h', 49 'ppb_network_monitor.h',
49 'ppb_network_proxy.h', 50 'ppb_network_proxy.h',
(...skipping 13 matching lines...) Expand all
63 'ppb_view.h', 64 'ppb_view.h',
64 'ppb_websocket.h', 65 'ppb_websocket.h',
65 'pp_completion_callback.h', 66 'pp_completion_callback.h',
66 'pp_directory_entry.h', 67 'pp_directory_entry.h',
67 'pp_errors.h', 68 'pp_errors.h',
68 'pp_file_info.h', 69 'pp_file_info.h',
69 'pp_graphics_3d.h', 70 'pp_graphics_3d.h',
70 'pp_input_event.h', 71 'pp_input_event.h',
71 'pp_instance.h', 72 'pp_instance.h',
72 'pp_macros.h', 73 'pp_macros.h',
74 'pp_media_codec.h',
73 'pp_module.h', 75 'pp_module.h',
74 'ppp_graphics_3d.h', 76 'ppp_graphics_3d.h',
75 'ppp.h', 77 'ppp.h',
76 'ppp_input_event.h', 78 'ppp_input_event.h',
77 'ppp_instance.h', 79 'ppp_instance.h',
78 'ppp_messaging.h', 80 'ppp_messaging.h',
79 'ppp_mouse_lock.h', 81 'ppp_mouse_lock.h',
80 'pp_point.h', 82 'pp_point.h',
81 'pp_rect.h', 83 'pp_rect.h',
82 'pp_resource.h', 84 'pp_resource.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'FILES': [ 122 'FILES': [
121 'ppb_ext_socket_dev.h', 123 'ppb_ext_socket_dev.h',
122 ], 124 ],
123 'DEST': 'include/ppapi/c/extensions/dev', 125 'DEST': 'include/ppapi/c/extensions/dev',
124 }, 126 },
125 ], 127 ],
126 'DEST': 'src', 128 'DEST': 'src',
127 'NAME': 'ppapi', 129 'NAME': 'ppapi',
128 } 130 }
129 131
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | ppapi/api/pp_media_codec.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698