summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-22 16:13:22 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-22 16:13:22 +0000
commitfe833c999534725ddd1c01291023ab8ac20b796a (patch)
tree9d73f21c8b6a71b17fea72efc3e2d4c74f73270f /ppapi/ppapi_tests.gypi
parent56c802fa1fd078b7f43338a7be9d016ccf582750 (diff)
downloadchromium_src-fe833c999534725ddd1c01291023ab8ac20b796a.zip
chromium_src-fe833c999534725ddd1c01291023ab8ac20b796a.tar.gz
chromium_src-fe833c999534725ddd1c01291023ab8ac20b796a.tar.bz2
Convert the flash clipboard API to thunk system.
This adds a new clipboard API and thunks for it, and converts the existing proxy to use the new system. This adds a UI test for this feature. BUG= TEST=included Review URL: http://codereview.chromium.org/8365017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi12
1 files changed, 7 insertions, 5 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 625a06d..352cfd1 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -85,23 +85,25 @@
'tests/test_char_set.h',
'tests/test_core.cc',
'tests/test_core.h',
+ 'tests/test_cpp_includes.cc',
'tests/test_crypto.cc',
'tests/test_crypto.h',
- 'tests/test_cpp_includes.cc',
'tests/test_cursor_control.cc',
'tests/test_cursor_control.h',
'tests/test_directory_reader.cc',
'tests/test_directory_reader.h',
- 'tests/test_fullscreen.cc',
- 'tests/test_fullscreen.h',
- 'tests/test_flash_fullscreen.cc',
- 'tests/test_flash_fullscreen.h',
'tests/test_file_io.cc',
'tests/test_file_io.h',
'tests/test_file_ref.cc',
'tests/test_file_ref.h',
'tests/test_file_system.cc',
'tests/test_file_system.h',
+ 'tests/test_flash_clipboard.cc',
+ 'tests/test_flash_clipboard.h',
+ 'tests/test_flash_fullscreen.cc',
+ 'tests/test_flash_fullscreen.h',
+ 'tests/test_fullscreen.cc',
+ 'tests/test_fullscreen.h',
'tests/test_graphics_2d.cc',
'tests/test_graphics_2d.h',
'tests/test_graphics_3d.cc',