| Index: vm/vm.gypi
 | 
| ===================================================================
 | 
| --- vm/vm.gypi	(revision 1955)
 | 
| +++ vm/vm.gypi	(working copy)
 | 
| @@ -56,7 +56,7 @@
 | 
|         }]],
 | 
|      },
 | 
|      {
 | 
| -      'target_name': 'libdart_lib',
 | 
| +      'target_name': 'libdart_lib_withcore',
 | 
|        'type': 'static_library',
 | 
|        'dependencies': [
 | 
|          'generate_corelib_cc_file',
 | 
| @@ -67,6 +67,7 @@
 | 
|          '../lib/lib_impl_sources.gypi',
 | 
|        ],
 | 
|        'sources': [
 | 
| +        'bootstrap.cc',
 | 
|          # Include generated source files.
 | 
|          '<(corelib_cc_file)',
 | 
|          '<(corelib_impl_cc_file)',
 | 
| @@ -76,6 +77,20 @@
 | 
|        ],
 | 
|      },
 | 
|      {
 | 
| +      'target_name': 'libdart_lib',
 | 
| +      'type': 'static_library',
 | 
| +      'includes': [
 | 
| +        '../lib/lib_sources.gypi',
 | 
| +        '../lib/lib_impl_sources.gypi',
 | 
| +      ],
 | 
| +      'sources': [
 | 
| +        'bootstrap_nocorelib.cc',
 | 
| +      ],
 | 
| +      'include_dirs': [
 | 
| +        '..',
 | 
| +      ],
 | 
| +    },
 | 
| +    {
 | 
|        'target_name': 'libdart_api',
 | 
|        'type': 'static_library',
 | 
|        'include_dirs': [
 | 
| 
 |