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

Unified Diff: client/tools/buildbot_annotated_steps.py

Issue 1130963003: Remove gyp entries for editor and java based analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | dart.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/buildbot_annotated_steps.py
diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py
index 32f8579e6fc1745c4d64a8032b67b8bdb850e39b..de5eb071f3c87f62fc8ddd15b1219cf398f939e1 100755
--- a/client/tools/buildbot_annotated_steps.py
+++ b/client/tools/buildbot_annotated_steps.py
@@ -185,10 +185,7 @@ def main():
# The buildbot will set a BUILDBOT_JAVA_HOME relative to the dart
# root directory, set JAVA_HOME based on that.
FixJavaHome()
- if name.startswith('dart-editor'):
- # Run the old annotated steps script
- status = ProcessTools('release', name, version)
- elif name.startswith('pub-'):
+ if name.startswith('pub-'):
status = ProcessBot(name, 'pub')
elif name.startswith('vm-android'):
status = ProcessBot(name, 'android')
@@ -197,8 +194,6 @@ def main():
custom_env=EnvironmentWithoutBotoConfig())
elif name.startswith('linux-distribution-support'):
status = ProcessBot(name, 'linux_distribution_support')
- elif name.startswith('ft'):
- status = ProcessBot(name, 'functional_testing')
elif name.startswith('version-checker'):
status = ProcessBot(name, 'version_checker')
elif name.startswith('dart2js-dump-info'):
« no previous file with comments | « no previous file | dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698