diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 07:05:38 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 07:05:38 +0000 |
commit | 9e008aff45ca1883f033a734617b745bbb50a6a9 (patch) | |
tree | 6050a82fced1386198b4f8581a4194561791caf7 /ui/ui_unittests.gypi | |
parent | e8b0118bc21107e0d3955b80542b0368e0e139f8 (diff) | |
download | chromium_src-9e008aff45ca1883f033a734617b745bbb50a6a9.zip chromium_src-9e008aff45ca1883f033a734617b745bbb50a6a9.tar.gz chromium_src-9e008aff45ca1883f033a734617b745bbb50a6a9.tar.bz2 |
Revert 174338
The newly added tests failing on the tree:
http://build.chromium.org/p/chromium.win/builders/Vista%20Tests%20%283%29/builds/25653
> [ui/surface] Separate image processing logic from presentation logic.
>
> The D3D image processing code from AcceleratedPresenter moves to its own class, "ui/surface/accelerated_surface_transformer_win.h". This split allows the image processing code to be tested independently of the present-scheduling system, and so we add unit tests doing exactly that. Utility functions (loading d3d, creating temp surfaces) doing things commonly required by test, transform, and present code -- these functions are moved to a third location, "ui/surface/d3d9_utils_win.h"
>
> The new unit tests -- which live in the ui_unittests binary -- make extensive use of pseudorandom image content, which I think is kind of neat. The tests use D3D HAL devices; I tried to use REF, but it didn't work, as StretchRect+LINEAR is not supported by refrast. So as a result we may have a GPU vendor dependency in these results.
>
> BUG=161537
> TEST=new ui_unittests
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174028
>
> Review URL: https://chromiumcodereview.appspot.com/11464017
TBR=nick@chromium.org
Review URL: https://codereview.chromium.org/11667003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gypi')
-rw-r--r-- | ui/ui_unittests.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi index 62d6099..36a1afa 100644 --- a/ui/ui_unittests.gypi +++ b/ui/ui_unittests.gypi @@ -161,10 +161,6 @@ 'gfx/font_fallback_win_unittest.cc', 'gfx/icon_util_unittest.cc', 'gfx/platform_font_win_unittest.cc', - 'surface/accelerated_surface_transformer_win_unittest.cc' - ], - 'dependencies': [ - '../ui/surface/surface.gyp:surface', ], 'include_dirs': [ '../..', |