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

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

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
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/echo.mojom » ('j') | 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 17f1f1b22897d83761aa64499b19d495b1aab2eb..3c2ef7028417ecfea8069160848c355ba7aa1f85 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -248,6 +248,6 @@ mojom("echo") {
testonly = true
sources = [
"echo.mojom",
- "echo_import.mojom",
+ "echo_import/echo_import.mojom",
]
}
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/echo.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698