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

Unified Diff: components/mus/public/interfaces/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: components/mus/public/interfaces/BUILD.gn
diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
index 02ef8b5f7231b59d2b13aa8cdb2a5d0206d35700..899401a9c07f7e12e5cc57b46f371f451285245b 100644
--- a/components/mus/public/interfaces/BUILD.gn
+++ b/components/mus/public/interfaces/BUILD.gn
@@ -29,7 +29,7 @@ mojom("interfaces") {
]
deps = [
- "//ui/mojo/ime:interfaces",
"//ui/mojo/geometry:interfaces",
+ "//ui/mojo/ime:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698