Chromium Code Reviews| 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 |