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

Unified Diff: breakpad/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: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 08af6c72494ce4d4aecd25f9add3a106bb23c75b..9dabd8176baf7dcd5522fe64158b2407005e1341 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -378,9 +378,9 @@ if (is_mac) {
include_dirs = [ "src/client/apple/Framework" ]
deps = [
- ":utilities",
":crash_inspector",
":crash_report_sender",
+ ":utilities",
]
}
@@ -622,12 +622,12 @@ if (is_linux || is_android) {
deps = [
":client",
- ":processor_support",
":linux_dumper_unittest_helper",
+ ":processor_support",
"//build/config/sanitizers:deps",
+ "//testing/gmock",
"//testing/gtest",
"//testing/gtest:gtest_main",
- "//testing/gmock",
]
include_dirs = [

Powered by Google App Engine
This is Rietveld 408576698