| Index: tools/gyp/v8.gyp
 | 
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
 | 
| index 0ba4e5aa899ad134649bc0deeeaef87556909aec..c0db914a4b650d680360d81a1ba8b1a27c9582e5 100644
 | 
| --- a/tools/gyp/v8.gyp
 | 
| +++ b/tools/gyp/v8.gyp
 | 
| @@ -694,6 +694,9 @@
 | 
|          '../../src/jsregexp-inl.h',
 | 
|          '../../src/jsregexp.cc',
 | 
|          '../../src/jsregexp.h',
 | 
| +	'../../src/layout-descriptor-inl.h',
 | 
| +	'../../src/layout-descriptor.cc',
 | 
| +	'../../src/layout-descriptor.h',
 | 
|          '../../src/list-inl.h',
 | 
|          '../../src/list.h',
 | 
|          '../../src/lithium-allocator-inl.h',
 | 
| 
 |