Skip to content

Commit

Permalink
Add ui_web to embedder.yaml so that the analyzer knows about it. (#40827
Browse files Browse the repository at this point in the history
)

Add ui_web to embedder.yaml so that the analyzer knows about it.
  • Loading branch information
eyebrowsoffire committed Mar 31, 2023
1 parent 41664de commit 6b53e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/packages/sky_engine/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ generated_file("_embedder_yaml") {
" \"dart:math\": \"math/math.dart\"",
" \"dart:typed_data\": \"typed_data/typed_data.dart\"",
" \"dart:ui\": \"ui/ui.dart\"",
" \"dart:ui_web\": \"ui_web/ui_web.dart\"",
" \"dart:wasm\": \"wasm/wasm_types.dart\"",
"",
" \"dart:_http\": \"_http/http.dart\"",
Expand Down

0 comments on commit 6b53e46

Please sign in to comment.