summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp7
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',