Chromium Code Reviews| Index: device/serial/serial.gyp |
| diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp |
| index 98635cb49771e7306a21b16294b0eec527f2a25c..431b52d2934cda4002b5b24c47d15ef13ec998f6 100644 |
| --- a/device/serial/serial.gyp |
| +++ b/device/serial/serial.gyp |
| @@ -45,6 +45,20 @@ |
| 'serial_device_enumerator_linux.h', |
| ], |
| }], |
| + ['OS=="win"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lsetupapi.lib', |
|
Nico
2016/01/27 17:40:44
I think normally .libs are passed via LinkSettings
|
| + ], |
| + }, |
| + 'all_dependent_settings': { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lsetupapi.lib', |
| + ] |
| + }, |
| + }, |
| + }], |
| ], |
| 'dependencies': [ |
| 'device_serial_mojo', |