blob: 48e96c3cc5d7038f1cff59804c93cd1c33651820 [file] [log] [blame]
mtklein9e64b782014-06-20 10:43:07 -07001# Copyright 2014 Google Inc.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
8 'target_name': 'resources',
9 'type': 'static_library',
10 'sources': [
11 '../tools/Resources.cpp',
12 '../tools/Resources.h',
13 ],
14 'dependencies': [
15 'flags.gyp:flags',
16 'skia_lib.gyp:skia_lib',
17 ],
18 'direct_dependent_settings': {
19 'include_dirs': [
20 '../tools/',
21 ],
22 },
23 },
24 ]
25}