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

Unified Diff: chrome/browser/mac/closure_blocks_leopard_compat.S

Issue 7598037: Re-enable stripping to produce an MH_DYLIB_STUB for closure_blocks_leopard_compat_stub (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « chrome/browser/mac/closure_blocks_leopard_compat.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mac/closure_blocks_leopard_compat.S
===================================================================
--- chrome/browser/mac/closure_blocks_leopard_compat.S (revision 95997)
+++ chrome/browser/mac/closure_blocks_leopard_compat.S (working copy)
@@ -5,18 +5,18 @@
# Definitions of symbols that may be needed at runtime but aren't necessarily
# present in the SDK chosen for compilation.
#
-# This file provides a symbols for _NSConcreteGlobalBlock and
+# This file provides symbols for _NSConcreteGlobalBlock and
# _NSConcreteStackBlock, normally present in libSystem.dylib and provided by
# by libclosure-38/data.c in Mac OS X 10.6 and later. When using the 10.5 SDK,
-# the symbol is not present. This file's definition can be used with extreme
+# the symbols are not present. This file's definition can be used with extreme
# care in an application that needs to use the 10.5 SDK in conjunction with
# blocks.
#
-# This file cooperates with the build system (closure_leopard_compat.gyp) to
-# produce a dynamic library that, when linked against, causes dependents to
-# look in libSystem for the symbols provided here. It also cooperates with a
-# header (block.h) that causes dependents to treat the symbols provided here
-# as weak imports, critical for the resultant output to be loadable on 10.5.
+# This file cooperates with the build system to produce a dynamic library
+# that, when linked against, causes dependents to look in libSystem for the
+# symbols provided here. It also cooperates with a header that causes
+# dependents to treat the symbols provided here as weak imports, critical for
+# the resultant output to be loadable on 10.5.
# To simplify things, this file assumes it's being built with the 10.5 SDK,
# a deployment target of 10.5, and is producing 32-bit x86 code. Other
« no previous file with comments | « chrome/browser/mac/closure_blocks_leopard_compat.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698