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

Unified Diff: breakpad/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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 233c5971598836d7834ca50e350680729aae781c..433f9aae773f34aaa6f46584151ea418422f0779 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