| Index: dart/dart.gyp | 
| diff --git a/dart/dart.gyp b/dart/dart.gyp | 
| index fea2cc0906977edfb5be5b4a0b532ee2d18c0e46..2e9b1c561dc6bcb4c7f33a6ba12568538086aed1 100644 | 
| --- a/dart/dart.gyp | 
| +++ b/dart/dart.gyp | 
| @@ -4,7 +4,7 @@ | 
|  | 
| { | 
| 'variables': { | 
| -    # These variables are used in the creation of the .vcproj file on | 
| +    # These variables are used in the creation of the .vcproj file on | 
| # Windows. | 
| 'cygwin_dir': 'third_party/cygwin', | 
| }, | 
| @@ -27,20 +27,6 @@ | 
| ], | 
| }, | 
| { | 
| -      'target_name': 'frog', | 
| -      'type': 'none', | 
| -      'dependencies': [ | 
| -        'frog/dart-frog.gyp:frog', | 
| -      ], | 
| -    }, | 
| -    { | 
| -      'target_name': 'frogsh', | 
| -      'type': 'none', | 
| -      'dependencies': [ | 
| -        'frog/dart-frog.gyp:frogsh', | 
| -      ], | 
| -    }, | 
| -    { | 
| 'target_name': 'create_sdk', | 
| 'type': 'none', | 
| 'conditions': [ | 
| @@ -111,6 +97,12 @@ | 
| 'type': 'none', | 
| 'dependencies': [ | 
| 'utils/compiler/compiler.gyp:dart2js', | 
| + | 
| +        # TODO(ahe): Remove dependencies on frog and frogsh, they are | 
| +        # just here to simplify | 
| +        # frog/scripts/buildbot_annotated_steps.py temporarily. | 
| +        'frog/dart-frog.gyp:frog', | 
| +        'frog/dart-frog.gyp:frogsh', | 
| ], | 
| }, | 
| ], | 
|  |