Skip to content

Commit

Permalink
Roll dart to a5e4168 (flutter#5467)
Browse files Browse the repository at this point in the history
* Roll dart to a5e4168.

* Update license
  • Loading branch information
aam authored Jun 5, 2018
1 parent e459710 commit a83b37d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 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': '1fe279d8598693e8005b71d6db386a96f2e49ce3',
'dart_revision': 'a5e41681e55d1e74684bfff530218db556d77ee8',

'dart_args_tag': '1.4.1',
'dart_async_tag': '2.0.7',
Expand Down
1 change: 0 additions & 1 deletion lib/snapshot/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"../../../third_party/dart/runtime/lib/core_patch.dart",
"../../../third_party/dart/runtime/lib/array.dart",
"../../../third_party/dart/runtime/lib/array_patch.dart",
"../../../third_party/dart/runtime/lib/bigint.dart",
"../../../third_party/dart/runtime/lib/bigint_patch.dart",
"../../../third_party/dart/runtime/lib/bool_patch.dart",
"../../../third_party/dart/runtime/lib/date_patch.dart",
Expand Down
1 change: 0 additions & 1 deletion lib/snapshot/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ flutter:
- "../../../third_party/dart/runtime/lib/core_patch.dart"
- "../../../third_party/dart/runtime/lib/array.dart"
- "../../../third_party/dart/runtime/lib/array_patch.dart"
- "../../../third_party/dart/runtime/lib/bigint.dart"
- "../../../third_party/dart/runtime/lib/bigint_patch.dart"
- "../../../third_party/dart/runtime/lib/bool_patch.dart"
- "../../../third_party/dart/runtime/lib/date_patch.dart"
Expand Down
1 change: 0 additions & 1 deletion runtime/dart_vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static const char* kDartLanguageArgs[] = {
"--background_compilation",
"--await_is_keyword",
"--causal_async_stacks",
"--enable_kernel_expression_compilation=false", // TODO(dartbug.com/33087)
// clang-format on
};

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: c10f95d8769c7f8b5cd3db6fad9ffbe8
Signature: cb51c3fb11b21564f078c78d7d5d5bc1

UNUSED LICENSES:

Expand Down

0 comments on commit a83b37d

Please sign in to comment.