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

Unified Diff: remoting/base/BUILD.gn

Issue 1121363002: GN Windows component build fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@component2
Patch Set: Created 5 years, 8 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
« media/midi/usb_midi_export.h ('K') | « media/midi/usb_midi_output_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+ }
}
« media/midi/usb_midi_export.h ('K') | « media/midi/usb_midi_output_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698