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