Skip to content

Commit

Permalink
Roll Dart to 0d5cf90 (flutter#4689)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Feb 16, 2018
1 parent 503f86d commit 1b01591
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vars = {
# 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': 'fe96de2858f078e4ad04f8f30640184bf3d8102d',
'dart_revision': '0d5cf900b021bf5c9fa593ffa12b15bcd1cc5fe0',

'dart_args_tag': '0.13.7',
'dart_async_tag': '2.0.4',
Expand Down
2 changes: 2 additions & 0 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def to_gn_args(args):
gn_args['dart_use_fallback_root_certificates'] = True


gn_args['dart_custom_version_for_pub'] = 'flutter'

# Make sure host_cpu matches the bit width of target_cpu.
target_is_32_bit = gn_args['target_cpu'] == 'arm' or gn_args['target_cpu'] == 'x86'
if target_is_32_bit:
Expand Down
2 changes: 1 addition & 1 deletion travis/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: e5cf14253d584dd35dabad02ec06205b
Signature: 80cc1848e74ed0212fead40dedee0ff6

UNUSED LICENSES:

Expand Down

0 comments on commit 1b01591

Please sign in to comment.