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

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

Issue 1544433002: Replace RE2 import with a dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-Added LICENSE and OWNERS file Created 4 years, 12 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
« no previous file with comments | « third_party/re2/re2.gyp ('k') | third_party/re2/re2/bitstate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/re2/re2.gyp ('k') | third_party/re2/re2/bitstate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698