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

Side by Side Diff: third_party/apache-portable-runtime/README.chromium

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added real /external/netty4.git repo hash Created 4 years, 11 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
OLDNEW
(Empty)
1 Name: Apache Portable Runtime
2 Short Name: apr
3 URL: https://apr.apache.org/download.cgi
4 MD5: 98492e965963f852ab29f9e61b2ad700 *apr-1.5.2.tar.gz
5 Version: 1.5.2
6 Date: April 29, 2015
7 License: Apache 2.0
8 License File: NOT_SHIPPED
9 Security Critical: no
10
11 Description:
12 The Apache Portable Runtime Library provides a predictable and
13 consistent interface to underlying platform-specific
14 implementations, with an API to which software developers may code
15 and be assured of predictable if not identical behavior regardless
16 of the platform on which their software is built, relieving them of
17 the need to code special-case conditions to work around or take
18 advantage of platform-specific deficiencies or features.
19
20 Local Modifications:
21 1. Ran ./configure
22 2. See the other changes in diff.patch
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698