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

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

Issue 2759563004: Mojo JS bindings: change module loading solution. (Closed)
Patch Set: . 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..7ea79a67c22c65bf73d3b33af5d0ff1fd8a3581d 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",
":test_mojom_import",
":test_mojom_import2",
]
@@ -198,3 +199,12 @@ mojom("test_no_sources") {
":test_interfaces",
]
}
+
+mojom("echo") {
+ testonly = true
+ sources = [
+ "echo.mojom",
+ "echo_import.mojom",
+ ]
+ use_new_js_bindings = true
+}

Powered by Google App Engine
This is Rietveld 408576698