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_buffer.h', | 22 'ppb_audio_buffer.h', |
23 'ppb_audio_config.h', | 23 'ppb_audio_config.h', |
| 24 'ppb_audio_encoder.h', |
24 'ppb_audio.h', | 25 'ppb_audio.h', |
25 'ppb_compositor.h', | 26 'ppb_compositor.h', |
26 'ppb_compositor_layer.h', | 27 'ppb_compositor_layer.h', |
27 'ppb_console.h', | 28 'ppb_console.h', |
28 'ppb_core.h', | 29 'ppb_core.h', |
29 'ppb_file_io.h', | 30 'ppb_file_io.h', |
30 'ppb_file_ref.h', | 31 'ppb_file_ref.h', |
31 'ppb_file_system.h', | 32 'ppb_file_system.h', |
32 'ppb_fullscreen.h', | 33 'ppb_fullscreen.h', |
33 'ppb_gamepad.h', | 34 'ppb_gamepad.h', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'ppp_text_input_dev.h', | 118 'ppp_text_input_dev.h', |
118 'ppp_zoom_dev.h', | 119 'ppp_zoom_dev.h', |
119 ], | 120 ], |
120 'DEST': 'include/ppapi/c/dev', | 121 'DEST': 'include/ppapi/c/dev', |
121 }, | 122 }, |
122 ], | 123 ], |
123 'DEST': 'src', | 124 'DEST': 'src', |
124 'NAME': 'ppapi', | 125 'NAME': 'ppapi', |
125 } | 126 } |
126 | 127 |
OLD | NEW |