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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_webkit/README.chromium
diff --git a/third_party/apple_webkit/README.chromium b/third_party/apple_webkit/README.chromium
index bac2675ff7ea9f3430220fb5d7daf59f954edb5f..672b96516dc75be3574f55fa35c4487229b3e5dd 100644
--- a/third_party/apple_webkit/README.chromium
+++ b/third_party/apple_webkit/README.chromium
@@ -1,7 +1,13 @@
Name: WebKit private system interface
URL: http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a@106868
-SVN Revision: r106868
+Version: r106868
Date: 6 February 2012
+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
Local changes:
Added the contents of LICENSE to WebKitSystemInterface.h.
+Removed architectures ppc, ppc64 from the archive by running:
+ cp third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a .
+ lipo -remove ppc -remove ppc64 \
+ -output third_party/apple_webkit/libWebKitSystemInterfaceLeopard.a \
+ libWebKitSystemInterfaceLeopard.a
« 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