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

Unified Diff: test/ios/app-bundle/TestApp/only-compile-in-64-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 | « test/ios/app-bundle/TestApp/only-compile-in-32-bits.m ('k') | test/ios/app-bundle/test-archs.gyp » ('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-64-bits.m
diff --git a/test/prune_targets/lib2.cc b/test/ios/app-bundle/TestApp/only-compile-in-64-bits.m
similarity index 75%
copy from test/prune_targets/lib2.cc
copy to test/ios/app-bundle/TestApp/only-compile-in-64-bits.m
index aed394afcff768af538513e67e47170f954a36c3..e6d255841875eb77bfd9b6fa7524899588406e11 100644
--- a/test/prune_targets/lib2.cc
+++ b/test/ios/app-bundle/TestApp/only-compile-in-64-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 32-bit build
+#endif
« no previous file with comments | « test/ios/app-bundle/TestApp/only-compile-in-32-bits.m ('k') | test/ios/app-bundle/test-archs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698