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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 11364188: PPAPI: Take PPB_MessageLoop out of Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 1 month 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_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 18 matching lines...) Expand all
29 'c/ppb_file_io.h', 29 'c/ppb_file_io.h',
30 'c/ppb_file_ref.h', 30 'c/ppb_file_ref.h',
31 'c/ppb_file_system.h', 31 'c/ppb_file_system.h',
32 'c/ppb_fullscreen.h', 32 'c/ppb_fullscreen.h',
33 'c/ppb_gamepad.h', 33 'c/ppb_gamepad.h',
34 'c/ppb_graphics_2d.h', 34 'c/ppb_graphics_2d.h',
35 'c/ppb_graphics_3d.h', 35 'c/ppb_graphics_3d.h',
36 'c/ppb_image_data.h', 36 'c/ppb_image_data.h',
37 'c/ppb_input_event.h', 37 'c/ppb_input_event.h',
38 'c/ppb_instance.h', 38 'c/ppb_instance.h',
39 'c/ppb_message_loop.h',
39 'c/ppb_messaging.h', 40 'c/ppb_messaging.h',
40 'c/ppb_mouse_cursor.h', 41 'c/ppb_mouse_cursor.h',
41 'c/ppb_mouse_lock.h', 42 'c/ppb_mouse_lock.h',
42 'c/ppb_opengles2.h', 43 'c/ppb_opengles2.h',
43 'c/pp_touch_point.h', 44 'c/pp_touch_point.h',
44 'c/ppb_url_loader.h', 45 'c/ppb_url_loader.h',
45 'c/ppb_url_request_info.h', 46 'c/ppb_url_request_info.h',
46 'c/ppb_url_response_info.h', 47 'c/ppb_url_response_info.h',
47 'c/ppb_var.h', 48 'c/ppb_var.h',
48 'c/ppb_var_array_buffer.h', 49 'c/ppb_var_array_buffer.h',
(...skipping 13 matching lines...) Expand all
62 'c/dev/ppb_char_set_dev.h', 63 'c/dev/ppb_char_set_dev.h',
63 'c/dev/ppb_console_dev.h', 64 'c/dev/ppb_console_dev.h',
64 'c/dev/ppb_cursor_control_dev.h', 65 'c/dev/ppb_cursor_control_dev.h',
65 'c/dev/ppb_device_ref_dev.h', 66 'c/dev/ppb_device_ref_dev.h',
66 'c/dev/ppb_directory_reader_dev.h', 67 'c/dev/ppb_directory_reader_dev.h',
67 'c/dev/ppb_file_chooser_dev.h', 68 'c/dev/ppb_file_chooser_dev.h',
68 'c/dev/ppb_find_dev.h', 69 'c/dev/ppb_find_dev.h',
69 'c/dev/ppb_font_dev.h', 70 'c/dev/ppb_font_dev.h',
70 'c/dev/ppb_ime_input_event_dev.h', 71 'c/dev/ppb_ime_input_event_dev.h',
71 'c/dev/ppb_memory_dev.h', 72 'c/dev/ppb_memory_dev.h',
72 'c/dev/ppb_message_loop_dev.h',
73 'c/dev/ppb_printing_dev.h', 73 'c/dev/ppb_printing_dev.h',
74 'c/dev/ppb_resource_array_dev.h', 74 'c/dev/ppb_resource_array_dev.h',
75 'c/dev/ppb_scrollbar_dev.h', 75 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_testing_dev.h', 76 'c/dev/ppb_testing_dev.h',
77 'c/dev/ppb_text_input_dev.h', 77 'c/dev/ppb_text_input_dev.h',
78 'c/dev/ppb_url_util_dev.h', 78 'c/dev/ppb_url_util_dev.h',
79 'c/dev/ppb_video_decoder_dev.h', 79 'c/dev/ppb_video_decoder_dev.h',
80 'c/dev/ppb_widget_dev.h', 80 'c/dev/ppb_widget_dev.h',
81 'c/dev/ppb_zoom_dev.h', 81 'c/dev/ppb_zoom_dev.h',
82 'c/dev/ppp_find_dev.h', 82 'c/dev/ppp_find_dev.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'cpp/graphics_3d_client.h', 158 'cpp/graphics_3d_client.h',
159 'cpp/image_data.cc', 159 'cpp/image_data.cc',
160 'cpp/image_data.h', 160 'cpp/image_data.h',
161 'cpp/input_event.cc', 161 'cpp/input_event.cc',
162 'cpp/input_event.h', 162 'cpp/input_event.h',
163 'cpp/instance.cc', 163 'cpp/instance.cc',
164 'cpp/instance.h', 164 'cpp/instance.h',
165 'cpp/instance_handle.cc', 165 'cpp/instance_handle.cc',
166 'cpp/instance_handle.h', 166 'cpp/instance_handle.h',
167 'cpp/logging.h', 167 'cpp/logging.h',
168 'cpp/message_loop.cc',
169 'cpp/message_loop.h',
168 'cpp/module.cc', 170 'cpp/module.cc',
169 'cpp/module.h', 171 'cpp/module.h',
170 'cpp/module_impl.h', 172 'cpp/module_impl.h',
171 'cpp/mouse_cursor.cc', 173 'cpp/mouse_cursor.cc',
172 'cpp/mouse_cursor.h', 174 'cpp/mouse_cursor.h',
173 'cpp/mouse_lock.cc', 175 'cpp/mouse_lock.cc',
174 'cpp/mouse_lock.h', 176 'cpp/mouse_lock.h',
175 'cpp/output_traits.h', 177 'cpp/output_traits.h',
176 'cpp/point.h', 178 'cpp/point.h',
177 'cpp/rect.cc', 179 'cpp/rect.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'cpp/dev/find_dev.cc', 217 'cpp/dev/find_dev.cc',
216 'cpp/dev/find_dev.h', 218 'cpp/dev/find_dev.h',
217 'cpp/dev/font_dev.cc', 219 'cpp/dev/font_dev.cc',
218 'cpp/dev/font_dev.h', 220 'cpp/dev/font_dev.h',
219 'cpp/dev/graphics_2d_dev.cc', 221 'cpp/dev/graphics_2d_dev.cc',
220 'cpp/dev/graphics_2d_dev.h', 222 'cpp/dev/graphics_2d_dev.h',
221 'cpp/dev/ime_input_event_dev.cc', 223 'cpp/dev/ime_input_event_dev.cc',
222 'cpp/dev/ime_input_event_dev.h', 224 'cpp/dev/ime_input_event_dev.h',
223 'cpp/dev/memory_dev.cc', 225 'cpp/dev/memory_dev.cc',
224 'cpp/dev/memory_dev.h', 226 'cpp/dev/memory_dev.h',
225 'cpp/dev/message_loop_dev.cc',
226 'cpp/dev/message_loop_dev.h',
227 'cpp/dev/printing_dev.cc', 227 'cpp/dev/printing_dev.cc',
228 'cpp/dev/printing_dev.h', 228 'cpp/dev/printing_dev.h',
229 'cpp/dev/resource_array_dev.cc', 229 'cpp/dev/resource_array_dev.cc',
230 'cpp/dev/resource_array_dev.h', 230 'cpp/dev/resource_array_dev.h',
231 'cpp/dev/scrollbar_dev.cc', 231 'cpp/dev/scrollbar_dev.cc',
232 'cpp/dev/scrollbar_dev.h', 232 'cpp/dev/scrollbar_dev.h',
233 'cpp/dev/selection_dev.cc', 233 'cpp/dev/selection_dev.cc',
234 'cpp/dev/selection_dev.h', 234 'cpp/dev/selection_dev.h',
235 'cpp/dev/text_input_dev.cc', 235 'cpp/dev/text_input_dev.cc',
236 'cpp/dev/text_input_dev.h', 236 'cpp/dev/text_input_dev.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'tests/test_x509_certificate_private.h', 468 'tests/test_x509_certificate_private.h',
469 469
470 # Deprecated test cases. 470 # Deprecated test cases.
471 'tests/test_instance_deprecated.cc', 471 'tests/test_instance_deprecated.cc',
472 'tests/test_instance_deprecated.h', 472 'tests/test_instance_deprecated.h',
473 'tests/test_var_deprecated.cc', 473 'tests/test_var_deprecated.cc',
474 'tests/test_var_deprecated.h', 474 'tests/test_var_deprecated.h',
475 ], 475 ],
476 }, 476 },
477 } 477 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698