Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(854)

Unified Diff: dart.gyp

Issue 1126363003: Remove dart2dart support from testing scripts and status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 93d2214b05c18d8eb47658c72b77939cce9cb275..a2ae0a2a812082715b72b86feede823a1498f6b7 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -78,28 +78,6 @@
],
},
{
- # This is the target that is built on the dart2dart bots.
- # It must depend on anything that is required by dart2dart
- # tests.
- 'target_name': 'dart2dart_bot',
- 'type': 'none',
- 'dependencies': [
- 'create_sdk',
- 'packages',
- ],
- },
- {
- # This is the target that is built on the dartc bots.
- # It must depend on anything that is required by dartc
- # tests.
- 'target_name': 'dartc_bot',
- 'type': 'none',
- 'dependencies': [
- 'create_sdk',
- 'packages',
- ],
- },
- {
# This is the target that is built on the dart2js build bots.
# It must depend on anything that is required by the dart2js
# test suites.
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698