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

Side by Side Diff: third_party/re2/re2.pc

Issue 1516543002: Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update instructions Created 5 years 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
(Empty)
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 includedir=${prefix}/include
4 libdir=${exec_prefix}/lib
5
6 Name: re2
7 Description: RE2 is a fast, safe, thread-friendly regular expression engine.
8 Version: 0.0.0
9 Cflags: -I${includedir}
10 Libs: -L${libdir} -lre2 -pthread
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698