Skip to content
Snippets Groups Projects
Commit eacaf240 authored by brettw@google.com's avatar brettw@google.com
Browse files

Fix the circular dependency between gfx and app. This temporarily disables the...

Fix the circular dependency between gfx and app. This temporarily disables the Direct2D test while I fix this.

TEST=none
BUG=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70313 0039d316-1c4b-4281-b951-d872f2087c98
parent fff369b8
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
'dependencies': [
'gfx',
'gfx_resources',
'../app/app.gyp:app_base',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
......@@ -42,7 +41,8 @@
'conditions': [
['OS=="win"', {
'sources': [
'canvas_direct2d_unittest.cc',
# TODO(brettw) re-enable this when the dependencies on WindowImpl are fixed!
#'canvas_direct2d_unittest.cc',
'icon_util_unittest.cc',
'native_theme_win_unittest.cc',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment