diff options
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 6c76edb..9bb37cb 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -446,8 +446,15 @@ } ], [ 'OS == "win"', { + 'include_dirs': [ + '../chrome/third_party/wtl/include', + ], 'sources/': [ ['exclude', '_(linux|mac|posix|chromeos)\\.cc$'], ['exclude', '\\.mm?$' ] ], + 'sources': [ + 'window_impl.cc', + 'window_impl.h', + ], 'sources!': [ 'data_pack.cc', 'event_recorder_stubs.cc', |