Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index f4bba742dbb13fe1e38964da56d107d0be2231b6..36e7d13c8af966d3bb14345b4846a6b1446d04f7 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1631,6 +1631,13 @@ |
| }], |
| ['OS=="win"', { |
| 'windows_driver_kit_path%': '$(WDK_DIR)', |
| + 'conditions': [ |
| + ['component!="shared_library"', { |
| + 'single_module_mode_handle_verifier%': 0, |
| + }, { |
| + 'single_module_mode_handle_verifier%': 1, |
| + }], |
| + ], |
| }], |
| ['os_posix==1 and OS!="mac" and OS!="ios"', { |
| 'conditions': [ |