 Chromium Code Reviews
 Chromium Code Reviews Issue 8318028:
  Gracefully handle child process death in out-of-process plugin loading.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 8318028:
  Gracefully handle child process death in out-of-process plugin loading.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index 9e3fe7ca8127bd6e1270e61c9b1a059a157a0ad4..9b7eb81b4c640d3d1fbeb44ac3c09d5e0067b129 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': { |