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

Unified Diff: mojo/services/surfaces/public/interfaces/BUILD.gn

Issue 1071693003: Uses mojom module names as Dart's package: import URI (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge 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/surfaces/public/interfaces/BUILD.gn
diff --git a/mojo/services/surfaces/public/interfaces/BUILD.gn b/mojo/services/surfaces/public/interfaces/BUILD.gn
index 36c870771109dfedabb86ebd04d7a0222fc3a313..7902a7a98ea43393ad05e6bb00b66a3ba1a7af0a 100644
--- a/mojo/services/surfaces/public/interfaces/BUILD.gn
+++ b/mojo/services/surfaces/public/interfaces/BUILD.gn
@@ -20,14 +20,10 @@ mojom("interfaces") {
"../../../gpu/public/interfaces",
"../../../native_viewport/public/interfaces",
]
-
- import_from = mojo_root
}
mojom("surface_id") {
sources = [
"surface_id.mojom",
]
-
- import_from = mojo_root
}
« no previous file with comments | « mojo/services/service_registry/public/interfaces/BUILD.gn ('k') | mojo/services/terminal/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698