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

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

Issue 107083004: [PPAPI] API definition for video media stream artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix build warnings Created 6 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 | « 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 17 matching lines...) Expand all
28 'ppb_file_system.h', 28 'ppb_file_system.h',
29 'ppb_fullscreen.h', 29 'ppb_fullscreen.h',
30 'ppb_gamepad.h', 30 'ppb_gamepad.h',
31 'ppb_graphics_2d.h', 31 'ppb_graphics_2d.h',
32 'ppb_graphics_3d.h', 32 'ppb_graphics_3d.h',
33 'ppb.h', 33 'ppb.h',
34 'ppb_host_resolver.h', 34 'ppb_host_resolver.h',
35 'ppb_image_data.h', 35 'ppb_image_data.h',
36 'ppb_input_event.h', 36 'ppb_input_event.h',
37 'ppb_instance.h', 37 'ppb_instance.h',
38 'ppb_media_stream_video_track.h',
38 'ppb_message_loop.h', 39 'ppb_message_loop.h',
39 'ppb_messaging.h', 40 'ppb_messaging.h',
40 'ppb_mouse_cursor.h', 41 'ppb_mouse_cursor.h',
41 'ppb_mouse_lock.h', 42 'ppb_mouse_lock.h',
42 'ppb_net_address.h', 43 'ppb_net_address.h',
43 'ppb_network_list.h', 44 'ppb_network_list.h',
44 'ppb_network_monitor.h', 45 'ppb_network_monitor.h',
45 'ppb_network_proxy.h', 46 'ppb_network_proxy.h',
46 'pp_bool.h', 47 'pp_bool.h',
47 'ppb_opengles2.h', 48 'ppb_opengles2.h',
48 'ppb_tcp_socket.h', 49 'ppb_tcp_socket.h',
49 'ppb_text_input_controller.h', 50 'ppb_text_input_controller.h',
50 'ppb_udp_socket.h', 51 'ppb_udp_socket.h',
51 'ppb_url_loader.h', 52 'ppb_url_loader.h',
52 'ppb_url_request_info.h', 53 'ppb_url_request_info.h',
53 'ppb_url_response_info.h', 54 'ppb_url_response_info.h',
54 'ppb_var_array_buffer.h', 55 'ppb_var_array_buffer.h',
55 'ppb_var_array.h', 56 'ppb_var_array.h',
56 'ppb_var_dictionary.h', 57 'ppb_var_dictionary.h',
57 'ppb_var.h', 58 'ppb_var.h',
59 'ppb_video_frame.h',
58 'ppb_view.h', 60 'ppb_view.h',
59 'ppb_websocket.h', 61 'ppb_websocket.h',
60 'pp_completion_callback.h', 62 'pp_completion_callback.h',
61 'pp_directory_entry.h', 63 'pp_directory_entry.h',
62 'pp_errors.h', 64 'pp_errors.h',
63 'pp_file_info.h', 65 'pp_file_info.h',
64 'pp_graphics_3d.h', 66 'pp_graphics_3d.h',
65 'pp_input_event.h', 67 'pp_input_event.h',
66 'pp_instance.h', 68 'pp_instance.h',
67 'pp_macros.h', 69 'pp_macros.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'FILES': [ 142 'FILES': [
141 'ppb_ext_socket_dev.h', 143 'ppb_ext_socket_dev.h',
142 ], 144 ],
143 'DEST': 'include/ppapi/c/extensions/dev', 145 'DEST': 'include/ppapi/c/extensions/dev',
144 }, 146 },
145 ], 147 ],
146 'DEST': 'src', 148 'DEST': 'src',
147 'NAME': 'ppapi', 149 'NAME': 'ppapi',
148 } 150 }
149 151
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