blob: a071c06fad9b187294f9a2ba7dd6020c1f462d99 [file]
# Copyright 2018 Google LLC
#
# 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" ]
}