From 83649fbe67e5f083e9bbfa5276e85c3cd1817a3f Mon Sep 17 00:00:00 2001 From: "penghuang@chromium.org" Date: Fri, 20 Jun 2014 17:00:46 +0000 Subject: [PPAPI] Add browser tests for compositor API And fix a bug found with the tests. BindGraphics() does not work for a device which is in the same type with the current bound device. BUG=374383 R=piman@chromium.org, raymes@chromium.org Review URL: https://codereview.chromium.org/324983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278728 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/ppapi_sources.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ppapi/ppapi_sources.gypi') diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi index 8c0c531..10f2d16 100644 --- a/ppapi/ppapi_sources.gypi +++ b/ppapi/ppapi_sources.gypi @@ -406,6 +406,8 @@ 'tests/test_audio_config.h', 'tests/test_case.cc', 'tests/test_case.h', + 'tests/test_compositor.cc', + 'tests/test_compositor.h', 'tests/test_console.cc', 'tests/test_console.h', 'tests/test_core.cc', -- cgit v1.1