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

Commit 6b53e46

Browse files
Add ui_web to embedder.yaml so that the analyzer knows about it. (#40827)
Add ui_web to embedder.yaml so that the analyzer knows about it.
1 parent 41664de commit 6b53e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sky/packages/sky_engine/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ generated_file("_embedder_yaml") {
239239
" \"dart:math\": \"math/math.dart\"",
240240
" \"dart:typed_data\": \"typed_data/typed_data.dart\"",
241241
" \"dart:ui\": \"ui/ui.dart\"",
242+
" \"dart:ui_web\": \"ui_web/ui_web.dart\"",
242243
" \"dart:wasm\": \"wasm/wasm_types.dart\"",
243244
"",
244245
" \"dart:_http\": \"_http/http.dart\"",

0 commit comments

Comments
 (0)