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

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
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'tests/test_image_data.cc', 352 'tests/test_image_data.cc',
353 'tests/test_image_data.h', 353 'tests/test_image_data.h',
354 'tests/test_ime_input_event.cc', 354 'tests/test_ime_input_event.cc',
355 'tests/test_ime_input_event.h', 355 'tests/test_ime_input_event.h',
356 'tests/test_input_event.cc', 356 'tests/test_input_event.cc',
357 'tests/test_input_event.h', 357 'tests/test_input_event.h',
358 'tests/test_memory.cc', 358 'tests/test_memory.cc',
359 'tests/test_memory.h', 359 'tests/test_memory.h',
360 'tests/test_mouse_cursor.cc', 360 'tests/test_mouse_cursor.cc',
361 'tests/test_mouse_cursor.h', 361 'tests/test_mouse_cursor.h',
362 'tests/test_mouse_lock.cc',
363 'tests/test_mouse_lock.h',
362 'tests/test_net_address_private_untrusted.cc', 364 'tests/test_net_address_private_untrusted.cc',
363 'tests/test_net_address_private_untrusted.h', 365 'tests/test_net_address_private_untrusted.h',
364 'tests/test_paint_aggregator.cc', 366 'tests/test_paint_aggregator.cc',
365 'tests/test_paint_aggregator.h', 367 'tests/test_paint_aggregator.h',
366 'tests/test_post_message.cc', 368 'tests/test_post_message.cc',
367 'tests/test_post_message.h', 369 'tests/test_post_message.h',
368 'tests/test_scrollbar.cc', 370 'tests/test_scrollbar.cc',
369 'tests/test_scrollbar.h', 371 'tests/test_scrollbar.h',
370 'tests/test_tcp_server_socket_private.cc', 372 'tests/test_tcp_server_socket_private.cc',
371 'tests/test_tcp_server_socket_private.h', 373 'tests/test_tcp_server_socket_private.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'tests/test_x509_certificate_private.h', 455 'tests/test_x509_certificate_private.h',
454 456
455 # Deprecated test cases. 457 # Deprecated test cases.
456 'tests/test_instance_deprecated.cc', 458 'tests/test_instance_deprecated.cc',
457 'tests/test_instance_deprecated.h', 459 'tests/test_instance_deprecated.h',
458 'tests/test_var_deprecated.cc', 460 'tests/test_var_deprecated.cc',
459 'tests/test_var_deprecated.h', 461 'tests/test_var_deprecated.h',
460 ], 462 ],
461 }, 463 },
462 } 464 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698