blob: 10f70696501e2acece845ceb0cd1383b74b22c2a [file] [log] [blame]
Brian Osman85bf9312019-11-25 13:24:59 -05001# Copyright 2019 Google LLC
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Things are easiest for everyone if these source paths are absolute.
7_src = get_path_info("src", "abspath")
8_include = get_path_info("include", "abspath")
9
10skia_skresources_public = [ "$_include/SkResources.h" ]
11
12skia_skresources_sources = [ "$_src/SkResources.cpp" ]