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

Unified Diff: components/crash/core/common/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/crash/core/common/BUILD.gn
diff --git a/components/crash/core/common/BUILD.gn b/components/crash/core/common/BUILD.gn
index 07aad2b897aa113ea098fb9f3eaa8f89702cc861..e602f4ede44f15746bf1775fcc90fefa4cb39489 100644
--- a/components/crash/core/common/BUILD.gn
+++ b/components/crash/core/common/BUILD.gn
@@ -27,9 +27,9 @@ source_set("unit_tests") {
"objc_zombie_unittest.mm",
]
deps = [
+ ":common",
"//base",
"//testing/gtest",
- ":common",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698