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

Unified Diff: third_party/re2/re2.pc

Issue 1516543002: Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits 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 side-by-side diff with in-line comments
Download patch
Index: third_party/re2/re2.pc
diff --git a/third_party/re2/re2.pc b/third_party/re2/re2.pc
new file mode 100644
index 0000000000000000000000000000000000000000..9e90cdadfbb9c754ecad2b7267a835444844777c
--- /dev/null
+++ b/third_party/re2/re2.pc
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: re2
+Description: RE2 is a fast, safe, thread-friendly regular expression engine.
+Version: 0.0.0
+Cflags: -I${includedir}
+Libs: -L${libdir} -lre2 -pthread

Powered by Google App Engine
This is Rietveld 408576698