Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9192009: WebSocket Pepper API: make the API out of dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for land Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 25 matching lines...) Expand all
36 'c/ppb_instance.h', 36 'c/ppb_instance.h',
37 'c/ppb_messaging.h', 37 'c/ppb_messaging.h',
38 'c/ppb_mouse_lock.h', 38 'c/ppb_mouse_lock.h',
39 'c/ppb_opengles2.h', 39 'c/ppb_opengles2.h',
40 'c/ppb_url_loader.h', 40 'c/ppb_url_loader.h',
41 'c/ppb_url_request_info.h', 41 'c/ppb_url_request_info.h',
42 'c/ppb_url_response_info.h', 42 'c/ppb_url_response_info.h',
43 'c/ppb_var.h', 43 'c/ppb_var.h',
44 'c/ppb_var_array_buffer.h', 44 'c/ppb_var_array_buffer.h',
45 'c/ppb_view.h', 45 'c/ppb_view.h',
46 'c/ppb_websocket.h',
46 'c/ppp.h', 47 'c/ppp.h',
47 'c/ppp_graphics_3d.h', 48 'c/ppp_graphics_3d.h',
48 'c/ppp_input_event.h', 49 'c/ppp_input_event.h',
49 'c/ppp_instance.h', 50 'c/ppp_instance.h',
50 'c/ppp_messaging.h', 51 'c/ppp_messaging.h',
51 'c/ppp_mouse_lock.h', 52 'c/ppp_mouse_lock.h',
52 53
53 # Dev interfaces. 54 # Dev interfaces.
54 'c/dev/pp_cursor_type_dev.h', 55 'c/dev/pp_cursor_type_dev.h',
55 'c/dev/pp_video_dev.h', 56 'c/dev/pp_video_dev.h',
56 'c/dev/ppb_buffer_dev.h', 57 'c/dev/ppb_buffer_dev.h',
57 'c/dev/ppb_char_set_dev.h', 58 'c/dev/ppb_char_set_dev.h',
58 'c/dev/ppb_console_dev.h', 59 'c/dev/ppb_console_dev.h',
59 'c/dev/ppb_cursor_control_dev.h', 60 'c/dev/ppb_cursor_control_dev.h',
60 'c/dev/ppb_device_ref_dev.h', 61 'c/dev/ppb_device_ref_dev.h',
61 'c/dev/ppb_directory_reader_dev.h', 62 'c/dev/ppb_directory_reader_dev.h',
62 'c/dev/ppb_file_chooser_dev.h', 63 'c/dev/ppb_file_chooser_dev.h',
63 'c/dev/ppb_find_dev.h', 64 'c/dev/ppb_find_dev.h',
64 'c/dev/ppb_font_dev.h', 65 'c/dev/ppb_font_dev.h',
65 'c/dev/ppb_fullscreen_dev.h', 66 'c/dev/ppb_fullscreen_dev.h',
66 'c/dev/ppb_gamepad_dev.h', 67 'c/dev/ppb_gamepad_dev.h',
67 'c/dev/ppb_ime_input_event_dev.h', 68 'c/dev/ppb_ime_input_event_dev.h',
68 'c/dev/ppb_memory_dev.h', 69 'c/dev/ppb_memory_dev.h',
69 'c/dev/ppb_message_loop_dev.h', 70 'c/dev/ppb_message_loop_dev.h',
70 'c/dev/ppb_resource_array_dev.h', 71 'c/dev/ppb_resource_array_dev.h',
71 'c/dev/ppb_scrollbar_dev.h', 72 'c/dev/ppb_scrollbar_dev.h',
72 'c/dev/ppb_testing_dev.h', 73 'c/dev/ppb_testing_dev.h',
73 'c/dev/ppb_url_util_dev.h', 74 'c/dev/ppb_url_util_dev.h',
74 'c/dev/ppb_video_decoder_dev.h', 75 'c/dev/ppb_video_decoder_dev.h',
75 'c/dev/ppb_websocket_dev.h',
76 'c/dev/ppb_widget_dev.h', 76 'c/dev/ppb_widget_dev.h',
77 'c/dev/ppb_zoom_dev.h', 77 'c/dev/ppb_zoom_dev.h',
78 'c/dev/ppp_cursor_control_dev.h', 78 'c/dev/ppp_cursor_control_dev.h',
79 'c/dev/ppp_find_dev.h', 79 'c/dev/ppp_find_dev.h',
80 'c/dev/ppp_network_state_dev.h', 80 'c/dev/ppp_network_state_dev.h',
81 'c/dev/ppp_scrollbar_dev.h', 81 'c/dev/ppp_scrollbar_dev.h',
82 'c/dev/ppp_selection_dev.h', 82 'c/dev/ppp_selection_dev.h',
83 'c/dev/ppb_text_input_dev.h', 83 'c/dev/ppb_text_input_dev.h',
84 'c/dev/ppp_video_decoder_dev.h', 84 'c/dev/ppp_video_decoder_dev.h',
85 'c/dev/ppp_widget_dev.h', 85 'c/dev/ppp_widget_dev.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'cpp/url_request_info.cc', 166 'cpp/url_request_info.cc',
167 'cpp/url_request_info.h', 167 'cpp/url_request_info.h',
168 'cpp/url_response_info.cc', 168 'cpp/url_response_info.cc',
169 'cpp/url_response_info.h', 169 'cpp/url_response_info.h',
170 'cpp/var.cc', 170 'cpp/var.cc',
171 'cpp/var.h', 171 'cpp/var.h',
172 'cpp/var_array_buffer.cc', 172 'cpp/var_array_buffer.cc',
173 'cpp/var_array_buffer.h', 173 'cpp/var_array_buffer.h',
174 'cpp/view.cc', 174 'cpp/view.cc',
175 'cpp/view.h', 175 'cpp/view.h',
176 'cpp/websocket.cc',
177 'cpp/websocket.h',
176 178
177 # Dev interfaces. 179 # Dev interfaces.
178 'cpp/dev/audio_input_dev.cc', 180 'cpp/dev/audio_input_dev.cc',
179 'cpp/dev/audio_input_dev.h', 181 'cpp/dev/audio_input_dev.h',
180 'cpp/dev/buffer_dev.cc', 182 'cpp/dev/buffer_dev.cc',
181 'cpp/dev/buffer_dev.h', 183 'cpp/dev/buffer_dev.h',
182 'cpp/dev/device_ref_dev.cc', 184 'cpp/dev/device_ref_dev.cc',
183 'cpp/dev/device_ref_dev.h', 185 'cpp/dev/device_ref_dev.h',
184 'cpp/dev/directory_entry_dev.cc', 186 'cpp/dev/directory_entry_dev.cc',
185 'cpp/dev/directory_entry_dev.h', 187 'cpp/dev/directory_entry_dev.h',
(...skipping 26 matching lines...) Expand all
212 'cpp/dev/url_util_dev.cc', 214 'cpp/dev/url_util_dev.cc',
213 'cpp/dev/url_util_dev.h', 215 'cpp/dev/url_util_dev.h',
214 'cpp/dev/video_capture_client_dev.cc', 216 'cpp/dev/video_capture_client_dev.cc',
215 'cpp/dev/video_capture_client_dev.h', 217 'cpp/dev/video_capture_client_dev.h',
216 'cpp/dev/video_capture_dev.cc', 218 'cpp/dev/video_capture_dev.cc',
217 'cpp/dev/video_capture_dev.h', 219 'cpp/dev/video_capture_dev.h',
218 'cpp/dev/video_decoder_client_dev.cc', 220 'cpp/dev/video_decoder_client_dev.cc',
219 'cpp/dev/video_decoder_client_dev.h', 221 'cpp/dev/video_decoder_client_dev.h',
220 'cpp/dev/video_decoder_dev.cc', 222 'cpp/dev/video_decoder_dev.cc',
221 'cpp/dev/video_decoder_dev.h', 223 'cpp/dev/video_decoder_dev.h',
222 'cpp/dev/websocket_dev.cc',
223 'cpp/dev/websocket_dev.h',
224 'cpp/dev/widget_client_dev.cc', 224 'cpp/dev/widget_client_dev.cc',
225 'cpp/dev/widget_client_dev.h', 225 'cpp/dev/widget_client_dev.h',
226 'cpp/dev/widget_dev.cc', 226 'cpp/dev/widget_dev.cc',
227 'cpp/dev/widget_dev.h', 227 'cpp/dev/widget_dev.h',
228 'cpp/dev/zoom_dev.cc', 228 'cpp/dev/zoom_dev.cc',
229 'cpp/dev/zoom_dev.h', 229 'cpp/dev/zoom_dev.h',
230 230
231 # Deprecated interfaces. 231 # Deprecated interfaces.
232 'cpp/dev/scriptable_object_deprecated.h', 232 'cpp/dev/scriptable_object_deprecated.h',
233 'cpp/dev/scriptable_object_deprecated.cc', 233 'cpp/dev/scriptable_object_deprecated.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'c/dev/ppb_transport_dev.h', 416 'c/dev/ppb_transport_dev.h',
417 ], 417 ],
418 'cpp_source_files': [ 418 'cpp_source_files': [
419 'cpp/dev/transport_dev.cc', 419 'cpp/dev/transport_dev.cc',
420 'cpp/dev/transport_dev.h', 420 'cpp/dev/transport_dev.h',
421 ], 421 ],
422 }, 422 },
423 }], 423 }],
424 ], 424 ],
425 } 425 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698