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

Unified Diff: third_party/apple_apsl/README.chromium

Issue 3801013: Move APSL code into third_party. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 | « third_party/apple_apsl/LICENSE ('k') | third_party/apple_apsl/malloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_apsl/README.chromium
===================================================================
--- third_party/apple_apsl/README.chromium (revision 0)
+++ third_party/apple_apsl/README.chromium (revision 0)
@@ -0,0 +1,32 @@
+Name: Darwin
+URL: http://www.opensource.apple.com/
+
+Three files are excerpted here:
+
+malloc.h from:
+http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
+
+Modifications:
+- Modified #ifdef guards.
+- Removed everything but the definition of malloc_zone_t.
+- Renamed _malloc_zone_t to ChromeMallocZone to avoid possible name conflicts.
+- Added a few comments.
+
+CFRuntime.h from:
+http://www.opensource.apple.com/source/CF/CF-550/CFRuntime.h
+
+Modifications:
+- Modified #ifdef guards.
+- Removed everything but the definition of CFRuntimeBase.
+- Renamed CFRuntimeBase to ChromeCFRuntimeBase to avoid possible name conflicts.
+
+CFBase.h from:
+http://opensource.apple.com/source/CF/CF-550/CFBase.c
+
+Modifications:
+- Renamed the file to CFBase.h.
+- Added #ifdef guards.
+- Added an #include of the CFRuntime.h file.
+- Removed everything but the definition of __CFAllocator.
+- Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase.
+- Renamed __CFAllocator to ChromeCFAllocator to avoid possible name conflicts.
Property changes on: third_party/apple_apsl/README.chromium
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « third_party/apple_apsl/LICENSE ('k') | third_party/apple_apsl/malloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698