Chromium Code Reviews| Index: dart.gyp |
| diff --git a/dart.gyp b/dart.gyp |
| index b942371e3114f344a89941bcb0f1226b95e2e66b..f3e6e8206ad0bc6b307df53447a4c3908e3bb0ea 100644 |
| --- a/dart.gyp |
| +++ b/dart.gyp |
| @@ -114,20 +114,6 @@ |
| 'dependencies': [ |
| 'create_sdk', |
| 'packages', |
| - 'try', |
| - ], |
| - }, |
| - { |
| - # This is the target that is built on the dart2js debug build bots. |
| - # It must depend on anything that is required by the dart2js |
| - # test suites. |
| - # We have this additional target because the try target takes to long |
| - # to build in debug mode and will make the build step time out. |
| - 'target_name': 'dart2js_bot_debug', |
|
Siggi Cherem (dart-lang)
2016/08/12 16:52:29
Bill - I checked the bot recipes and this is not c
|
| - 'type': 'none', |
| - 'dependencies': [ |
| - 'create_sdk', |
| - 'packages', |
| ], |
| }, |
| { |
| @@ -150,12 +136,5 @@ |
| 'pkg/pkg.gyp:pkg_packages', |
| ], |
| }, |
| - { |
| - 'target_name': 'try', |
| - 'type': 'none', |
| - 'dependencies': [ |
| - 'site/try/build_try.gyp:try_site', |
| - ], |
| - }, |
| ], |
| } |