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

Unified Diff: device/hid/BUILD.gn

Issue 1844073002: Remove "#pragma comment(lib" in device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix delay loading crashes 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
« no previous file with comments | « device/bluetooth/bluetooth_init_win.h ('k') | device/hid/hid.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/BUILD.gn
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 4270ce8aa948f5210754a90b4d64945b773c5ad8..35ca69f1489cf2768cd111500646c51a14ecefc9 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -60,6 +60,13 @@ source_set("hid") {
if (is_chromeos) {
deps += [ "//chromeos" ]
}
+
+ if (is_win) {
+ libs = [
+ "hid.lib",
+ "setupapi.lib",
+ ]
+ }
}
source_set("mocks") {
« no previous file with comments | « device/bluetooth/bluetooth_init_win.h ('k') | device/hid/hid.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698