| Index: device/serial/serial.gyp
|
| diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
|
| index 98635cb49771e7306a21b16294b0eec527f2a25c..62cfb698eccadb7a64d7fac2ea80757ec9ae5106 100644
|
| --- a/device/serial/serial.gyp
|
| +++ b/device/serial/serial.gyp
|
| @@ -45,6 +45,32 @@
|
| 'serial_device_enumerator_linux.h',
|
| ],
|
| }],
|
| + ['OS=="win"', {
|
| + 'link_settings': {
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'DelayLoadDLLs': [
|
| + 'setupapi.dll',
|
| + ],
|
| + 'AdditionalDependencies': [
|
| + 'setupapi.lib',
|
| + ],
|
| + },
|
| + },
|
| + },
|
| + 'all_dependent_settings': {
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'DelayLoadDLLs': [
|
| + 'setupapi.dll',
|
| + ],
|
| + 'AdditionalDependencies': [
|
| + 'setupapi.lib',
|
| + ],
|
| + },
|
| + },
|
| + },
|
| + }],
|
| ],
|
| 'dependencies': [
|
| 'device_serial_mojo',
|
|
|