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

Side by Side Diff: third_party/re2/README.chromium

Issue 2694693002: Roll re2 dba3349..596d73e. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 Name: re2 - an efficient, principled regular expression library 1 Name: re2 - an efficient, principled regular expression library
2 Short Name: re2 2 Short Name: re2
3 URL: https://github.com/google/re2 3 URL: https://github.com/google/re2
4 Version: dba3349aba83b5588e85e5ecf2b56c97f2d259b7 4 Version: aa627d9e7bb93778967e34cc015452ae453a4e78
5 Date: 2015-12-10 5 Date: 2017-02-13
6 License: BSD 3-Clause 6 License: BSD 3-Clause
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
11 RE2 is a fast, safe, thread-friendly alternative to backtracking regular 11 RE2 is a fast, safe, thread-friendly alternative to backtracking regular
12 expression engines like those used in PCRE, Perl, and Python. 12 expression engines like those used in PCRE, Perl, and Python.
13
14 To update RE2, execute the following commands from your Chromium checkout:
tfarina 2017/02/13 10:09:05 Why are you removing these instructions?
mmoroz 2017/02/13 10:15:46 These instructions are not relevant anymore. It us
15 $ git clone https://github.com/google/re2 third_party/re2_new
16 $ cp third_party/re2/OWNERS third_party/re2/BUILD.gn third_party/re2/re2.gyp \
17 third_party/re2/README.chromium third_party/re2/DEPS third_party/re2_new
18 $ rm -rf third_party/re2_new/.git
19 $ rm -rf third_party/re2
20 $ mv third_party/re2_new third_party/re2
21 Then update third_party/re2/BUILD.gn and third_party/re2/re2.gyp.
OLDNEW
« testing/libfuzzer/fuzzers/re2_fuzzer.cc ('K') | « third_party/re2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698