Chromium Code Reviews| Index: dart/tools/gyp/configurations_xcode.gypi |
| diff --git a/dart/tools/gyp/configurations_xcode.gypi b/dart/tools/gyp/configurations_xcode.gypi |
| index 1549da945c6509e2b7df4d3d5e961ae1f6228737..eb424514876e5a42100679218e75b0bdb79c2a0a 100644 |
| --- a/dart/tools/gyp/configurations_xcode.gypi |
| +++ b/dart/tools/gyp/configurations_xcode.gypi |
| @@ -49,18 +49,6 @@ |
| }, |
| }, |
| - 'Dart_ia32_Base': { |
| - 'xcode_settings': { |
| - 'ARCHS': [ 'i386' ], |
| - }, |
| - }, |
| - |
| - 'Dart_x64_Base': { |
| - 'xcode_settings': { |
| - 'ARCHS': [ 'x86_64' ], |
| - }, |
| - }, |
| - |
| 'Dart_simarm_Base': { |
|
ricow1
2012/08/29 16:00:17
I know that there is not a conflict, but could we
ahe
2012/08/30 09:02:07
Done.
|
| 'xcode_settings': { |
| 'ARCHS': [ 'i386' ], |