Skip to content

Commit

Permalink
Roll tonic to 077be256142ede39a271385907faadf4fcc62a4d. (flutter#6541)
Browse files Browse the repository at this point in the history
077be25 Support for IsolateMirror.loadUri/kImportTag.
dd971f4 Update file_loader after Dart API updates
  • Loading branch information
rmacnak-google authored Oct 15, 2018
1 parent 4ee7725 commit 32f417d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ deps = {
# and not have to specific specific hashes.

'src/third_party/tonic':
Var('fuchsia_git') + '/tonic' + '@' + '187c6d54eb7ac604e6ae00577d8992ffdc34e52c',
Var('fuchsia_git') + '/tonic' + '@' + '077be256142ede39a271385907faadf4fcc62a4d',

'src/third_party/benchmark':
Var('fuchsia_git') + '/third_party/benchmark' + '@' + '21f1eb3fe269ea43eba862bf6b699cde46587ade',
Expand Down
7 changes: 5 additions & 2 deletions ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: d56ae5b92307d86a0b6fd2fa753c2626
Signature: 7c3937f9c7241377fd191ec55d536a6a

UNUSED LICENSES:

Expand Down Expand Up @@ -4432,7 +4432,6 @@ ORIGIN: ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/.gitconfig
FILE: ../../../third_party/dart/.mailmap
FILE: ../../../third_party/dart/.vpython
FILE: ../../../third_party/dart/client/idea/.idea/.name
FILE: ../../../third_party/dart/client/idea/.idea/inspectionProfiles/Project_Default.xml
FILE: ../../../third_party/dart/client/idea/.idea/vcs.xml
Expand Down Expand Up @@ -5272,6 +5271,7 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/sourc
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/thread.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/timeline_event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/token_stream.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/unknown.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/vm.dart
Expand Down Expand Up @@ -5542,6 +5542,8 @@ FILE: ../../../third_party/dart/runtime/vm/code_patcher_x64_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler_stats.cc
FILE: ../../../third_party/dart/runtime/vm/compiler_stats.h
FILE: ../../../third_party/dart/runtime/vm/cpu_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/custom_isolate_test.cc
FILE: ../../../third_party/dart/runtime/vm/dart.h
Expand Down Expand Up @@ -5877,6 +5879,7 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sentinel_va
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sentinel_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_inset.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/stack_trace_tree_config.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/token_stream_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/type_arguments_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unknown_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_view.dart
Expand Down

0 comments on commit 32f417d

Please sign in to comment.