diff options
author | penghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 17:00:46 +0000 |
---|---|---|
committer | penghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 17:00:46 +0000 |
commit | 83649fbe67e5f083e9bbfa5276e85c3cd1817a3f (patch) | |
tree | 1346d656858ac0a6fe44093301d6a6514f1f1a32 /ppapi/ppapi_sources.gypi | |
parent | aaf6cce59e126b77ad17f2e8452c83ae56e0111f (diff) | |
download | chromium_src-83649fbe67e5f083e9bbfa5276e85c3cd1817a3f.zip chromium_src-83649fbe67e5f083e9bbfa5276e85c3cd1817a3f.tar.gz chromium_src-83649fbe67e5f083e9bbfa5276e85c3cd1817a3f.tar.bz2 |
[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
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 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', |