mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2351 from jason-simmons/roll_dart_0204
Roll Dart to 1.14.1
This commit is contained in:
commit
fcc26eeff8
4
DEPS
4
DEPS
@ -26,8 +26,8 @@ vars = {
|
||||
|
||||
# Note: When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of dart are also updated
|
||||
'dart_revision': 'f85c015ccd3bc466edd0e7459af9bd13511b1a7c',
|
||||
'dart_observatory_packages_revision': '5c199c5954146747f75ed127871207718dc87786',
|
||||
'dart_revision': '3bf51e01386a0b0d12dc6655a69b58e3f67fcf02',
|
||||
'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026a',
|
||||
'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71',
|
||||
|
||||
'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb',
|
||||
|
||||
@ -112,7 +112,7 @@ bool IsServiceIsolateURL(const char* url_name) {
|
||||
Dart_Isolate IsolateCreateCallback(const char* script_uri,
|
||||
const char* main,
|
||||
const char* package_root,
|
||||
const char** package_map,
|
||||
const char* package_config,
|
||||
Dart_IsolateFlags* flags,
|
||||
void* callback_data,
|
||||
char** error) {
|
||||
@ -322,7 +322,8 @@ void InitDartVM() {
|
||||
PrecompiledInstructionsSymbolIfPresent(),
|
||||
IsolateCreateCallback,
|
||||
nullptr, // Isolate interrupt callback.
|
||||
nullptr, IsolateShutdownCallback,
|
||||
nullptr,
|
||||
IsolateShutdownCallback,
|
||||
// File IO callbacks.
|
||||
nullptr, nullptr, nullptr, nullptr,
|
||||
// Entroy source
|
||||
|
||||
@ -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 = ('http://gsdview.appspot.com/dart-archive/channels/stable/raw/'
|
||||
'1.13.0/sdk/')
|
||||
'1.14.1/sdk/')
|
||||
|
||||
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
|
||||
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user