| 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 20 matching lines...) Expand all Loading... |
| 31 'ppb_graphics_2d.h', | 31 'ppb_graphics_2d.h', |
| 32 'ppb_graphics_3d.h', | 32 'ppb_graphics_3d.h', |
| 33 'ppb.h', | 33 'ppb.h', |
| 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 'pp_bool.h', | 42 'pp_bool.h', |
| 42 'ppb_opengles2.h', | 43 'ppb_opengles2.h', |
| 43 'ppb_url_loader.h', | 44 'ppb_url_loader.h', |
| 44 'ppb_url_request_info.h', | 45 'ppb_url_request_info.h', |
| 45 'ppb_url_response_info.h', | 46 'ppb_url_response_info.h', |
| 46 'ppb_var_array_buffer.h', | 47 'ppb_var_array_buffer.h', |
| 47 'ppb_var_array.h', | 48 'ppb_var_array.h', |
| 48 'ppb_var_dictionary.h', | 49 'ppb_var_dictionary.h', |
| 49 'ppb_var.h', | 50 'ppb_var.h', |
| 50 'ppb_view.h', | 51 'ppb_view.h', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'ppb_device_ref_dev.h', | 87 'ppb_device_ref_dev.h', |
| 87 'ppb_file_chooser_dev.h', | 88 'ppb_file_chooser_dev.h', |
| 88 'ppb_find_dev.h', | 89 'ppb_find_dev.h', |
| 89 'ppb_font_dev.h', | 90 'ppb_font_dev.h', |
| 90 'ppb_gles_chromium_texture_mapping_dev.h', | 91 'ppb_gles_chromium_texture_mapping_dev.h', |
| 91 'ppb_graphics_2d_dev.h', | 92 'ppb_graphics_2d_dev.h', |
| 92 'ppb_host_resolver_dev.h', | 93 'ppb_host_resolver_dev.h', |
| 93 'ppb_ime_input_event_dev.h', | 94 'ppb_ime_input_event_dev.h', |
| 94 'ppb_keyboard_input_event_dev.h', | 95 'ppb_keyboard_input_event_dev.h', |
| 95 'ppb_memory_dev.h', | 96 'ppb_memory_dev.h', |
| 96 'ppb_net_address_dev.h', | |
| 97 'ppb_opengles2ext_dev.h', | 97 'ppb_opengles2ext_dev.h', |
| 98 'ppb_printing_dev.h', | 98 'ppb_printing_dev.h', |
| 99 'ppb_resource_array_dev.h', | 99 'ppb_resource_array_dev.h', |
| 100 'ppb_scrollbar_dev.h', | 100 'ppb_scrollbar_dev.h', |
| 101 'ppb_tcp_socket_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', |
| (...skipping 28 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 |