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

Unified Diff: build/linux/unbundle/re2.gn

Issue 2122713002: unbundle: add GN files for libpng, libvpx, and re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « build/linux/unbundle/libvpx.gn ('k') | build/linux/unbundle/replace_gn_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/re2.gn
diff --git a/build/linux/unbundle/snappy.gn b/build/linux/unbundle/re2.gn
similarity index 56%
copy from build/linux/unbundle/snappy.gn
copy to build/linux/unbundle/re2.gn
index 9956ef88bc0d2ce2d3f680475863fe88cd1e1a51..94013e5375db24e17796937ab5c060b10e30eb36 100644
--- a/build/linux/unbundle/snappy.gn
+++ b/build/linux/unbundle/re2.gn
@@ -4,19 +4,20 @@
import("//build/shim_headers.gni")
-shim_headers("snappy_shim") {
+shim_headers("re2_shim") {
root_path = "src"
headers = [
- "snappy-c.h",
- "snappy-sinksource.h",
- "snappy-stubs-public.h",
- "snappy.h",
+ "re2/filtered_re2.h",
+ "re2/re2.h",
+ "re2/set.h",
+ "re2/stringpiece.h",
+ "re2/variadic_function.h",
]
}
-source_set("snappy") {
+source_set("re2") {
deps = [
- ":snappy_shim",
+ ":re2_shim",
]
- libs = [ "snappy" ]
+ libs = [ "re2" ]
}
« no previous file with comments | « build/linux/unbundle/libvpx.gn ('k') | build/linux/unbundle/replace_gn_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698