| 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" ]
|
| }
|
|
|