diff options
-rw-r--r-- | gfx/gfx.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 359e668..ada400e 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -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', ], |