| 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 22 matching lines...) Expand all Loading... |
| 33 'ppb.h', | 33 'ppb.h', |
| 34 'ppb_host_resolver.h', | 34 'ppb_host_resolver.h', |
| 35 'ppb_image_data.h', | 35 'ppb_image_data.h', |
| 36 'ppb_input_event.h', | 36 'ppb_input_event.h', |
| 37 'ppb_instance.h', | 37 'ppb_instance.h', |
| 38 'ppb_message_loop.h', | 38 'ppb_message_loop.h', |
| 39 'ppb_messaging.h', | 39 'ppb_messaging.h', |
| 40 'ppb_mouse_cursor.h', | 40 'ppb_mouse_cursor.h', |
| 41 'ppb_mouse_lock.h', | 41 'ppb_mouse_lock.h', |
| 42 'ppb_net_address.h', | 42 'ppb_net_address.h', |
| 43 'ppb_network_proxy.h', |
| 43 'pp_bool.h', | 44 'pp_bool.h', |
| 44 'ppb_opengles2.h', | 45 'ppb_opengles2.h', |
| 45 'ppb_tcp_socket.h', | 46 'ppb_tcp_socket.h', |
| 46 'ppb_udp_socket.h', | 47 'ppb_udp_socket.h', |
| 47 'ppb_url_loader.h', | 48 'ppb_url_loader.h', |
| 48 'ppb_url_request_info.h', | 49 'ppb_url_request_info.h', |
| 49 'ppb_url_response_info.h', | 50 'ppb_url_response_info.h', |
| 50 'ppb_var_array_buffer.h', | 51 'ppb_var_array_buffer.h', |
| 51 'ppb_var_array.h', | 52 'ppb_var_array.h', |
| 52 'ppb_var_dictionary.h', | 53 'ppb_var_dictionary.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'ppb_ext_events_dev.h', | 136 'ppb_ext_events_dev.h', |
| 136 'ppb_ext_socket_dev.h', | 137 'ppb_ext_socket_dev.h', |
| 137 ], | 138 ], |
| 138 'DEST': 'include/ppapi/c/extensions/dev', | 139 'DEST': 'include/ppapi/c/extensions/dev', |
| 139 }, | 140 }, |
| 140 ], | 141 ], |
| 141 'DEST': 'src', | 142 'DEST': 'src', |
| 142 'NAME': 'ppapi', | 143 'NAME': 'ppapi', |
| 143 } | 144 } |
| 144 | 145 |
| OLD | NEW |