Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: dart/tools/gyp/configurations_xcode.gypi

Issue 10892034: Update V8 to 3.12. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/tools/gyp/common.gypi ('k') | deps/all.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
« no previous file with comments | « dart/tools/gyp/common.gypi ('k') | deps/all.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698