Skip to content

Commit

Permalink
SkResources is skia_component not static_library (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jan 10, 2024
1 parent 9124c2d commit b563212
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions modules/skresources/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ config("public_config") {
include_dirs = [ "include" ]
}

static_library("skresources") {
skia_component("skresources") {
check_includes = false
import("skresources.gni")
public_configs = [ ":public_config" ]
public = skia_skresources_public
sources = skia_skresources_sources
configs += [
"../../:skia_private",
"../../:skia_library",
]
configs = [ "../../:skia_private" ]
deps = [
"../..:skia",
"../../experimental/ffmpeg:video_decoder",
Expand Down

0 comments on commit b563212

Please sign in to comment.