Chromium Code Reviews| 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" ] |
| } |
| } |
| } |