| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 39e9ed34d17eb677ad07856ea0687ed185726a16..ae07b2e8d1d5810db08f1338a4240d919bfbeb43 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -446,15 +446,6 @@
|
| }],
|
| ],
|
| }, # target_name: blink_tests
|
| - {
|
| - # TODO(jochen): Eventually remove this target after everybody and
|
| - # the bots started to use blink_tests only.
|
| - 'target_name': 'all_webkit',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - 'blink_tests',
|
| - ],
|
| - }, # target_name: all_webkit
|
| ],
|
| }], # OS!=ios
|
| ['OS!="ios" and OS!="android"', {
|
|
|