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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9814015: Add new MouseCursor interface for setting the mouse cursor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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_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 19 matching lines...) Expand all
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_messaging.h', 39 'c/ppb_messaging.h',
40 'c/ppb_mouse_cursor.h',
40 'c/ppb_mouse_lock.h', 41 'c/ppb_mouse_lock.h',
41 'c/ppb_opengles2.h', 42 'c/ppb_opengles2.h',
42 'c/ppb_url_loader.h', 43 'c/ppb_url_loader.h',
43 'c/ppb_url_request_info.h', 44 'c/ppb_url_request_info.h',
44 'c/ppb_url_response_info.h', 45 'c/ppb_url_response_info.h',
45 'c/ppb_var.h', 46 'c/ppb_var.h',
46 'c/ppb_var_array_buffer.h', 47 'c/ppb_var_array_buffer.h',
47 'c/ppb_view.h', 48 'c/ppb_view.h',
48 'c/ppb_websocket.h', 49 'c/ppb_websocket.h',
49 'c/ppp.h', 50 'c/ppp.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'cpp/input_event.cc', 159 'cpp/input_event.cc',
159 'cpp/input_event.h', 160 'cpp/input_event.h',
160 'cpp/instance.cc', 161 'cpp/instance.cc',
161 'cpp/instance.h', 162 'cpp/instance.h',
162 'cpp/instance_handle.cc', 163 'cpp/instance_handle.cc',
163 'cpp/instance_handle.h', 164 'cpp/instance_handle.h',
164 'cpp/logging.h', 165 'cpp/logging.h',
165 'cpp/module.cc', 166 'cpp/module.cc',
166 'cpp/module.h', 167 'cpp/module.h',
167 'cpp/module_impl.h', 168 'cpp/module_impl.h',
169 'cpp/mouse_cursor.cc',
170 'cpp/mouse_cursor.h',
168 'cpp/mouse_lock.cc', 171 'cpp/mouse_lock.cc',
169 'cpp/mouse_lock.h', 172 'cpp/mouse_lock.h',
170 'cpp/output_traits.h', 173 'cpp/output_traits.h',
171 'cpp/point.h', 174 'cpp/point.h',
172 'cpp/rect.cc', 175 'cpp/rect.cc',
173 'cpp/rect.h', 176 'cpp/rect.h',
174 'cpp/resource.cc', 177 'cpp/resource.cc',
175 'cpp/resource.h', 178 'cpp/resource.h',
176 'cpp/size.h', 179 'cpp/size.h',
177 'cpp/url_loader.cc', 180 'cpp/url_loader.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'tests/test_cursor_control.cc', 344 'tests/test_cursor_control.cc',
342 'tests/test_directory_reader.cc', 345 'tests/test_directory_reader.cc',
343 'tests/test_file_io.cc', 346 'tests/test_file_io.cc',
344 'tests/test_file_ref.cc', 347 'tests/test_file_ref.cc',
345 'tests/test_file_system.cc', 348 'tests/test_file_system.cc',
346 'tests/test_input_event.cc', 349 'tests/test_input_event.cc',
347 'tests/test_memory.cc', 350 'tests/test_memory.cc',
348 'tests/test_graphics_2d.cc', 351 'tests/test_graphics_2d.cc',
349 'tests/test_image_data.cc', 352 'tests/test_image_data.cc',
350 'tests/test_memory.cc', 353 'tests/test_memory.cc',
354 'tests/test_mouse_cursor.cc',
351 'tests/test_paint_aggregator.cc', 355 'tests/test_paint_aggregator.cc',
352 'tests/test_post_message.cc', 356 'tests/test_post_message.cc',
353 'tests/test_scrollbar.cc', 357 'tests/test_scrollbar.cc',
354 'tests/test_tcp_server_socket_private_disallowed.cc', 358 'tests/test_tcp_server_socket_private_disallowed.cc',
355 'tests/test_tcp_socket_private_disallowed.cc', 359 'tests/test_tcp_socket_private_disallowed.cc',
356 'tests/test_udp_socket_private_disallowed.cc', 360 'tests/test_udp_socket_private_disallowed.cc',
357 'tests/test_url_loader.cc', 361 'tests/test_url_loader.cc',
358 'tests/test_url_request.cc', 362 'tests/test_url_request.cc',
359 'tests/test_var.cc', 363 'tests/test_var.cc',
360 'tests/test_view.cc', 364 'tests/test_view.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'tests/test_graphics_2d.cc', 410 'tests/test_graphics_2d.cc',
407 'tests/test_graphics_2d.h', 411 'tests/test_graphics_2d.h',
408 'tests/test_graphics_3d.cc', 412 'tests/test_graphics_3d.cc',
409 'tests/test_graphics_3d.h', 413 'tests/test_graphics_3d.h',
410 'tests/test_image_data.cc', 414 'tests/test_image_data.cc',
411 'tests/test_image_data.h', 415 'tests/test_image_data.h',
412 'tests/test_input_event.cc', 416 'tests/test_input_event.cc',
413 'tests/test_input_event.h', 417 'tests/test_input_event.h',
414 'tests/test_memory.cc', 418 'tests/test_memory.cc',
415 'tests/test_memory.h', 419 'tests/test_memory.h',
420 'tests/test_mouse_cursor.cc',
416 'tests/test_net_address_private.cc', 421 'tests/test_net_address_private.cc',
417 'tests/test_net_address_private.h', 422 'tests/test_net_address_private.h',
418 'tests/test_network_monitor_private.cc', 423 'tests/test_network_monitor_private.cc',
419 'tests/test_network_monitor_private.h', 424 'tests/test_network_monitor_private.h',
420 'tests/test_paint_aggregator.cc', 425 'tests/test_paint_aggregator.cc',
421 'tests/test_paint_aggregator.h', 426 'tests/test_paint_aggregator.h',
422 'tests/test_post_message.cc', 427 'tests/test_post_message.cc',
423 'tests/test_post_message.h', 428 'tests/test_post_message.h',
424 'tests/test_resource_array.cc', 429 'tests/test_resource_array.cc',
425 'tests/test_resource_array.h', 430 'tests/test_resource_array.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'c/dev/ppb_transport_dev.h', 464 'c/dev/ppb_transport_dev.h',
460 ], 465 ],
461 'cpp_source_files': [ 466 'cpp_source_files': [
462 'cpp/dev/transport_dev.cc', 467 'cpp/dev/transport_dev.cc',
463 'cpp/dev/transport_dev.h', 468 'cpp/dev/transport_dev.h',
464 ], 469 ],
465 }, 470 },
466 }], 471 }],
467 ], 472 ],
468 } 473 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698