-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from flutter/master
Update master
- Loading branch information
Showing
460 changed files
with
13,189 additions
and
4,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,20 +26,20 @@ vars = { | |
'skia_git': 'https://skia.googlesource.com', | ||
# OCMock is for testing only so there is no google clone | ||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git', | ||
'skia_revision': '320c32bfa3062b0c67270667df5e4df1856f176e', | ||
'skia_revision': 'ad653d8378d7a17502956c4addebb68eb3129961', | ||
|
||
# When updating the Dart revision, ensure that all entries that are | ||
# dependencies of Dart are also updated to match the entries in the | ||
# Dart SDK's DEPS file for that revision of Dart. The DEPS file for | ||
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. | ||
# You can use //tools/dart/create_updated_flutter_deps.py to produce | ||
# updated revision list of existing dependencies. | ||
'dart_revision': '7c5059f528814e14dc9ff29ee1629b922daf77a4', | ||
'dart_revision': '3e43a3dcadf96c0f1e30b12e0a1805df5a336c3c', | ||
|
||
# WARNING: DO NOT EDIT MANUALLY | ||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py | ||
'dart_args_tag': '1.5.3', | ||
'dart_async_tag': '2.0.8', | ||
'dart_args_tag': '1.6.0', | ||
'dart_async_tag': '2.4.1', | ||
'dart_bazel_worker_tag': 'v0.1.22', | ||
'dart_boolean_selector_tag': '1.0.4', | ||
'dart_boringssl_gen_rev': 'b9e27cff1ff0803e97ab1f88764a83be4aa94a6d', | ||
|
@@ -60,9 +60,9 @@ vars = { | |
'dart_http_retry_tag': '0.1.1', | ||
'dart_http_tag': '0.12.0+2', | ||
'dart_http_throttle_tag': '1.0.2', | ||
'dart_intl_tag': '0.15.7', | ||
'dart_intl_tag': '0.16.1', | ||
'dart_json_rpc_2_tag': '2.0.9', | ||
'dart_linter_tag': '0.1.112', | ||
'dart_linter_tag': '0.1.115', | ||
'dart_logging_tag': '0.11.3+2', | ||
'dart_markdown_tag': '2.1.1', | ||
'dart_matcher_tag': '0.12.5', | ||
|
@@ -71,14 +71,13 @@ vars = { | |
'dart_mustache_tag': '5e81b12215566dbe2473b2afd01a8a8aedd56ad9', | ||
'dart_oauth2_tag': '1.2.1', | ||
'dart_observatory_pub_packages_rev': '0894122173b0f98eb08863a7712e78407d4477bc', | ||
'dart_package_config_tag': '87a8b5184020ebcc13b34ee95dde58f851b68ca3', | ||
'dart_package_resolver_tag': '1.0.10', | ||
'dart_package_config_tag': 'v1.9.2', | ||
'dart_path_tag': '1.6.2', | ||
'dart_pedantic_tag': 'v1.8.0', | ||
'dart_pedantic_tag': 'v1.9.0', | ||
'dart_pool_tag': '1.3.6', | ||
'dart_protobuf_rev': '3746c8fd3f2b0147623a8e3db89c3ff4330de760', | ||
'dart_pub_rev': '429a06039d185149f387a65e3503b0693ce6d24e', | ||
'dart_pub_semver_tag': '1.4.2', | ||
'dart_pub_rev': '3606265962da4248d34d352aa3d170aae4496a90', | ||
'dart_pub_semver_tag': 'v1.4.4', | ||
'dart_quiver-dart_tag': '2.0.0+1', | ||
'dart_resource_rev': 'f8e37558a1c4f54550aa463b88a6a831e3e33cd6', | ||
'dart_root_certificates_rev': '16ef64be64c7dfdff2b9f4b910726e635ccc519e', | ||
|
@@ -88,7 +87,7 @@ vars = { | |
'dart_shelf_web_socket_tag': '0.2.2+3', | ||
'dart_source_map_stack_trace_tag': '2.0.0', | ||
'dart_source_maps_tag': '8af7cc1a1c3a193c1fba5993ce22a546a319c40e', | ||
'dart_source_span_tag': '1.5.5', | ||
'dart_source_span_tag': '1.7.0', | ||
'dart_stack_trace_tag': '1.9.3', | ||
'dart_stagehand_tag': 'v3.3.7', | ||
'dart_stream_channel_tag': '2.0.0', | ||
|
@@ -100,7 +99,7 @@ vars = { | |
'dart_typed_data_tag': '1.1.6', | ||
'dart_usage_tag': '3.4.0', | ||
'dart_watcher_rev': '0.9.7+14', | ||
'dart_web_socket_channel_tag': '1.0.9', | ||
'dart_web_socket_channel_tag': '1.0.15', | ||
'dart_yaml_tag': '2.2.0', | ||
|
||
'ocmock_tag': 'v3.4.3', | ||
|
@@ -114,6 +113,9 @@ vars = { | |
# Checkout Windows dependencies only if we are building on Windows. | ||
'download_windows_deps' : 'host_os == "win"', | ||
|
||
# Checkout Linux dependencies only when building on Linux. | ||
'download_linux_deps': 'host_os == "linux"', | ||
|
||
# An LLVM backend needs LLVM binaries and headers. To avoid build time | ||
# increases we can use prebuilts. We don't want to download this on every | ||
# CQ/CI bot nor do we want the average Dart developer to incur that cost. | ||
|
@@ -137,7 +139,7 @@ allowed_hosts = [ | |
] | ||
|
||
deps = { | ||
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'd14f3c708fb132381f7053b4ee9e628be915ed96', | ||
'src': 'https://github.com/flutter/buildroot.git' + '@' + '036715c76da60220b39312ea066cd65d32c2157d', | ||
|
||
# Fuchsia compatibility | ||
# | ||
|
@@ -177,6 +179,9 @@ deps = { | |
'src/third_party/icu': | ||
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '5005010d694e16571b8dfbf07d70817841f80a69', | ||
|
||
'src/third_party/khronos': | ||
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275', | ||
|
||
'src/third_party/boringssl': | ||
Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_boringssl_gen_rev'), | ||
|
||
|
@@ -228,7 +233,7 @@ deps = { | |
Var('dart_git') + '/dart2js_info.git' + '@' + Var('dart_dart2js_info_tag'), | ||
|
||
'src/third_party/dart/third_party/pkg/dartdoc': | ||
Var('dart_git') + '/[email protected].2', | ||
Var('dart_git') + '/[email protected].3', | ||
|
||
'src/third_party/dart/third_party/pkg/ffi': | ||
Var('dart_git') + '/ffi.git' + '@' + Var('dart_ffi_tag'), | ||
|
@@ -377,11 +382,8 @@ deps = { | |
'src/third_party/dart/third_party/pkg_tested/package_config': | ||
Var('dart_git') + '/package_config.git' + '@' + Var('dart_package_config_tag'), | ||
|
||
'src/third_party/dart/third_party/pkg_tested/package_resolver': | ||
Var('dart_git') + '/package_resolver.git' + '@' + Var('dart_package_resolver_tag'), | ||
|
||
'src/third_party/dart/tools/sdks': | ||
{'packages': [{'version': 'version:2.8.0-dev.0.0', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'}, | ||
{'packages': [{'version': 'version:2.8.0-dev.18.0', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'}, | ||
|
||
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py. | ||
|
||
|
@@ -432,7 +434,7 @@ deps = { | |
'packages': [ | ||
{ | ||
'package': 'flutter/android/ndk/${{platform}}', | ||
'version': 'version:r19b' | ||
'version': 'version:r21.0.6113669' | ||
} | ||
], | ||
'condition': 'download_android_deps', | ||
|
@@ -521,8 +523,8 @@ deps = { | |
'src/buildtools/{host_os}-x64/clang': { | ||
'packages': [ | ||
{ | ||
'package': 'fuchsia/clang/${{platform}}', | ||
'version': 'git_revision:de39621f0f03f20633bdfa50bde97a3908bf6e98' | ||
'package': 'fuchsia/third_party/clang/${{platform}}', | ||
'version': 'git_revision:7e9747b50bcb1be28d4a3236571e8050835497a6' | ||
} | ||
], | ||
'condition': 'host_os == "mac" or host_os == "linux"', | ||
|
@@ -536,7 +538,7 @@ deps = { | |
'packages': [ | ||
{ | ||
'package': 'fuchsia/sdk/core/mac-amd64', | ||
'version': 'eGWV8Up-Giv-15K1FBRnkFQompVx2GpVBNomG09my_wC' | ||
'version': '8JtFK64mmIC2zTEj9ICMrcQBITqKDZVQluLVKczro9kC' | ||
} | ||
], | ||
'condition': 'host_os == "mac"', | ||
|
@@ -556,7 +558,7 @@ deps = { | |
'packages': [ | ||
{ | ||
'package': 'fuchsia/sdk/core/linux-amd64', | ||
'version': '6ds94xRmD_5jjJ9jn1pngltBcWUyduH4JF-PxklsD50C' | ||
'version': 'LnaL23_DpQsbnbs-byJi-UoGe1XerKCfLjb4_XkxMRoC' | ||
} | ||
], | ||
'condition': 'host_os == "linux"', | ||
|
@@ -626,4 +628,13 @@ hooks = [ | |
'src/third_party/dart/third_party/7zip.tar.gz.sha1', | ||
], | ||
}, | ||
{ | ||
'name': 'linux_sysroot', | ||
'pattern': '.', | ||
'condition': 'download_linux_deps', | ||
'action': [ | ||
'python', | ||
'src/build/linux/sysroot_scripts/install-sysroot.py', | ||
'--arch=x64'], | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.