Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 6384ac9878364349bd9d1e3c772cb121c6fb5ff9..1aa626997a584939dbfa3763955cfde40925e359 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -523,6 +523,7 @@ |
'win/scoped_bstr_unittest.cc', |
'win/scoped_comptr_unittest.cc', |
'win/scoped_process_information_unittest.cc', |
+ 'win/shortcut_unittest.cc', |
'win/startup_information_unittest.cc', |
'win/scoped_variant_unittest.cc', |
'win/win_util_unittest.cc', |
@@ -688,6 +689,17 @@ |
'test/test_file_util_linux.cc', |
], |
}], |
+ ['OS=="win"', { |
+ 'direct_dependent_settings': { |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'DelayLoadDLLs': [ |
+ 'propsys.dll', |
+ ], |
+ }, |
+ }, |
+ }, |
+ }], |
], |
'sources': [ |
'perftimer.cc', |
@@ -720,6 +732,8 @@ |
'test/test_listener_ios.mm', |
'test/test_reg_util_win.cc', |
'test/test_reg_util_win.h', |
+ 'test/test_shortcut_win.cc', |
+ 'test/test_shortcut_win.h', |
'test/test_suite.cc', |
'test/test_suite.h', |
'test/test_support_android.cc', |