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

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: 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 | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('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': ['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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'ppb_tcp_socket.h', 52 'ppb_tcp_socket.h',
53 'ppb_text_input_controller.h', 53 'ppb_text_input_controller.h',
54 'ppb_udp_socket.h', 54 'ppb_udp_socket.h',
55 'ppb_url_loader.h', 55 'ppb_url_loader.h',
56 'ppb_url_request_info.h', 56 'ppb_url_request_info.h',
57 'ppb_url_response_info.h', 57 'ppb_url_response_info.h',
58 'ppb_var_array_buffer.h', 58 'ppb_var_array_buffer.h',
59 'ppb_var_array.h', 59 'ppb_var_array.h',
60 'ppb_var_dictionary.h', 60 'ppb_var_dictionary.h',
61 'ppb_var.h', 61 'ppb_var.h',
62 'ppb_video_decoder.h',
62 'ppb_video_frame.h', 63 'ppb_video_frame.h',
63 'ppb_view.h', 64 'ppb_view.h',
64 'ppb_websocket.h', 65 'ppb_websocket.h',
66 'pp_codecs.h',
65 'pp_completion_callback.h', 67 'pp_completion_callback.h',
66 'pp_directory_entry.h', 68 'pp_directory_entry.h',
67 'pp_errors.h', 69 'pp_errors.h',
68 'pp_file_info.h', 70 'pp_file_info.h',
69 'pp_graphics_3d.h', 71 'pp_graphics_3d.h',
70 'pp_input_event.h', 72 'pp_input_event.h',
71 'pp_instance.h', 73 'pp_instance.h',
72 'pp_macros.h', 74 'pp_macros.h',
73 'pp_module.h', 75 'pp_module.h',
74 'ppp_graphics_3d.h', 76 'ppp_graphics_3d.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'ppp_text_input_dev.h', 116 'ppp_text_input_dev.h',
115 'ppp_zoom_dev.h', 117 'ppp_zoom_dev.h',
116 ], 118 ],
117 'DEST': 'include/ppapi/c/dev', 119 'DEST': 'include/ppapi/c/dev',
118 }, 120 },
119 ], 121 ],
120 'DEST': 'src', 122 'DEST': 'src',
121 'NAME': 'ppapi', 123 'NAME': 'ppapi',
122 } 124 }
123 125
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698