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

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

Issue 859313002: Pepper: Define PPB_VideoEncoder API + Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « media/base/video_frame.cc ('k') | 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'ppb_text_input_controller.h', 55 'ppb_text_input_controller.h',
56 'ppb_udp_socket.h', 56 'ppb_udp_socket.h',
57 'ppb_url_loader.h', 57 'ppb_url_loader.h',
58 'ppb_url_request_info.h', 58 'ppb_url_request_info.h',
59 'ppb_url_response_info.h', 59 'ppb_url_response_info.h',
60 'ppb_var_array_buffer.h', 60 'ppb_var_array_buffer.h',
61 'ppb_var_array.h', 61 'ppb_var_array.h',
62 'ppb_var_dictionary.h', 62 'ppb_var_dictionary.h',
63 'ppb_var.h', 63 'ppb_var.h',
64 'ppb_video_decoder.h', 64 'ppb_video_decoder.h',
65 'ppb_video_encoder.h',
65 'ppb_video_frame.h', 66 'ppb_video_frame.h',
66 'ppb_view.h', 67 'ppb_view.h',
67 'ppb_websocket.h', 68 'ppb_websocket.h',
68 'pp_codecs.h', 69 'pp_codecs.h',
69 'pp_completion_callback.h', 70 'pp_completion_callback.h',
70 'pp_directory_entry.h', 71 'pp_directory_entry.h',
71 'pp_errors.h', 72 'pp_errors.h',
72 'pp_file_info.h', 73 'pp_file_info.h',
73 'pp_graphics_3d.h', 74 'pp_graphics_3d.h',
74 'pp_input_event.h', 75 'pp_input_event.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'ppp_text_input_dev.h', 119 'ppp_text_input_dev.h',
119 'ppp_zoom_dev.h', 120 'ppp_zoom_dev.h',
120 ], 121 ],
121 'DEST': 'include/ppapi/c/dev', 122 'DEST': 'include/ppapi/c/dev',
122 }, 123 },
123 ], 124 ],
124 'DEST': 'src', 125 'DEST': 'src',
125 'NAME': 'ppapi', 126 'NAME': 'ppapi',
126 } 127 }
127 128
OLDNEW
« no previous file with comments | « media/base/video_frame.cc ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698