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

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

Issue 2759563004: Mojo JS bindings: change module loading solution. (Closed)
Patch Set: add test module-loading.html 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
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..5b53fddfad46c8375f418f6f7d90e1e39a7e9af8 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -26,6 +26,7 @@ mojom("test_interfaces") {
"validation_test_interfaces.mojom",
]
public_deps = [
+ ":echo_service",
":test_mojom_import",
":test_mojom_import2",
]
@@ -198,3 +199,12 @@ mojom("test_no_sources") {
":test_interfaces",
]
}
+
+mojom("echo_service") {
+ testonly = true
+ sources = [
+ "echo_import.mojom",
+ "echo_service.mojom",
+ ]
+ use_new_js_bindings = true
+}

Powered by Google App Engine
This is Rietveld 408576698