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': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 8 | 'skia_lib.gyp:skia_lib', |
borenet@google.com | 7158e6a | 2012-11-01 17:43:44 +0000 | [diff] [blame] | 9 | ], |
| 10 | 'include_dirs': [ |
| 11 | # For SkThreadUtils.h |
| 12 | '../src/utils', |
| 13 | ], |
| 14 | 'sources': [ |
borenet@google.com | 6a98b8c | 2013-05-06 12:50:00 +0000 | [diff] [blame] | 15 | '../platform_tools/nacl/src/nacl_interface.cpp', |
borenet@google.com | 7158e6a | 2012-11-01 17:43:44 +0000 | [diff] [blame] | 16 | ], |
| 17 | }, |
| 18 | ], |
skia.committer@gmail.com | 760f2d9 | 2012-11-02 02:01:24 +0000 | [diff] [blame] | 19 | } |