Index: ppapi/native_client/tests/ppapi_tests/nacl.scons |
diff --git a/ppapi/native_client/tests/ppapi_tests/nacl.scons b/ppapi/native_client/tests/ppapi_tests/nacl.scons |
index b590a84f38721395af78e9310599b28d8fd2eac5..50edb2da60e6b9b1b8aa81491abe6558c4556346 100644 |
--- a/ppapi/native_client/tests/ppapi_tests/nacl.scons |
+++ b/ppapi/native_client/tests/ppapi_tests/nacl.scons |
@@ -37,7 +37,6 @@ ppapi_tests_sources = [ |
#'test_buffer.cc', |
# Not yet proxied. |
#'test_char_set.cc', |
- 'test_cursor_control.cc', |
# Fails in DeleteDirectoryRecursively. |
# BUG: http://code.google.com/p/nativeclient/issues/detail?id=2107 |
#'test_directory_reader.cc', |
@@ -45,6 +44,7 @@ ppapi_tests_sources = [ |
'test_file_ref.cc', |
'test_file_system.cc', |
'test_memory.cc', |
+ 'test_mouse_cursor.cc', |
'test_graphics_2d.cc', |
'test_image_data.cc', |
'test_paint_aggregator.cc', |