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

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

Issue 2779533002: Revert of 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 7ea79a67c22c65bf73d3b33af5d0ff1fd8a3581d..06d0f9548014c11d8e2da029e06a3ed3f17735ec 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -26,7 +26,6 @@
"validation_test_interfaces.mojom",
]
public_deps = [
- ":echo",
":test_mojom_import",
":test_mojom_import2",
]
@@ -199,12 +198,3 @@
":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