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

Side by Side Diff: third_party/apple_webkit/README.chromium

Issue 9638015: Remove ppc and ppc64 architectures from libWebKitSystemInterfaceLeopard.a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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 | « no previous file | third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: WebKit private system interface 1 Name: WebKit private system interface
2 URL: http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSyst emInterfaceLeopard.a@106868 2 URL: http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSyst emInterfaceLeopard.a@106868
3 SVN Revision: r106868 3 Version: r106868
4 Date: 6 February 2012 4 Date: 6 February 2012
5 Security Critical: Yes
Robert Sesek 2012/03/08 18:05:56 What does this mean?
Nico 2012/03/08 18:07:14 See http://src.chromium.org/viewvc/chrome/trunk/sr
5 6
6 Local changes: 7 Local changes:
7 Added the contents of LICENSE to WebKitSystemInterface.h. 8 Added the contents of LICENSE to WebKitSystemInterface.h.
9 Removed architectures ppc, ppc64 from the archive by running:
10 cp third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a .
11 lipo -remove ppc -remove ppc64 \
12 -output third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a \
13 libWebKitSystemInterfaceLeopard.a
OLDNEW
« no previous file with comments | « no previous file | third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698