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

Unified Diff: mojo/services/files/public/interfaces/file.mojom

Issue 1071693003: Uses mojom module names as Dart's package: import URI (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/services/files/public/interfaces/file.mojom
diff --git a/mojo/services/files/public/interfaces/file.mojom b/mojo/services/files/public/interfaces/file.mojom
index 49438d5dfaedb499155e3ef2b79c8ce7f6bf06c6..a4f0b39f17bef36e6bd1b3bd565b7abe7d83e88e 100644
--- a/mojo/services/files/public/interfaces/file.mojom
+++ b/mojo/services/files/public/interfaces/file.mojom
@@ -7,6 +7,7 @@
// and sizes must always be non-negative)
// - buffer size parameters (for read/write) are uint32
+[DartUriBase="mojo/services/files/public/interfaces"]
module mojo.files;
import "files/public/interfaces/types.mojom";

Powered by Google App Engine
This is Rietveld 408576698