Index: third_party/re2/README.chromium |
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..57a247c9e3283832d205d2566346865b17e48279 |
--- /dev/null |
+++ b/third_party/re2/README.chromium |
@@ -0,0 +1,17 @@ |
+Name: re2 - an efficient, principled regular expression library |
+Short Name: re2 |
+URL: http://code.google.com/p/re2/ |
+Version: 83:c79416ca4228 |
+Date: 2012-06-20 |
+Revision: 83:c79416ca4228 |
+License: BSD 3-Clause License |
+License File: LICENSE |
+Security Critical: yes |
+ |
+Description: |
+RE2 is a fast, safe, thread-friendly alternative to backtracking regular |
+expression engines like those used in PCRE, Perl, and Python. |
+ |
+Local Modifications: |
+- Dropped POSIX configuration (remove-posix-option.patch) |
+- Support for Windows (re2-msvc9-chrome.patch) |