borenet@google.com | 7158e6a | 2012-11-01 17:43:44 +0000 | [diff] [blame] | 1 | # Common entry point for all Skia executables running in NaCl |
2 | { | ||||
3 | 'targets': [ | ||||
4 | { | ||||
5 | 'target_name': 'nacl_interface', | ||||
6 | 'type': 'static_library', | ||||
7 | 'dependencies': [ | ||||
8 | 'skia_base_libs.gyp:skia_base_libs', | ||||
9 | ], | ||||
10 | 'include_dirs': [ | ||||
11 | # For SkThreadUtils.h | ||||
12 | '../src/utils', | ||||
13 | ], | ||||
14 | 'sources': [ | ||||
15 | '../../nacl/src/nacl_interface.cpp', | ||||
16 | ], | ||||
17 | }, | ||||
18 | ], | ||||
skia.committer@gmail.com | 760f2d9 | 2012-11-02 02:01:24 +0000 | [diff] [blame] | 19 | } |