aboutsummaryrefslogtreecommitdiff
path: root/ports/skia/libwebp.gn
blob: bdcaffe2164b229796fd69171435362f05425e24 (plain)
1
2
3
4
5
6
7
8
9
10
import("../third_party.gni")

system("libwebp") {
  include_dirs = @_INCLUDES@
  if(is_debug) {
    libs = @_LIBS_DBG@
  } else {
    libs = @_LIBS_REL@
  }
}