diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 76af9cc..e8fd690 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1048,7 +1048,7 @@ ], 'conditions': [ ['OS!="win"', { - 'sources/': [ ['exclude', '_win\\.cc$'], + 'sources/': [ ['exclude', '_win(_unittest)?\\.cc$'], ['exclude', '/win/'], ['exclude', '/win_[^/]*\\.cc$'] ], }], |