| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'ppb_tcp_socket.h', | 52 'ppb_tcp_socket.h', |
| 53 'ppb_text_input_controller.h', | 53 'ppb_text_input_controller.h', |
| 54 'ppb_udp_socket.h', | 54 'ppb_udp_socket.h', |
| 55 'ppb_url_loader.h', | 55 'ppb_url_loader.h', |
| 56 'ppb_url_request_info.h', | 56 'ppb_url_request_info.h', |
| 57 'ppb_url_response_info.h', | 57 'ppb_url_response_info.h', |
| 58 'ppb_var_array_buffer.h', | 58 'ppb_var_array_buffer.h', |
| 59 'ppb_var_array.h', | 59 'ppb_var_array.h', |
| 60 'ppb_var_dictionary.h', | 60 'ppb_var_dictionary.h', |
| 61 'ppb_var.h', | 61 'ppb_var.h', |
| 62 'ppb_video_decoder.h', |
| 62 'ppb_video_frame.h', | 63 'ppb_video_frame.h', |
| 63 'ppb_view.h', | 64 'ppb_view.h', |
| 64 'ppb_websocket.h', | 65 'ppb_websocket.h', |
| 66 'pp_codecs.h', |
| 65 'pp_completion_callback.h', | 67 'pp_completion_callback.h', |
| 66 'pp_directory_entry.h', | 68 'pp_directory_entry.h', |
| 67 'pp_errors.h', | 69 'pp_errors.h', |
| 68 'pp_file_info.h', | 70 'pp_file_info.h', |
| 69 'pp_graphics_3d.h', | 71 'pp_graphics_3d.h', |
| 70 'pp_input_event.h', | 72 'pp_input_event.h', |
| 71 'pp_instance.h', | 73 'pp_instance.h', |
| 72 'pp_macros.h', | 74 'pp_macros.h', |
| 73 'pp_module.h', | 75 'pp_module.h', |
| 74 'ppp_graphics_3d.h', | 76 'ppp_graphics_3d.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'ppp_text_input_dev.h', | 116 'ppp_text_input_dev.h', |
| 115 'ppp_zoom_dev.h', | 117 'ppp_zoom_dev.h', |
| 116 ], | 118 ], |
| 117 'DEST': 'include/ppapi/c/dev', | 119 'DEST': 'include/ppapi/c/dev', |
| 118 }, | 120 }, |
| 119 ], | 121 ], |
| 120 'DEST': 'src', | 122 'DEST': 'src', |
| 121 'NAME': 'ppapi', | 123 'NAME': 'ppapi', |
| 122 } | 124 } |
| 123 | 125 |
| OLD | NEW |