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

Unified Diff: mojo/public/cpp/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: Fixed BUILD.gn file. 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/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index efd0b38cf51c181cd10d6e3aea508dd4eb6bb5a6..bb333831c106a6afc16bf3c3aabade58f7cd2fc3 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -9,6 +9,7 @@ mojo_sdk_source_set("tests") {
sources = [
"array_unittest.cc",
+ "binding_callback_test.cc",
jamesr 2015/03/16 21:05:56 _unittest.cc, please (we might have integration or
rudominer 2015/03/16 22:57:19 Done.
"bounds_checker_unittest.cc",
"buffer_unittest.cc",
"callback_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698