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

Unified Diff: components/net_log/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/net_log/BUILD.gn
diff --git a/components/net_log/BUILD.gn b/components/net_log/BUILD.gn
index b2af91e2b2450a58551581f57aeac23966e72ef2..8bdc1617c2938956e28ae4f61aba43af97f833cd 100644
--- a/components/net_log/BUILD.gn
+++ b/components/net_log/BUILD.gn
@@ -26,9 +26,9 @@ source_set("unit_tests") {
"net_log_temp_file_unittest.cc",
]
deps = [
+ ":net_log",
"//base",
"//net",
"//testing/gtest",
- ":net_log",
]
}

Powered by Google App Engine
This is Rietveld 408576698