Skip to content

Commit 0a18b85

Browse files
authored
Rebasing Pigweed, FuzzTest and Abseil (#39229) (#39280)
* Rebasing Pigweed, FuzzTest and Abseil * Remove RE2 Submodule since it was removed from pigweed
1 parent f64612a commit 0a18b85

File tree

6 files changed

+3
-12
lines changed

6 files changed

+3
-12
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,6 @@
345345
path = third_party/googletest
346346
url = https://github.com/google/googletest
347347
platforms = linux,android,darwin,tizen
348-
[submodule "third_party/re2/src"]
349-
path = third_party/re2/src
350-
url = https://github.com/google/re2.git
351-
platforms = linux,darwin
352348
[submodule "third_party/libdatachannel/repo"]
353349
path = third_party/libdatachannel/repo
354350
url = https://github.com/paullouisageneau/libdatachannel.git

build/toolchain/pw_fuzzer/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,5 @@ gcc_toolchain("chip_pw_fuzztest") {
6666

6767
# Since pw_fuzzer uses GoogleTest, activating this allows us to benefit from supporting functions
6868
chip_build_tests_googletest = true
69-
70-
# TODO: Seems that re2 support within FuzzTest was deprecated, keeping it defined is triggering warning
71-
# Remove if re2 is indeed not needed
72-
# dir_pw_third_party_re2 = "//third_party/re2/src"
7369
}
7470
}

third_party/abseil-cpp/src

Submodule src updated 264 files

third_party/fuzztest

Submodule fuzztest updated 189 files

third_party/pigweed/repo

Submodule repo updated 1137 files

third_party/re2/src

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)