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

Unified Diff: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn

Issue 1953523002: Address some TODO(GYP)s in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 months 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
« no previous file with comments | « build/gn_migration.gypi ('k') | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
index 8c01267126da4fdf768acccc3a1616954659b39a..d29076f4b06588b2568ac6ffada086081a01cb80 100644
--- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
@@ -228,7 +228,9 @@ source_set("util") {
"/wd4577", # 'noexcept' used with no exception handling mode specified.
]
- # TODO(GYP) UseSafeExceptionHandlers masm rule.
+ if (current_cpu == "x86") {
+ asmflags = [ "/safeseh" ]
+ }
} else if (is_mac) {
sources += get_target_outputs(":mig")
deps += [ ":mig" ]
« no previous file with comments | « build/gn_migration.gypi ('k') | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698