Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 3ceabf326cb72ff4179b334642e01ccec2141dc6..863b1ef437a9a4b6dc2dc285f65731dce8857f59 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1250,7 +1250,7 @@ |
| }], |
| # We use "POSIX" to refer to all non-Windows operating systems. |
| ['OS=="win"', { |
| - 'sources/': [ ['exclude', '_posix\\.(h|cc)$'] ], |
| + 'sources/': [ ['exclude', '_posix(_unittest)?\\.(h|cc)$'] ], |
| # turn on warnings for signed/unsigned mismatch on chromium code. |
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |