| Index: webkit/webkit.gyp
|
| ===================================================================
|
| --- webkit/webkit.gyp (revision 38624)
|
| +++ webkit/webkit.gyp (working copy)
|
| @@ -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': {
|
| # TODO: remove this helper when we have loops in GYP
|
| @@ -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': [
|
|
|