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

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

Issue 1612863004: Revert of [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/apache-portable-runtime/OWNERS ('k') | third_party/apache-portable-runtime/apr.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 The library is not security critical because it is used for tests only.
11 Do not link it into production code.
12
13 Description:
14 The Apache Portable Runtime Library provides a predictable and
15 consistent interface to underlying platform-specific
16 implementations, with an API to which software developers may code
17 and be assured of predictable if not identical behavior regardless
18 of the platform on which their software is built, relieving them of
19 the need to code special-case conditions to work around or take
20 advantage of platform-specific deficiencies or features.
21
22 Local Modifications:
23 1. Ran ./configure
24 2. See the other changes in diff.patch
OLDNEW
« no previous file with comments | « third_party/apache-portable-runtime/OWNERS ('k') | third_party/apache-portable-runtime/apr.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698