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

Unified Diff: tools/dart/update.py

Issue 1443433002: Dart: Use dart:developer for tracing in startup benchmark. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Roll binary sdk Created 5 years, 1 month 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 | « mojo/tools/data/benchmarks ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dart/update.py
diff --git a/tools/dart/update.py b/tools/dart/update.py
index 426b4a6f33df5fdf57f2c6f909164fe2e108b052..102e31a987aee394ca5e1d2a6599290194c47bc7 100755
--- a/tools/dart/update.py
+++ b/tools/dart/update.py
@@ -18,7 +18,7 @@ import sys
# How to roll the dart sdk: Just change this url! We write this to the stamp
# file after we download, and then check the stamp file for differences.
SDK_URL_BASE = ('https://gsdview.appspot.com/dart-archive/channels/dev/raw/'
- '1.13.0-dev.7.4/sdk/')
+ '1.14.0-dev.1.0/sdk/')
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
« no previous file with comments | « mojo/tools/data/benchmarks ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698