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

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

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exclude thunk from build for now. Created 6 years, 7 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/pp_codecs.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/utility', 6 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 7 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 8 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 9 '../../../../ppapi/utility/websocket',
10 ], 10 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'tcp_socket.cc', 48 'tcp_socket.cc',
49 'text_input_controller.cc', 49 'text_input_controller.cc',
50 'udp_socket.cc', 50 'udp_socket.cc',
51 'url_loader.cc', 51 'url_loader.cc',
52 'url_request_info.cc', 52 'url_request_info.cc',
53 'url_response_info.cc', 53 'url_response_info.cc',
54 'var_array_buffer.cc', 54 'var_array_buffer.cc',
55 'var_array.cc', 55 'var_array.cc',
56 'var.cc', 56 'var.cc',
57 'var_dictionary.cc', 57 'var_dictionary.cc',
58 'video_decoder.cc',
58 'video_frame.cc', 59 'video_frame.cc',
59 'view.cc', 60 'view.cc',
60 'websocket.cc', 61 'websocket.cc',
61 62
62 # ppapi/cpp/dev 63 # ppapi/cpp/dev
63 'alarms_dev.cc', 64 'alarms_dev.cc',
64 'cursor_control_dev.cc', 65 'cursor_control_dev.cc',
65 'file_chooser_dev.cc', 66 'file_chooser_dev.cc',
66 'font_dev.cc', 67 'font_dev.cc',
67 'memory_dev.cc', 68 'memory_dev.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'text_input_controller.h', 132 'text_input_controller.h',
132 'touch_point.h', 133 'touch_point.h',
133 'udp_socket.h', 134 'udp_socket.h',
134 'url_loader.h', 135 'url_loader.h',
135 'url_request_info.h', 136 'url_request_info.h',
136 'url_response_info.h', 137 'url_response_info.h',
137 'var_array_buffer.h', 138 'var_array_buffer.h',
138 'var_array.h', 139 'var_array.h',
139 'var_dictionary.h', 140 'var_dictionary.h',
140 'var.h', 141 'var.h',
142 'video_decoder.h',
141 'video_frame.h', 143 'video_frame.h',
142 'view.h', 144 'view.h',
143 'websocket.h', 145 'websocket.h',
144 ], 146 ],
145 'DEST': 'include/ppapi/cpp', 147 'DEST': 'include/ppapi/cpp',
146 }, 148 },
147 { 149 {
148 'FILES': [ 150 'FILES': [
149 'alarms_dev.h', 151 'alarms_dev.h',
150 'array_dev.h', 152 'array_dev.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'lock.h', 203 'lock.h',
202 'simple_thread.h', 204 'simple_thread.h',
203 ], 205 ],
204 'DEST': 'include/ppapi/utility/threading', 206 'DEST': 'include/ppapi/utility/threading',
205 }, 207 },
206 ], 208 ],
207 'DEST': 'src', 209 'DEST': 'src',
208 'NAME': 'ppapi_cpp', 210 'NAME': 'ppapi_cpp',
209 } 211 }
210 212
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/pp_codecs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698