diff options
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r-- | gfx/gfx.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 76aea87..359e668 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -17,6 +17,7 @@ 'dependencies': [ 'gfx', 'gfx_resources', + '../app/app.gyp:app_base', '../base/base.gyp:test_support_base', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', @@ -149,8 +150,6 @@ 'icon_util.h', 'native_theme_win.cc', 'native_theme_win.h', - 'window_impl.cc', - 'window_impl.h', 'win_util.cc', 'win_util.h', ], |