Index: remoting/base/BUILD.gn |
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn |
index 48f40efcb85e17f574c8baaf8a723c0f14848857..b36f5e8b00663950707267771f3ca9eaada2087d 100644 |
--- a/remoting/base/BUILD.gn |
+++ b/remoting/base/BUILD.gn |
@@ -84,4 +84,8 @@ source_set("unit_tests") { |
sources += [ "resources_unittest.cc" ] |
deps += [ "//breakpad:client" ] |
} |
+ |
+ if (is_win) { |
+ libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc. |
+ } |
} |