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

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

Issue 2768463004: fix union test deps (Closed)
Patch Set: remove calls to test_interfaces_experimental Created 3 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
« no previous file with comments | « mojo/public/cpp/bindings/tests/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 06d0f9548014c11d8e2da029e06a3ed3f17735ec..0e086c39252467a84be83900964b9acdd93a684f 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -23,6 +23,7 @@ mojom("test_interfaces") {
"test_native_types.mojom",
"test_structs.mojom",
"test_sync_methods.mojom",
+ "test_unions.mojom",
"validation_test_interfaces.mojom",
]
public_deps = [
@@ -148,13 +149,6 @@ mojom("test_struct_traits_interfaces") {
]
}
-mojom("test_interfaces_experimental") {
- testonly = true
- sources = [
- "test_unions.mojom",
- ]
-}
-
mojom("test_associated_interfaces") {
# These files are not included in the test_interfaces target because
# associated interfaces are not supported by all bindings languages yet.
« no previous file with comments | « mojo/public/cpp/bindings/tests/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698