Chromium Code Reviews| Index: runtime/tools/gyp/runtime-configurations.gypi |
| diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi |
| index 4f889871d7fd95c600d58817ebc6597ccda0364a..0b053c4b6248ea73a0426485f3a3fe895a4daffb 100644 |
| --- a/runtime/tools/gyp/runtime-configurations.gypi |
| +++ b/runtime/tools/gyp/runtime-configurations.gypi |
| @@ -92,6 +92,20 @@ |
| }, |
| }, |
| + 'Dart_simarmv6_Base': { |
| + 'abstract': 1, |
| + 'xcode_settings': { |
| + 'ARCHS': [ 'i386' ], |
| + }, |
| + }, |
| + |
| + 'Dart_simarmv5te_Base': { |
| + 'abstract': 1, |
| + 'xcode_settings': { |
| + 'ARCHS': [ 'i386' ], |
| + }, |
| + }, |
| + |
| 'Dart_simmips_Base': { |
| 'abstract': 1, |
| 'xcode_settings': { |