Revert "Temporarily disable autocxx coverage"
This reverts commit 9a6459fd3cba245538b44a59cc93753f2c052379, because
the underlying breakage (an incompatibility between bindgen and
upstream clang) has been fixed.
Bug: 1380857
Change-Id: I0eb00b983bb8b9a6065d287e55698802eb98ee16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016259
Commit-Queue: Adrian Taylor <[email protected]>
Reviewed-by: Collin Baker <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1074059}
diff --git a/BUILD.gn b/BUILD.gn
index ee05a7bd..6dbe100 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -858,9 +858,7 @@
deps += [
"//mojo/public/rust",
"//mojo/public/rust:mojo_rust_tests",
-
- # TODO(https://crbug.com/1380857): reenable test coverage.
- # "//third_party/rust/autocxx/chromium_integration/tests",
+ "//third_party/rust/autocxx/chromium_integration/tests",
# TODO(crbug.com/1291994): Determine whether it makes sense to build/run
# this even on Android. If not, remove this and figure out how to run it