OLD | NEW |
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 Loading... |
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 |
OLD | NEW |