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

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

Issue 126373003: [PPAPI] API definition for audio media stream artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@video_track_impl_cl
Patch Set: Rebase 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 | ppapi/api/ppb_audio_frame.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': ['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 {
11 'NAME' : 'ppapi', 11 'NAME' : 'ppapi',
12 'TYPE' : 'lib', 12 'TYPE' : 'lib',
13 'SOURCES' : [ 13 'SOURCES' : [
14 'ppapi_externs.c' 14 'ppapi_externs.c'
15 ], 15 ],
16 } 16 }
17 ], 17 ],
18 'HEADERS': [ 18 'HEADERS': [
19 { 19 {
20 'FILES': [ 20 'FILES': [
21 'pp_array_output.h', 21 'pp_array_output.h',
22 'ppb_audio_config.h', 22 'ppb_audio_config.h',
23 'ppb_audio_frame.h',
23 'ppb_audio.h', 24 'ppb_audio.h',
24 'ppb_console.h', 25 'ppb_console.h',
25 'ppb_core.h', 26 'ppb_core.h',
26 'ppb_file_io.h', 27 'ppb_file_io.h',
27 'ppb_file_ref.h', 28 'ppb_file_ref.h',
28 'ppb_file_system.h', 29 'ppb_file_system.h',
29 'ppb_fullscreen.h', 30 'ppb_fullscreen.h',
30 'ppb_gamepad.h', 31 'ppb_gamepad.h',
31 'ppb_graphics_2d.h', 32 'ppb_graphics_2d.h',
32 'ppb_graphics_3d.h', 33 'ppb_graphics_3d.h',
33 'ppb.h', 34 'ppb.h',
34 'ppb_host_resolver.h', 35 'ppb_host_resolver.h',
35 'ppb_image_data.h', 36 'ppb_image_data.h',
36 'ppb_input_event.h', 37 'ppb_input_event.h',
37 'ppb_instance.h', 38 'ppb_instance.h',
39 'ppb_media_stream_audio_track.h',
38 'ppb_media_stream_video_track.h', 40 'ppb_media_stream_video_track.h',
39 'ppb_message_loop.h', 41 'ppb_message_loop.h',
40 'ppb_messaging.h', 42 'ppb_messaging.h',
41 'ppb_mouse_cursor.h', 43 'ppb_mouse_cursor.h',
42 'ppb_mouse_lock.h', 44 'ppb_mouse_lock.h',
43 'ppb_net_address.h', 45 'ppb_net_address.h',
44 'ppb_network_list.h', 46 'ppb_network_list.h',
45 'ppb_network_monitor.h', 47 'ppb_network_monitor.h',
46 'ppb_network_proxy.h', 48 'ppb_network_proxy.h',
47 'pp_bool.h', 49 'pp_bool.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'FILES': [ 143 'FILES': [
142 'ppb_ext_socket_dev.h', 144 'ppb_ext_socket_dev.h',
143 ], 145 ],
144 'DEST': 'include/ppapi/c/extensions/dev', 146 'DEST': 'include/ppapi/c/extensions/dev',
145 }, 147 },
146 ], 148 ],
147 'DEST': 'src', 149 'DEST': 'src',
148 'NAME': 'ppapi', 150 'NAME': 'ppapi',
149 } 151 }
150 152
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/ppb_audio_frame.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698