• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_lib.gyp:skia_lib',
9      ],
10      'include_dirs': [
11        # For SkThreadUtils.h
12        '../src/utils',
13      ],
14      'sources': [
15        '../platform_tools/nacl/src/nacl_interface.cpp',
16      ],
17    },
18  ],
19}
20