blob: 3dd4c8ee35dd8792aa125576018566c7a08c7489 [file] [log] [blame]
borenet@google.coma50f02d2012-11-01 17:43:44 +00001# 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.com25077962013-06-03 12:10:19 +00008 'skia_lib.gyp:skia_lib',
borenet@google.coma50f02d2012-11-01 17:43:44 +00009 ],
10 'include_dirs': [
11 # For SkThreadUtils.h
12 '../src/utils',
13 ],
14 'sources': [
borenet@google.com4dc22552013-05-06 12:50:00 +000015 '../platform_tools/nacl/src/nacl_interface.cpp',
borenet@google.coma50f02d2012-11-01 17:43:44 +000016 ],
17 },
18 ],
skia.committer@gmail.com89102c22012-11-02 02:01:24 +000019}