 Chromium Code Reviews
 Chromium Code Reviews Issue 11782028:
  Parallel and concurrent sweeping.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 11782028:
  Parallel and concurrent sweeping.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: tools/gyp/v8.gyp | 
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp | 
| index 046a72c4e065ccc5115f6e903f26835c7a7678c7..4df0b7cdd4eaf3ea023cda36e2d62f34546e01fb 100644 | 
| --- a/tools/gyp/v8.gyp | 
| +++ b/tools/gyp/v8.gyp | 
| @@ -465,6 +465,8 @@ | 
| '../../src/strtod.h', | 
| '../../src/stub-cache.cc', | 
| '../../src/stub-cache.h', | 
| + '../../src/sweeper-thread.h', | 
| + '../../src/sweeper-thread.cc', | 
| '../../src/token.cc', | 
| '../../src/token.h', | 
| '../../src/transitions-inl.h', |