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

Unified Diff: third_party/apple_cctools/README.crashpad

Issue 564853002: Add third_party/apple_cctools containing virgin upstream code (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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 | « no previous file | third_party/apple_cctools/cctools/APPLE_LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_cctools/README.crashpad
diff --git a/third_party/apple_cctools/README.crashpad b/third_party/apple_cctools/README.crashpad
new file mode 100644
index 0000000000000000000000000000000000000000..22bb638e6dffd2dd8abfd3a1a94176e924bf927a
--- /dev/null
+++ b/third_party/apple_cctools/README.crashpad
@@ -0,0 +1,24 @@
+Name: Apple cctools
+Short Name: cctools
+URL: https://opensource.apple.com/source/cctools/
+URL: https://opensource.apple.com/tarballs/cctools/
+Version: 855 (from Xcode 5.1)
+License: APSL 2.0
+License File: cctools/APPLE_LICENSE
+Security Critical: no
+
+Description:
+cctools contains portions of Appleā€™s compiler toolchain, including common tools
+like ar, as, nm, strings, and strip, and platform-specific tools like lipo and
+otool. It also contains support libraries such as libmacho, which contains
+interfaces for dealing with Mach-O images.
+
+libmacho is available on Mac OS X as a runtime library that is part of
+libSystem, but versions of libmacho included in operating system versions prior
+to Mac OS X 10.7 did not include the getsectiondata() and getsegmentdata()
+functions. This library is present here to provide implementations of these
+functions for systems that do not have them.
+
+Local Modifications:
+ - Only cctools/APPLE_LICENSE, cctools/libmacho/getsecbyname.c, and
+ cctools/include/mach-o/getsect.h are included.
« no previous file with comments | « no previous file | third_party/apple_cctools/cctools/APPLE_LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698