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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/apple_apsl/LICENSE ('k') | third_party/apple_apsl/malloc.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 Name: Darwin
2 URL: http://www.opensource.apple.com/
3
4 Three files are excerpted here:
5
6 malloc.h from:
7 http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
8
9 Modifications:
10 - Modified #ifdef guards.
11 - Removed everything but the definition of malloc_zone_t.
12 - Renamed _malloc_zone_t to ChromeMallocZone to avoid possible name conflicts.
13 - Added a few comments.
14
15 CFRuntime.h from:
16 http://www.opensource.apple.com/source/CF/CF-550/CFRuntime.h
17
18 Modifications:
19 - Modified #ifdef guards.
20 - Removed everything but the definition of CFRuntimeBase.
21 - Renamed CFRuntimeBase to ChromeCFRuntimeBase to avoid possible name conflicts.
22
23 CFBase.h from:
24 http://opensource.apple.com/source/CF/CF-550/CFBase.c
25
26 Modifications:
27 - Renamed the file to CFBase.h.
28 - Added #ifdef guards.
29 - Added an #include of the CFRuntime.h file.
30 - Removed everything but the definition of __CFAllocator.
31 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase.
32 - Renamed __CFAllocator to ChromeCFAllocator to avoid possible name conflicts.
OLDNEW
« 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