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

Unified 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: Make the build work on clang-tot bot 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 side-by-side diff with in-line comments
Download patch
Index: third_party/apache-portable-runtime/README.chromium
diff --git a/third_party/apache-portable-runtime/README.chromium b/third_party/apache-portable-runtime/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..bd1de0353ee88c3a08ba35b261255623840d9934
--- /dev/null
+++ b/third_party/apache-portable-runtime/README.chromium
@@ -0,0 +1,24 @@
+Name: Apache Portable Runtime
+Short Name: apr
+URL: https://apr.apache.org/download.cgi
+MD5: 98492e965963f852ab29f9e61b2ad700 *apr-1.5.2.tar.gz
+Version: 1.5.2
+Date: April 29, 2015
+License: Apache 2.0
+License File: NOT_SHIPPED
+Security Critical: no
+The library is not security critical because it is used for tests only.
+Do not link it into production code.
+
+Description:
+ The Apache Portable Runtime Library provides a predictable and
+ consistent interface to underlying platform-specific
+ implementations, with an API to which software developers may code
+ and be assured of predictable if not identical behavior regardless
+ of the platform on which their software is built, relieving them of
+ the need to code special-case conditions to work around or take
+ advantage of platform-specific deficiencies or features.
+
+Local Modifications:
+1. Ran ./configure
+2. See the other changes in diff.patch

Powered by Google App Engine
This is Rietveld 408576698