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', |
75 'pp_instance.h', | 76 'pp_instance.h', |
76 'pp_macros.h', | 77 'pp_macros.h', |
77 'pp_module.h', | 78 'pp_module.h', |
78 'ppp_graphics_3d.h', | 79 'ppp_graphics_3d.h', |
79 'ppp.h', | 80 'ppp.h', |
80 'ppp_input_event.h', | 81 'ppp_input_event.h', |
81 'ppp_instance.h', | 82 'ppp_instance.h', |
82 'ppp_message_handler.h', | 83 'ppp_message_handler.h', |
83 'ppp_messaging.h', | 84 'ppp_messaging.h', |
84 'ppp_mouse_lock.h', | 85 'ppp_mouse_lock.h', |
| 86 'ppp_video_encoder.h', |
85 'pp_point.h', | 87 'pp_point.h', |
86 'pp_rect.h', | 88 'pp_rect.h', |
87 'pp_resource.h', | 89 'pp_resource.h', |
88 'pp_size.h', | 90 'pp_size.h', |
89 'pp_stdint.h', | 91 'pp_stdint.h', |
90 'pp_time.h', | 92 'pp_time.h', |
91 'pp_touch_point.h', | 93 'pp_touch_point.h', |
92 'pp_var.h', | 94 'pp_var.h', |
93 ], | 95 ], |
94 'DEST': 'include/ppapi/c', | 96 'DEST': 'include/ppapi/c', |
(...skipping 13 matching lines...) Expand all Loading... |
108 'ppb_view_dev.h', | 110 'ppb_view_dev.h', |
109 'ppb_zoom_dev.h', | 111 'ppb_zoom_dev.h', |
110 'pp_cursor_type_dev.h', | 112 'pp_cursor_type_dev.h', |
111 'ppp_class_deprecated.h', | 113 'ppp_class_deprecated.h', |
112 'ppp_network_state_dev.h', | 114 'ppp_network_state_dev.h', |
113 'ppp_printing_dev.h', | 115 'ppp_printing_dev.h', |
114 'pp_print_settings_dev.h', | 116 'pp_print_settings_dev.h', |
115 'ppp_scrollbar_dev.h', | 117 'ppp_scrollbar_dev.h', |
116 'ppp_selection_dev.h', | 118 'ppp_selection_dev.h', |
117 'ppp_text_input_dev.h', | 119 'ppp_text_input_dev.h', |
| 120 'pp_video_dev.h', |
118 'ppp_zoom_dev.h', | 121 'ppp_zoom_dev.h', |
119 ], | 122 ], |
120 'DEST': 'include/ppapi/c/dev', | 123 'DEST': 'include/ppapi/c/dev', |
121 }, | 124 }, |
122 ], | 125 ], |
123 'DEST': 'src', | 126 'DEST': 'src', |
124 'NAME': 'ppapi', | 127 'NAME': 'ppapi', |
125 } | 128 } |
126 | 129 |
OLD | NEW |