OLD | NEW |
---|---|
(Empty) | |
1 # 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 } | |
OLD | NEW |