Skip to content

Commit

Permalink
Add support for xDS regex matchers.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnadionne committed Jul 7, 2020
1 parent 598e171 commit 8dd0cb4
Show file tree
Hide file tree
Showing 36 changed files with 1,133 additions and 119 deletions.
1 change: 1 addition & 0 deletions .clang_complete
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
-Ithird_party/googletest/googletest/include
-Ithird_party/googletest/include
-Ithird_party/protobuf/src
-Ithird_party/re2
-Ithird_party/upb
-Ithird_party/zlib
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
[submodule "third_party/boringssl-with-bazel"]
path = third_party/boringssl-with-bazel
url = https://github.com/google/boringssl.git
[submodule "third_party/re2"]
path = third_party/re2
url = git://github.com/google/re2.git
[submodule "third_party/cares/cares"]
path = third_party/cares/cares
url = https://github.com/c-ares/c-ares.git
Expand Down
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ grpc_cc_library(
external_deps = [
"upb_lib",
"upb_textformat_lib",
"re2",
],
language = "c++",
deps = [
Expand Down
Loading

0 comments on commit 8dd0cb4

Please sign in to comment.