diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 15f7fac..a1a8d9a 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -7,6 +7,7 @@ '../third_party/WebKit/WebKit/chromium/features.gypi', '../third_party/WebKit/WebKit/chromium/WebKit.gypi', '../third_party/WebKit/WebCore/WebCore.gypi', + 'tools/test_shell/test_shell.gypi', ], 'variables': { # We can't turn on warnings on Windows and Linux until we upstream the @@ -38,13 +39,6 @@ }, 'targets': [ { - 'target_name': 'pull_in_test_shell', - 'type': 'none', - 'dependencies': [ - 'tools/test_shell/test_shell.gyp:*', - ], - }, - { 'target_name': 'pull_in_webkit_unit_tests', 'type': 'none', 'dependencies': [ |