blob: 886e86d8d848f5eabe1aed29fb095d041072b50e [file] [log] [blame]
# Copyright 2018 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../../gn/skia.gni")
skia_component("jsonreader") {
import("jsonreader.gni")
sources = skia_jsonreader_sources
deps = [ "../..:skia" ]
}