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

Unified Diff: components/crash/content/app/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/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 0d84e5e7bb90b559b3da610019dfd08d601e8b3a..cc610d6c850f19d9c8e6edb2976d87987a90a737 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -115,8 +115,8 @@ source_set("app_non_mac") {
if (is_win) {
deps += [
- "//sandbox",
"//breakpad:breakpad_handler",
+ "//sandbox",
#'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
]

Powered by Google App Engine
This is Rietveld 408576698