 Chromium Code Reviews
 Chromium Code Reviews Issue 567433002:
  Eliminate Turbofan shims with CodeFactory  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 567433002:
  Eliminate Turbofan shims with CodeFactory  (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 6a4fd90e390f4f56ee48324fd75a7a2b8f42cb37..8587188922ca0022f882e438548dc247e9e9ecd4 100644 | 
| --- a/tools/gyp/v8.gyp | 
| +++ b/tools/gyp/v8.gyp | 
| @@ -364,6 +364,8 @@ | 
| '../../src/checks.h', | 
| '../../src/circular-queue-inl.h', | 
| '../../src/circular-queue.h', | 
| + '../../src/code-factory.cc', | 
| + '../../src/code-factory.h', | 
| '../../src/code-stubs.cc', | 
| '../../src/code-stubs.h', | 
| '../../src/code-stubs-hydrogen.cc', |