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

Unified Diff: mojo/public/interfaces/bindings/tests/echo.mojom

Issue 2930423002: Mojo JS bindings: convert relative path to URL properly. (Closed)
Patch Set:  Created 3 years, 6 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/echo.mojom
diff --git a/mojo/public/interfaces/bindings/tests/echo.mojom b/mojo/public/interfaces/bindings/tests/echo.mojom
index 56c6063010588c7c9b896ddb6754c61cf302fcc4..545c5c9cabec45122782b7c037a190ad5dd2a82d 100644
--- a/mojo/public/interfaces/bindings/tests/echo.mojom
+++ b/mojo/public/interfaces/bindings/tests/echo.mojom
@@ -4,7 +4,7 @@
module test.echo.mojom;
-import "echo_import.mojom";
+import "echo_import/echo_import.mojom";
interface Echo {
EchoPoint(test.echo_import.mojom.Point point)
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/echo_import.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698