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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'FILES': [ | 144 'FILES': [ |
143 'ppb_ext_socket_dev.h', | 145 'ppb_ext_socket_dev.h', |
144 ], | 146 ], |
145 'DEST': 'include/ppapi/c/extensions/dev', | 147 'DEST': 'include/ppapi/c/extensions/dev', |
146 }, | 148 }, |
147 ], | 149 ], |
148 'DEST': 'src', | 150 'DEST': 'src', |
149 'NAME': 'ppapi', | 151 'NAME': 'ppapi', |
150 } | 152 } |
151 | 153 |
OLD | NEW |