summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-30 16:41:26 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-30 16:41:26 +0000
commitb8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1 (patch)
tree3f57eec1b726d23d6126f3f9bcc4c7c86a54da2a /gfx/gfx.gyp
parenteacaf240e4852d599af41cca2e51279a25c59937 (diff)
downloadchromium_src-b8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1.zip
chromium_src-b8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1.tar.gz
chromium_src-b8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1.tar.bz2
Restore the Direct2D tests. It no longer uses WindowImpl which I moved to app and caused a circular dependency. Fortunately, this test's requirements are very simple and the code required is very small.
TEST=the tests run BUG=none Review URL: http://codereview.chromium.org/6003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70314 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index ada400e..df7d5de 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -42,7 +42,7 @@
['OS=="win"', {
'sources': [
# TODO(brettw) re-enable this when the dependencies on WindowImpl are fixed!
- #'canvas_direct2d_unittest.cc',
+ 'canvas_direct2d_unittest.cc',
'icon_util_unittest.cc',
'native_theme_win_unittest.cc',
],