diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 1065494..1c57dc3 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -45,17 +45,10 @@ }, 'targets': [ { - # Currently, builders assume webkit.sln builds test_shell on windows. - # We should change this, but for now allows trybot runs. - # for now. 'target_name': 'pull_in_test_shell', 'type': 'none', - 'conditions': [ - ['OS=="win"', { - 'dependencies': [ - 'tools/test_shell/test_shell.gyp:*', - ], - }], + 'dependencies': [ + 'tools/test_shell/test_shell.gyp:*', ], }, { |