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

Unified Diff: components/mus/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/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index e89df7ed283b8a6ce065004ffaf4e7e820ec3c95..bb2ebe551fdc1df562b6a358a990366e870d6a7b 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -18,11 +18,11 @@ if (is_android) {
deps = [
":lib",
- "public/interfaces",
"//mojo/application/public/cpp:sources",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
+ "public/interfaces",
]
}
} else {

Powered by Google App Engine
This is Rietveld 408576698