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

Unified Diff: components/login/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/login/BUILD.gn
diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
index 8d20888a781a7f63a29552df4069f04b469bbbac..22249304a8c9b88032989f9cd3c0947860f47db9 100644
--- a/components/login/BUILD.gn
+++ b/components/login/BUILD.gn
@@ -15,8 +15,8 @@ component("login") {
defines = [ "LOGIN_IMPLEMENTATION" ]
deps = [
- "//ui/base",
"//components/signin/core/account_id",
+ "//ui/base",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698