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

Unified Diff: components/crash/content/app/BUILD.gn

Issue 1847063004: Remove "#pragma comment(lib" in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: components/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 9638bea9f6b606d7b48cec2ceb05065ad2e5dd27..7e8f1f60cfb587c1d153cd7a8b967e8830c902b9 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -187,6 +187,7 @@ source_set("app_breakpad_mac_win_to_be_deleted") {
if (is_win) {
deps += [ "//breakpad:breakpad_handler" ]
+ libs = [ "userenv.lib" ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698