| # 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") |
| config("public_config") { |
| include_dirs = [ "include" ] |
| public_configs = [ ":public_config" ] |
| sources = skia_sksg_sources |
| configs += [ "../../:skia_private" ] |
| if (defined(is_skia_standalone) && skia_enable_tools) { |
| "../..:tests_config", # TODO: refactor to make this nicer |
| "../..:gpu_tool_utils", # TODO: refactor to make this nicer |
| if (target_cpu != "wasm") { # TODO: clean up wasm test |
| "../..:samples_config", # TODO: refactor to make this nicer |
| "samples/SampleSVGPong.cpp", |