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

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

Issue 2276043002: Support custom message filtering on Mojo binding objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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 ca083badc5e1dd66d862268470f49682e7727d21..72d6ba268dfb5ad136e954becba78ba2b3e159d9 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -102,6 +102,10 @@ mojom("test_associated_interfaces") {
"test_associated_interfaces.mojom",
"validation_test_associated_interfaces.mojom",
]
+
+ public_deps = [
+ ":test_interfaces",
+ ]
}
mojom("versioning_test_service_interfaces") {

Powered by Google App Engine
This is Rietveld 408576698