diff options
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 431d136..9909ed4 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -508,13 +508,7 @@ }], ['OS=="win" and component=="shared_library"', { 'defines': ['COMPILE_CONTENT_STATICALLY'], - }], - ['OS=="win" and (MSVS_VERSION=="2010" or MSVS_VERSION=="2010e")', { - 'dependencies': [ - '../win8/metro_driver/metro_driver.gyp:*', - '../win8/delegate_execute/delegate_execute.gyp:*', - ], - }], + }] ], }, ], |