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

Unified Diff: test/ios/app-bundle/TestApp/only-compile-in-32-bits.m

Issue 81213003: Fix default ARCHS value for iOS project. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Addressing comments Created 7 years, 1 month 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 | « pylib/gyp/xcode_emulation.py ('k') | test/ios/app-bundle/TestApp/only-compile-in-64-bits.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
diff --git a/test/prune_targets/lib2.cc b/test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
similarity index 76%
copy from test/prune_targets/lib2.cc
copy to test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
index aed394afcff768af538513e67e47170f954a36c3..28bb11778816063c92eea65666a5d75bdfd8a17b 100644
--- a/test/prune_targets/lib2.cc
+++ b/test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
@@ -2,5 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-void libfunc2() {
-}
+#if defined(__LP64__)
+# error 64-bit build
+#endif
« no previous file with comments | « pylib/gyp/xcode_emulation.py ('k') | test/ios/app-bundle/TestApp/only-compile-in-64-bits.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698