Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add ui_web to embedder.yaml so that the analyzer knows about it. #40827

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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