# 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" ] }