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

Unified Diff: components/rlz/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/rlz/BUILD.gn
diff --git a/components/rlz/BUILD.gn b/components/rlz/BUILD.gn
index dad456eea257514a1f9737bd6ed888308b45ff5f..72e0efb6ab578a86825d939e3c050776ca6b97dc 100644
--- a/components/rlz/BUILD.gn
+++ b/components/rlz/BUILD.gn
@@ -32,9 +32,9 @@ source_set("unit_tests") {
]
deps = [
+ ":rlz",
"//net:test_support",
"//rlz:test_support",
"//ui/base",
- ":rlz",
]
}

Powered by Google App Engine
This is Rietveld 408576698