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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 1003773002: CPP bindings: DCHECK when a Callback is destructed without being invoked (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased again Created 5 years, 9 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
Index: mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
index dabc3f641f7709befe98a3d43f620ba43347ad84..d159a09c156cafa0d96c8bb2dbee5746f22b79b1 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -7,6 +7,7 @@ import("../../../tools/bindings/mojom.gni")
mojom("test_interfaces") {
testonly = true
sources = [
+ "binding_callback_test_interfaces.mojom",
"math_calculator.mojom",
"no_module.mojom",
"rect.mojom",

Powered by Google App Engine
This is Rietveld 408576698