1cb93a386Sopenharmony_ci# Copyright 2019 Google LLC
2cb93a386Sopenharmony_ci#
3cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
4cb93a386Sopenharmony_ci# found in the LICENSE file.
5cb93a386Sopenharmony_ci
6cb93a386Sopenharmony_ci# Things are easiest for everyone if these source paths are absolute.
7cb93a386Sopenharmony_ci_src = get_path_info("src", "abspath")
8cb93a386Sopenharmony_ci_include = get_path_info("include", "abspath")
9cb93a386Sopenharmony_ci
10cb93a386Sopenharmony_ciskia_skresources_public = [ "$_include/SkResources.h" ]
11cb93a386Sopenharmony_ci
12cb93a386Sopenharmony_ciskia_skresources_sources = [ "$_src/SkResources.cpp" ]
13