Skip to content

Commit

Permalink
Roll Dart to 45f9462 (flutter#6616)
Browse files Browse the repository at this point in the history
changes included:

45f9462 Revert "[build] Debug means debug!"
9f7ad8d Fix recovery when parsing complex type variables
dcb665f [hhh] Apply patch to flutter engine to fix hhh buildbot build step.
781ea1b [vm/interpreter] Fix interpreter frame recognition in stack walking, v2
c70666a Additional tests in the analyzer_plugin optype_test.dart file, follow up from https://dart-review.googlesource.com/c/sdk/+/80362.
7a3762d Fixes for convert tests
3f9c3e6 Update unterminated string error message length
a502061 Add test and implementation for package: uris
70d5cf8 [VM] Rehash constant tables after cid-renumbering during app-jit training
cfbb70a [gardening] Mark various RawDatagramSocket/ tests as flaky
2b23fa0 Improve the way we call inferExpression
e18aeac Remove NamedExpressionJudgment
b429939 Remove CheckLibraryIsLoadedJudgment
f135370 Remove ThrowJudgment
1bc9bbc Remove StaticInvocationJudgment
1610356 Remove StaticGetJudgment
5aa7057 Remove desugaredError
a474f49 Revert "[vm/interpreter] Fix interpreter frame recognition in stack walking"
e9b8e24 [vm] Adds mutator thread asserts around bytecode reading
f0a116d [dart2js] Some tear-off cleanup
a0cc3e2 [vm/interpreter] Fix interpreter frame recognition in stack walking
ef870b2 Dont complain about TypeImpl in switch cases
531d823 Initial documentation for the public API
bff1118 dart2js co19_2 status bingo
fdca304 Safari status bingo
ac2036d Firefox status bingo
c0c3fc4 [dartdevc] fix flutter#34596, hot restart can now clear field & cache state
54690c0 Update dartdoc to 0.24.1.
5f4511a Stop adding tokens to unit API signature at EOF.
2a63500 [infra] Add flutter-analyze builder to the test matrix (flutter#34739)
f51ccbc bump to linter 0.1.70
91b5862 [vm] Add core-jit-all snapshot kind to gen_snapshot
0f32be2 Document single root flag
a4a3f95 Avoid using future closure in http connect.
8f4e379 update kernel worker to enable sync-async
bb93696 Simplify canParse on LSP types to only check for required fields
3655162 Implement fromJson() constructors for LSP types
4585b8e [gardening] Mark RawDatagramSocket/any_A01_t02 co19 test flaky
d04a36b [infra] Fix third_party/pkg_tested step having slash in name.
1061c83 Optionally report scanner errors via errors list rather than in the token stream
fed5bc6 [co19] DEPS and .status files updated
b27e4fe Eliminate an unnecessary boolean variable
a29c049 Automatically run analysis server from source if launched with the SDK source tree
d07f3ed [vm] Disable symbolization of Dart frames in Dart_DumpNativeStackTrace.
3039fb0 Sort LSP files
0aa2dc6 Batch 'inherit'
2bb4284 Add a few more tests and comments for GnWorkspace
5dfe3c8 bump to linter 0.1.69
1ca91cb Ensure unterminated string error is reported on visible characters
ce1eac3 Adapt analyzer/FE comparison logic to handle mixins with >2 superclass constraints.
cc750ec Revert "Don't clone constant ASTs when running with Analysis Driver."
c7bc970 [vm/simdbc] Clean up slot for result in InlineCacheMiss
d5e5842 [vm/interpreter] Fix stack frame recording in native calls
5d4ce27 [vm] Fix race between Dart::Cleanup and VerifyBootstrapClasses.
4506e1d add linter changes (flutter#34817)
a53172c [vm] Print isolate sticky_error during shutdown to let user know of unhandled exceptions.
22b4ec0 [vm/interpreter] Clean up slot for result in InlineCacheMiss
b10a36b [vm] Set WasCompiled at safepoint
27b3f0b [vm/frontend] Allow 'package:'-scheme uris as sources for frontend_server compilation.
a3db8a9 Support running analyzer_cli in worker mode in an isolate.
3fc1f36 [vm] Update status files for issue 34760.
f337b25 Support running dartdevc in worker mode in an isolate.
18f56e5 [infra] Add configuration name to results.json
843b4c9 Refactoring to prepare for serialization
531bce1 Tune invariants for inferredTypesMap
822fd6a Remove StringLiteralJudgment
cf84ce8 Remove StringConcatenationJudgment
f0ebf05 Remove RethrowJudgment
83c6963 Remove PropertyGetJudgment
2a9ba09 Allow abstract operator == methods in switch case constants
5d1832b Disallow factory constructors in mixin declarations.
055ce6f fix syntax error on android
130f57f missing include for android
ee975c8 [dart2js] Force --fast-startup holders to be fast objects
8fb17e0 Missing import for some linux builds
5c1a408 Update analyzer fix sorting by priority
6e23c3b Support SO_REUSEPORT and IP_MULTICAST_TTL for datagram sockets.
9a69a5c Remove more unnecessary awaits (from analyzer)
5b57441 Fix GnWorkspace root
7f90499 [ VM / Dart API ] Updated Dart_Invoke Dart_SetField tests to check error messages
2d397d1 Fix for dartbug.com/34821, variable_name_contributor.dart to complete "var SomeType |", to "someType" and "_someType", for declarations that can be denoted private.
0eb5dbf [vm] Revert service isolate setup in main.cc
445a43b [ VM / Testing ] Add build flags to enable code coverage
6066ac8 Improve dartfix console output
da67d58 Remove some unnecessary await expressions
f99d89b Update dartdoc to 0.24.0
93b1955 Dartfix ui tweaks.
009eabf [Test tool] Add VM options to compiler arguments in VMKernelCompilerConfiguration
984c407 [build] Debug means debug!
3a69805 Switch enums that don't have type aliases to stronger-typed values
56306b9 Fix html changes markdown syntax:
f921f20 [vm/bytecode] Fix constant evaluation of factory constructors in bytecode
20f4349 Fix for reporting INVALID_USE_OF_PROTECTED_MEMBER in documentation comments.
fade5f3 Regenerate code based on the server spec after updates to the generator
1996e78 Update dart2js_info in DEPS to 0.5.13
df621a1 Fix cast exception in TypeNameResolver (issue-34809)
f4ffb42 [Gardening] Mark flaky co19 tests and filed issue
4d5c5ec Update synced version of pkg:test
8300248 [VM] Ensure inferred types are set on parameters
5d78509 Make FieldElementImpl.isCovariant a public member on FieldElement
9ba152b Mark deprecated fields as such
de6f243 Fix build from two incompatible changes landing
cfa92dc Remove NullJudgment
9fadaec Remove NotJudgment
e65ed1d Remove LogicalJudgment
0bcd98e Remove FunctionExpressionJudgment
4df6322 Remove IsJudgment and IsNotJudgment
035aad4 Remove ConstructorInvocationJudgment
840afb4 Remove ConditionalJudgment
7fa8bc3 Remove BoolJudgment
2495e2e [vm] Silence output from kernel::Program::ReadFromFile.
c0ec629 Extract enums from the spec
ea72ba3 Move sorting from reading to codegen
ab253a8 Review comments for "[vm/aot] Fix regressions from dynamic invocation forwarders in AOT."
801f286 Remove ThisJudgment
af00f7c [vm/aot] Fix regressions from dynamic invocation forwarders in AOT.
349adc5 Reland "[VM] Use c++/kernel2kernel constant evaluator for const StaticInvocation in the kernel IR"
ed73cc3 Increase file descriptor limit when running test.py on MacOS
5ce132a [infra] Copy core dumps to ISOLATED_OUTDIR on shards (flutter#34746)
a2aa6c8 Consolidate DDC dependencies on front_end
9137fe2 Remove deprecated_problems.dart
ed7be67 Remove CompilerOptions.onProblem
18cb217 Remove CompilerOptions.onError and CompilationMessage
2084c5b Add toJson() methods
d4fac16 Remove CompilerOptions.reportMessages
c6b43d9 Use ansi color in the dartfix cli output.
c8cf355 Bump package dart_internal's SDK constraint upper-bound to <2.2.0
2ed6148 [vm] Fix MakeUnusedSpaceTraversable in the 'Instance' filler case
c362e48 [vm] Invalidate KernelProgramInfo caches on a reload
ac6d4f7 [vm] Disable conversion of large typed data to external when sending through a message port
dea6c97 [vm] A couple more benchmark for kernel loading
f3c51a4 Organize imports.
ae22eaa Remove unused import
abcb84a Re-order the dartdoc param.
311a184 Remove type merging and the only instance that used it
dd59921 Support "{@link xxx}" in LSP spec
1f344e4 Add support for "class" instead of interface
0a6d960 Update bazel_worker to onDiagnostic
e502edf Add DiagnosticMessage support API
88bde88 Add constructors and mark all fields final
bf27057 [fasta] Report errors on generic function types in type arguments
06f9a9e [VM] Introduce function and osr entrypoints to the VM's IR
22b1171 [fasta] Fix bounds checking: non-generic types are always well-bounded
0a986f3 Remove a few shadow nodes.
490421d Fixed Service Workers and any Promise/Future API with a Dictionary parameter.
77c5677 Don't clone constant ASTs when running with Analysis Driver.
1cabefd Fix analyzer/FE comparison tool handling of mixins.
45092fd Improve output of analyzer/FE comparison tool.
a4f3df6 [vm] Fix symlinks in test cases.
180b3dd Remove extra spaces in copyright notices in analyzer_plugin
d127ab9 Get rid of places that allocate lots of _Closure instances.
5cff16b Use single InheritanceManager2 instance for Linker.
d8e52e5 Remove last references to InheritanceManager in analyzer/server.
9f00eec [ VM / Mirrors ] Added type checking to enforce strong mode semantics when using dart:mirrors
2ec7c9c Skip the tests that require super mixin support
469e1e2 Remove unnecessary library directives
1d0d9f1 [vm] Fix heap corruption while reading "kernel list" file
80cddf0 Rename writeOverrideOfInheritedMember() to writeOverride() in DartEditBuilder.
2c35211 Use just TypeSystem in InheritanceManager2.
977f5c2 Switch KytheDartVisitor to InheritanceManager2.
bc2ea56 Auto generate more analyzer error codes
a2a3c36 Switch CREATE_MISSING_OVERRIDES to writeOverrideOfInheritedMember() and using FunctionType signatures.
aabc26b Revert "[VM] Use c++/kernel2kernel constant evaluator for const StaticInvocation in the kernel IR"
dac3e0d [dart2js] Don't create instance call-through stubs for statics
e34472d Remove unused import
22190e4 [vm] In IsolateMirror.loadUri, note that a kernel file at a URI may not contain any library with that URI.
dc9d678 Report compile-time errors on invalid switch cases
af8d026 Address dartfix comments and improve output
841a756 [vm] Fix typo in previous commit
5b6220d [vm/compiler] Start of loop framework
0b1b091 Simplify handling of non-shadow nodes in type inference
aa9f0f9 Update stream.dart
0e00164 Re-write invalid ASTs and update fix to reflect new AST structure for invalid type arguments on named constructors
48544cd Use InheritanceManager2 in InstanceMemberInferrer.
29ff9e4 [VM] Use c++/kernel2kernel constant evaluator for const StaticInvocation in the kernel IR
3199875 Remove TypeSystemImpl.
0b78ac7 [VM] Add regression test for buildbot flakiness due to smi-widening optimization in VM
af7cead Clone default values of mixin application constructors
47c5560 Reland: [vm] Add a library and class cache to KernelProgramInfo
87a10d9 Provide context for NotAType
69cf0ec Signal an error if a class extends a mixin
99815c8 Do not print --output_directory in reproduction commands
9b41728 Remove FileParseExceptionHandler from FileSystemState.
eee8787 Generate noSuchMethod forwarders for private members inherited from a class in a foreign library.
5b1fcb0 Remove d2fe ikg minimal benchmark from commit queue.
54ef78b Remove non-strong vm dill files from SDK
6177615 [kernel] Fix subtype relationship for generic function types
1f4dfce [gardening] Mark co19 LibTest/io/HttpServer/close_A05_t01 flaky
5cbb640 Error for type arguments after named constructor with implicit new
2fa1143 Check classes at mixin applications
ade528c Fixed the type alias omission in the def. of simple bounds
ddf6777 Remove warning about inferring packages URI from dart2js
1811071 Move infer methods to visitor
bd223d0 Add consistent_type_error_test
d95f63d Update dartfix to use new invalid type argument fix
0cdd5b9 Raise warning to error: duplicate key in a const map is now an error in Dart.
f6ca2c1 Remove the Dart 1 tests.
9f98f5f Remove instantiateToBounds parameter from FunctionTypeImpl.relate.
82f31cd Add types to method args to avoid analysis warnings.
63c9a24 Upgrade WRONG_NUMBER_OF_TYPE_ARGUMENTS_CONSTRUCTOR from a warning to an error
5658d40 Add changelog entry for integer literals in double contexts.
6b67cd7 [vm] Make UBSAN happy for the code in Range::BitwiseOp
e4c3fa0 Improve recovery when parsing named constructor invocation with invalid type arguments
3e7ce99 [vm/tfa] Implementation of type arguments tracking in TFA.
001343c [vm, gc] Disable reads and writes to from-space after a scavenge.
97ffcd9 [vm] Disable incorrect widening of smis to int32
1a49337 [gardening] Mark co19 LibTest/io/RawDatagramSocket/any_A03_t01 flaky
e4842a2 Remove extra spaces in headers
58c90dc [vm] Fix bytecode in core-jit for simarm64
fab5d0a In InheritanceManager remove unused, and deprecate used (in lints) methods.
2989116 Add some special cases for types we can't/don't need to parse
49b121f Remove TypeParameterSerializationContext.location.
244e6c7 Infer package URIs
cc884b3 Remove optional argument from FunctionTypeImpl.forTypedef.
931202d Improve wrapping of lists and *notes* in LSP spec comments
3e897ac [vm] Extend previous status file updates.
23e7f9d Handle references to other classes in comments
472c898 [dartdevc] fix for-in loop variable shadowing a var used in initialzer
3fe3106 [gardening] Fix leaks in run_vm_tests binary detected by ASAN.
a6c8b62 Remove dummy .packages files
2f7e7a4 [vm] Update status files for vm-kernel-mac-product-x64 for issue 34760.
e12538f Move package bundle functionality into SummaryBaseTestStrategy.
9673778 Add LSP spec code-gen output
5e7ea5b [infra] Add .vpython spec to fix gsutil on the bots (flutter#31065)
3cf0008 [vm/bytecode] Remove dependencies on ASTs when running with bytecode
fc0decc Improvements to the Dart code generated from the LSP spec.
efcca11 Switch ErrorVerifier and OverrideVerifier to InheritanceManager2.
c347850 [gardening] Mark co19 LibTest/io/RawDatagramSocket/timeout_A06_t01 as flaky
5e1bf1d Create LibraryScope once per library analyzer.
7c7df7b Add initial version of feature specification on interface conflicts.
f2bffc6 Revert "[infra] Upgrade gsutil to a new version (flutter#31065)"
1809bae Revert "Ignore JSON exceptions when reading (empty) test results file"
787194e [infra] Upgrade gsutil to a new version (flutter#31065)
265d0d9 Update status files after 8648d78
23c36ed Elaborate that -0 means -0.0 in double context or when compiled to JS.
8648d78 Reland "[fasta] Report errors for bounds violations"
5c9a8d8 [VM] Add $target_gen_dir/gen_kernel_bytecode.dill.d to outputs of GN action, to ensure directory is created before action is run
49d7fb3 Temporarily ignore --strong option in flutter builds
f0a30bc Revert "[vm] Add a library and class cache to KernelProgramInfo"
1c2ed4a [infra] Include gsutil in vm-kernel fileset to enable coredumps on shards (flutter#31065)
5b32ab3 Remove the word "strongMode" from some package:kernel libraries.
dfb8e97 Report errors on members hiding prefixes
235a918 [vm] Remove Dart_LoadScript, Dart_LoadLibrary, Dart_LoadSource, etc.
90e362f Deprecate the last non-deprecated EMPTY_LIST
0ab8e42 Use a special context for serializing generic function types.
c47879d Remove one-phase summary logic.
b9dd229 Convert element.dart to triple-slash comment style.
e70a7aa [VM] Dead code removal - Remove dead code around creation of service isolate in gen_snapshot.cc - Create service isolate from the core snapshot - exclude sources from platform dill file (saves about 2.5MB in size)
662ff7f [vm] Remove TokenStream, TokenValue, CompilerStats.
a933f42 [VM] Use Symbols::Empty() when there is no source for a script instead of creating new empty string objects. Change-Id: I8ec6702557b07c4c4ede2aece5a3f25b4cde1a5b Reviewed-on: https://dart-review.googlesource.com/c/79060 Reviewed-by: Ryan Macnak <[email protected]> Commit-Queue: Siva Annamalai <[email protected]>
72b3131 [observatory] Fail gracefully when a Script lacks source code.
  • Loading branch information
aartbik authored Oct 19, 2018
1 parent 6c84c5f commit 7d49036
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 46 deletions.
10 changes: 5 additions & 5 deletions 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': 'b99bcfd3099f0d32e39287160a9539e878cb0b68',
'dart_revision': '45f9462398ae7d2e80acd79d3f9c32c7ca6f6f97',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand All @@ -47,9 +47,9 @@ vars = {
'dart_convert_tag': '2.0.2',
'dart_crypto_tag': '2.0.6',
'dart_csslib_tag': '0.14.4+1',
'dart_dart2js_info_tag': '0.5.6+4',
'dart_dart2js_info_tag': '0.5.13',
'dart_dart_style_tag': '1.2.0',
'dart_dartdoc_tag': 'v0.23.1',
'dart_dartdoc_tag': 'v0.24.1',
'dart_fixnum_tag': '0.10.8',
'dart_glob_tag': '1.1.7',
'dart_html_tag': '0.13.3+2',
Expand All @@ -60,7 +60,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.7',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.68',
'dart_linter_tag': '0.1.70',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
Expand Down Expand Up @@ -92,7 +92,7 @@ vars = {
'dart_string_scanner_tag': '1.0.3',
'dart_term_glyph_tag': '1.0.1',
'dart_test_reflective_loader_tag': '0.1.8',
'dart_test_tag': '1.0.0',
'dart_test_tag': '1.3.4',
'dart_tuple_tag': 'v1.0.1',
'dart_typed_data_tag': '1.1.6',
'dart_usage_tag': '3.4.0',
Expand Down
9 changes: 4 additions & 5 deletions ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 288479a70ccd3cb5cff17176ada4dfa1
Signature: d91d49f0e8c58eb2fe7be4d8b2ed65eb

UNUSED LICENSES:

Expand Down Expand Up @@ -4432,6 +4432,7 @@ 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 @@ -5271,7 +5272,6 @@ 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 @@ -5458,6 +5458,8 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.c
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/code_statistics.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/code_statistics.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/loops.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/loops.h
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.h
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_state.h
Expand Down Expand Up @@ -5542,8 +5544,6 @@ 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 @@ -5879,7 +5879,6 @@ 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
36 changes: 0 additions & 36 deletions runtime/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,6 @@ import("//third_party/dart/runtime/bin/vmservice/vmservice_sources.gni")
import("$flutter_root/common/config.gni")
import("$flutter_root/testing/testing.gni")

action("gen_embedded_resources_cc") {
script = "//third_party/dart/runtime/tools/create_resources.py"
output_file = "$target_gen_dir/embedded_resources.cc"
outputs = [
output_file,
]

inputs = rebase_path(vmservice_sources,
"",
"//third_party/dart/runtime/bin/vmservice")

args = [
"--output",
rebase_path(output_file),
"--outer_namespace",
"flutter",
"--inner_namespace",
"runtime",
"--table_name",
"flutter_embedded_service_isolate",
"--root_prefix",
rebase_path("//third_party/dart/runtime/bin/"),
] + rebase_path(inputs)
}

source_set("embedded_resources_cc") {
sources = [
"$target_gen_dir/embedded_resources.cc",
]
deps = [
":gen_embedded_resources_cc",
]
public_configs = [ "$flutter_root:config" ]
}

source_set("test_font") {
sources = [
"test_font_data.cc",
Expand Down Expand Up @@ -84,7 +49,6 @@ source_set("runtime") {
]

deps = [
":embedded_resources_cc",
":test_font",
"$flutter_root/assets",
"$flutter_root/common",
Expand Down

0 comments on commit 7d49036

Please sign in to comment.