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 { |
(...skipping 23 matching lines...) Expand all Loading... |
34 'ppb_image_data.h', | 34 'ppb_image_data.h', |
35 'ppb_input_event.h', | 35 'ppb_input_event.h', |
36 'ppb_instance.h', | 36 'ppb_instance.h', |
37 'ppb_message_loop.h', | 37 'ppb_message_loop.h', |
38 'ppb_messaging.h', | 38 'ppb_messaging.h', |
39 'ppb_mouse_cursor.h', | 39 'ppb_mouse_cursor.h', |
40 'ppb_mouse_lock.h', | 40 'ppb_mouse_lock.h', |
41 'ppb_net_address.h', | 41 'ppb_net_address.h', |
42 'pp_bool.h', | 42 'pp_bool.h', |
43 'ppb_opengles2.h', | 43 'ppb_opengles2.h', |
| 44 'ppb_tcp_socket.h', |
44 'ppb_url_loader.h', | 45 'ppb_url_loader.h', |
45 'ppb_url_request_info.h', | 46 'ppb_url_request_info.h', |
46 'ppb_url_response_info.h', | 47 'ppb_url_response_info.h', |
47 'ppb_var_array_buffer.h', | 48 'ppb_var_array_buffer.h', |
48 'ppb_var_array.h', | 49 'ppb_var_array.h', |
49 'ppb_var_dictionary.h', | 50 'ppb_var_dictionary.h', |
50 'ppb_var.h', | 51 'ppb_var.h', |
51 'ppb_view.h', | 52 'ppb_view.h', |
52 'ppb_websocket.h', | 53 'ppb_websocket.h', |
53 'pp_completion_callback.h', | 54 'pp_completion_callback.h', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'ppb_gles_chromium_texture_mapping_dev.h', | 92 'ppb_gles_chromium_texture_mapping_dev.h', |
92 'ppb_graphics_2d_dev.h', | 93 'ppb_graphics_2d_dev.h', |
93 'ppb_host_resolver_dev.h', | 94 'ppb_host_resolver_dev.h', |
94 'ppb_ime_input_event_dev.h', | 95 'ppb_ime_input_event_dev.h', |
95 'ppb_keyboard_input_event_dev.h', | 96 'ppb_keyboard_input_event_dev.h', |
96 'ppb_memory_dev.h', | 97 'ppb_memory_dev.h', |
97 'ppb_opengles2ext_dev.h', | 98 'ppb_opengles2ext_dev.h', |
98 'ppb_printing_dev.h', | 99 'ppb_printing_dev.h', |
99 'ppb_resource_array_dev.h', | 100 'ppb_resource_array_dev.h', |
100 'ppb_scrollbar_dev.h', | 101 'ppb_scrollbar_dev.h', |
101 'ppb_tcp_socket_dev.h', | |
102 'ppb_testing_dev.h', | 102 'ppb_testing_dev.h', |
103 'ppb_text_input_dev.h', | 103 'ppb_text_input_dev.h', |
104 'ppb_trace_event_dev.h', | 104 'ppb_trace_event_dev.h', |
105 'ppb_truetype_font_dev.h', | 105 'ppb_truetype_font_dev.h', |
106 'ppb_udp_socket_dev.h', | 106 'ppb_udp_socket_dev.h', |
107 'ppb_url_util_dev.h', | 107 'ppb_url_util_dev.h', |
108 'ppb_var_deprecated.h', | 108 'ppb_var_deprecated.h', |
109 'ppb_video_capture_dev.h', | 109 'ppb_video_capture_dev.h', |
110 'ppb_video_decoder_dev.h', | 110 'ppb_video_decoder_dev.h', |
111 'ppb_view_dev.h', | 111 'ppb_view_dev.h', |
(...skipping 23 matching lines...) Expand all Loading... |
135 'ppb_ext_events_dev.h', | 135 'ppb_ext_events_dev.h', |
136 'ppb_ext_socket_dev.h', | 136 'ppb_ext_socket_dev.h', |
137 ], | 137 ], |
138 'DEST': 'include/ppapi/c/extensions/dev', | 138 'DEST': 'include/ppapi/c/extensions/dev', |
139 }, | 139 }, |
140 ], | 140 ], |
141 'DEST': 'src', | 141 'DEST': 'src', |
142 'NAME': 'ppapi', | 142 'NAME': 'ppapi', |
143 } | 143 } |
144 | 144 |
OLD | NEW |