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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10699045: Fix PPB_MouseLock.LockMouse crash and add tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'tests/test_image_data.cc', 343 'tests/test_image_data.cc',
344 'tests/test_image_data.h', 344 'tests/test_image_data.h',
345 'tests/test_ime_input_event.cc', 345 'tests/test_ime_input_event.cc',
346 'tests/test_ime_input_event.h', 346 'tests/test_ime_input_event.h',
347 'tests/test_input_event.cc', 347 'tests/test_input_event.cc',
348 'tests/test_input_event.h', 348 'tests/test_input_event.h',
349 'tests/test_memory.cc', 349 'tests/test_memory.cc',
350 'tests/test_memory.h', 350 'tests/test_memory.h',
351 'tests/test_mouse_cursor.cc', 351 'tests/test_mouse_cursor.cc',
352 'tests/test_mouse_cursor.h', 352 'tests/test_mouse_cursor.h',
353 'tests/test_mouse_lock.cc',
354 'tests/test_mouse_lock.h',
353 'tests/test_net_address_private_untrusted.cc', 355 'tests/test_net_address_private_untrusted.cc',
354 'tests/test_net_address_private_untrusted.h', 356 'tests/test_net_address_private_untrusted.h',
355 'tests/test_paint_aggregator.cc', 357 'tests/test_paint_aggregator.cc',
356 'tests/test_paint_aggregator.h', 358 'tests/test_paint_aggregator.h',
357 'tests/test_post_message.cc', 359 'tests/test_post_message.cc',
358 'tests/test_post_message.h', 360 'tests/test_post_message.h',
359 'tests/test_scrollbar.cc', 361 'tests/test_scrollbar.cc',
360 'tests/test_scrollbar.h', 362 'tests/test_scrollbar.h',
361 'tests/test_tcp_server_socket_private.cc', 363 'tests/test_tcp_server_socket_private.cc',
362 'tests/test_tcp_server_socket_private.h', 364 'tests/test_tcp_server_socket_private.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'tests/test_x509_certificate_private.h', 451 'tests/test_x509_certificate_private.h',
450 452
451 # Deprecated test cases. 453 # Deprecated test cases.
452 'tests/test_instance_deprecated.cc', 454 'tests/test_instance_deprecated.cc',
453 'tests/test_instance_deprecated.h', 455 'tests/test_instance_deprecated.h',
454 'tests/test_var_deprecated.cc', 456 'tests/test_var_deprecated.cc',
455 'tests/test_var_deprecated.h', 457 'tests/test_var_deprecated.h',
456 ], 458 ],
457 }, 459 },
458 } 460 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698