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

Unified Diff: third_party/re2/README.chromium

Issue 2694693002: Roll re2 dba3349..596d73e. (Closed)
Patch Set: Use unsigned literal when asserting re2::StringPiece::size() value. Created 3 years, 10 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
« no previous file with comments | « third_party/re2/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/README.chromium
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium
index f7d576d58178e01d9f9444ee1ab97a46aaad1db5..1d7b9c3329dd4f82be2f93a34ac68371dc06060d 100644
--- a/third_party/re2/README.chromium
+++ b/third_party/re2/README.chromium
@@ -1,8 +1,8 @@
Name: re2 - an efficient, principled regular expression library
Short Name: re2
URL: https://github.com/google/re2
-Version: dba3349aba83b5588e85e5ecf2b56c97f2d259b7
-Date: 2015-12-10
+Version: aa627d9e7bb93778967e34cc015452ae453a4e78
+Date: 2017-02-13
License: BSD 3-Clause
License File: LICENSE
Security Critical: yes
@@ -10,12 +10,3 @@ 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.
-
-To update RE2, execute the following commands from your Chromium checkout:
-$ git clone https://github.com/google/re2 third_party/re2_new
-$ cp third_party/re2/OWNERS third_party/re2/BUILD.gn third_party/re2/re2.gyp \
-third_party/re2/README.chromium third_party/re2/DEPS third_party/re2_new
-$ rm -rf third_party/re2_new/.git
-$ rm -rf third_party/re2
-$ mv third_party/re2_new third_party/re2
-Then update third_party/re2/BUILD.gn and third_party/re2/re2.gyp.
« no previous file with comments | « third_party/re2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698