Home | History | Annotate | Download | only in ppapi
      1 {
      2   'TOOLS': ['win', 'linux', 'mac'],
      3   'SEARCH': [
      4       '.',
      5       '../../../../ppapi/c',
      6       '../../../../ppapi/c/dev',
      7       '../../../../ppapi/c/extensions/dev',
      8   ],
      9   'TARGETS': [
     10     {
     11       'NAME' : 'ppapi',
     12       'TYPE' : 'lib',
     13       'SOURCES' : [
     14         'ppapi_externs.c'
     15       ],
     16     }
     17   ],
     18   'HEADERS': [
     19     {
     20       'FILES': [
     21         'pp_array_output.h',
     22         'ppb_audio_buffer.h',
     23         'ppb_audio_config.h',
     24         'ppb_audio.h',
     25         'ppb_compositor.h',
     26         'ppb_compositor_layer.h',
     27         'ppb_console.h',
     28         'ppb_core.h',
     29         'ppb_file_io.h',
     30         'ppb_file_mapping.h',
     31         'ppb_file_ref.h',
     32         'ppb_file_system.h',
     33         'ppb_fullscreen.h',
     34         'ppb_gamepad.h',
     35         'ppb_graphics_2d.h',
     36         'ppb_graphics_3d.h',
     37         'ppb.h',
     38         'ppb_host_resolver.h',
     39         'ppb_image_data.h',
     40         'ppb_input_event.h',
     41         'ppb_instance.h',
     42         'ppb_media_stream_audio_track.h',
     43         'ppb_media_stream_video_track.h',
     44         'ppb_message_loop.h',
     45         'ppb_messaging.h',
     46         'ppb_mouse_cursor.h',
     47         'ppb_mouse_lock.h',
     48         'ppb_net_address.h',
     49         'ppb_network_list.h',
     50         'ppb_network_monitor.h',
     51         'ppb_network_proxy.h',
     52         'pp_bool.h',
     53         'ppb_opengles2.h',
     54         'ppb_tcp_socket.h',
     55         'ppb_text_input_controller.h',
     56         'ppb_udp_socket.h',
     57         'ppb_url_loader.h',
     58         'ppb_url_request_info.h',
     59         'ppb_url_response_info.h',
     60         'ppb_var_array_buffer.h',
     61         'ppb_var_array.h',
     62         'ppb_var_dictionary.h',
     63         'ppb_var.h',
     64         'ppb_video_decoder.h',
     65         'ppb_video_frame.h',
     66         'ppb_view.h',
     67         'ppb_websocket.h',
     68         'pp_codecs.h',
     69         'pp_completion_callback.h',
     70         'pp_directory_entry.h',
     71         'pp_errors.h',
     72         'pp_file_info.h',
     73         'pp_graphics_3d.h',
     74         'pp_input_event.h',
     75         'pp_instance.h',
     76         'pp_macros.h',
     77         'pp_module.h',
     78         'ppp_graphics_3d.h',
     79         'ppp.h',
     80         'ppp_input_event.h',
     81         'ppp_instance.h',
     82         'ppp_message_handler.h',
     83         'ppp_messaging.h',
     84         'ppp_mouse_lock.h',
     85         'pp_point.h',
     86         'pp_rect.h',
     87         'pp_resource.h',
     88         'pp_size.h',
     89         'pp_stdint.h',
     90         'pp_time.h',
     91         'pp_touch_point.h',
     92         'pp_var.h',
     93       ],
     94       'DEST': 'include/ppapi/c',
     95     },
     96     {
     97       'FILES': [
     98         'deprecated_bool.h',
     99         'ppb_cursor_control_dev.h',
    100         'ppb_file_chooser_dev.h',
    101         'ppb_font_dev.h',
    102         'ppb_memory_dev.h',
    103         'ppb_messaging_deprecated.h',
    104         'ppb_opengles2ext_dev.h',
    105         'ppb_printing_dev.h',
    106         'ppb_trace_event_dev.h',
    107         'ppb_truetype_font_dev.h',
    108         'ppb_var_deprecated.h',
    109         'ppb_view_dev.h',
    110         'ppb_zoom_dev.h',
    111         'pp_cursor_type_dev.h',
    112         'ppp_class_deprecated.h',
    113         'ppp_network_state_dev.h',
    114         'ppp_printing_dev.h',
    115         'pp_print_settings_dev.h',
    116         'ppp_scrollbar_dev.h',
    117         'ppp_selection_dev.h',
    118         'ppp_text_input_dev.h',
    119         'ppp_zoom_dev.h',
    120       ],
    121       'DEST': 'include/ppapi/c/dev',
    122     },
    123   ],
    124   'DEST': 'src',
    125   'NAME': 'ppapi',
    126 }
    127 
    128