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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_encoder.h', |
66 'ppb_video_frame.h', | 66 'ppb_video_frame.h', |
67 'ppb_view.h', | 67 'ppb_view.h', |
| 68 'ppb_vpn_provider.h', |
68 'ppb_websocket.h', | 69 'ppb_websocket.h', |
69 'pp_codecs.h', | 70 'pp_codecs.h', |
70 'pp_completion_callback.h', | 71 'pp_completion_callback.h', |
71 'pp_directory_entry.h', | 72 'pp_directory_entry.h', |
72 'pp_errors.h', | 73 'pp_errors.h', |
73 'pp_file_info.h', | 74 'pp_file_info.h', |
74 'pp_graphics_3d.h', | 75 'pp_graphics_3d.h', |
75 'pp_input_event.h', | 76 'pp_input_event.h', |
76 'pp_instance.h', | 77 'pp_instance.h', |
77 'pp_macros.h', | 78 'pp_macros.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'pp_print_settings_dev.h', | 114 'pp_print_settings_dev.h', |
114 'ppp_text_input_dev.h', | 115 'ppp_text_input_dev.h', |
115 ], | 116 ], |
116 'DEST': 'include/ppapi/c/dev', | 117 'DEST': 'include/ppapi/c/dev', |
117 }, | 118 }, |
118 ], | 119 ], |
119 'DEST': 'src', | 120 'DEST': 'src', |
120 'NAME': 'ppapi', | 121 'NAME': 'ppapi', |
121 } | 122 } |
122 | 123 |
OLD | NEW |