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

Commit 9f90689

Browse files
committed
fix gn issues
1 parent 1b78057 commit 9f90689

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

flutter_vma/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ source_set("flutter_skia_vma") {
3131
public_deps = [ ":flutter_vma" ]
3232

3333
deps = [
34+
"//flutter/fml",
3435
"//flutter/vulkan/procs",
3536
"//third_party/skia",
3637
"//third_party/vulkan-deps/vulkan-headers/src:vulkan_headers",

shell/common/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,10 @@ if (enable_unittests) {
264264
"shell_test_platform_view_vulkan.h",
265265
]
266266

267-
public_deps += [ "//flutter/vulkan" ]
267+
public_deps += [
268+
"//flutter/flutter_vma:flutter_skia_vma",
269+
"//flutter/vulkan",
270+
]
268271
}
269272

270273
if (test_enable_metal) {

0 commit comments

Comments
 (0)