| Index: dart/tools/gyp/configurations_xcode.gypi
 | 
| ===================================================================
 | 
| --- dart/tools/gyp/configurations_xcode.gypi	(revision 31530)
 | 
| +++ dart/tools/gyp/configurations_xcode.gypi	(working copy)
 | 
| @@ -16,7 +16,7 @@
 | 
|    },
 | 
|    'target_defaults': {
 | 
|      'configurations': {
 | 
| -      'Dart_Base': {
 | 
| +      'Dart_Macos_Base': {
 | 
|          'abstract': 1,
 | 
|          'xcode_settings': {
 | 
|            'GCC_VERSION': '<(xcode_gcc_version)',
 | 
| @@ -53,6 +53,24 @@
 | 
|            'COMBINE_HIDPI_IMAGES': 'YES',
 | 
|          },
 | 
|        },
 | 
| +      'Dart_Macos_ia32_Base': {
 | 
| +        'abstract': 1,
 | 
| +      },
 | 
| +      'Dart_Macos_x64_Base': {
 | 
| +        'abstract': 1,
 | 
| +      },
 | 
| +      'Dart_Macos_simarm_Base': {
 | 
| +        'abstract': 1,
 | 
| +      },
 | 
| +      'Dart_Macos_simmips_Base': {
 | 
| +        'abstract': 1,
 | 
| +      },
 | 
| +      'Dart_Macos_Debug': {
 | 
| +        'abstract': 1,
 | 
| +      },
 | 
| +      'Dart_Macos_Release': {
 | 
| +        'abstract': 1,
 | 
| +      },
 | 
|      },
 | 
|    },
 | 
|  }
 | 
| 
 |