diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 19:09:15 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 19:09:15 +0000 |
commit | f1b5af9484c4e16962a60a00fc5d66bb29cfdc50 (patch) | |
tree | 0f16f0ba657b4794c66a696d26f516334d592ae1 /ppapi/ppapi_sources.gypi | |
parent | 393e5ec622b15decc5d0ba29fe0ebe45b2b9ca71 (diff) | |
download | chromium_src-f1b5af9484c4e16962a60a00fc5d66bb29cfdc50.zip chromium_src-f1b5af9484c4e16962a60a00fc5d66bb29cfdc50.tar.gz chromium_src-f1b5af9484c4e16962a60a00fc5d66bb29cfdc50.tar.bz2 |
Fix PPB_MouseLock.LockMouse crash and add tests.
Because mouse lock tests require focus, the new tests are put in interactive_ui_tests.
In this CL, ppapi_uitest is split into three parts:
1) ppapi_test: contains PPAPITestBase and its subclasses.
2) ppapi_browsertest: used by browser_tests.
3) ppapi_interactive_browsertest: used by interactive_ui_tests.
Besides, they are moved into a new folder, chrome/test/ppapi.
(1) and (2) are less interesting since they are mostly copied from ppapi_uitest.
BUG=135206
TEST=
Review URL: https://chromiumcodereview.appspot.com/10699045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r-- | ppapi/ppapi_sources.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi index 875506e..faaa59e 100644 --- a/ppapi/ppapi_sources.gypi +++ b/ppapi/ppapi_sources.gypi @@ -359,6 +359,8 @@ 'tests/test_memory.h', 'tests/test_mouse_cursor.cc', 'tests/test_mouse_cursor.h', + 'tests/test_mouse_lock.cc', + 'tests/test_mouse_lock.h', 'tests/test_net_address_private_untrusted.cc', 'tests/test_net_address_private_untrusted.h', 'tests/test_paint_aggregator.cc', |