• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  'targets': [
3    {
4      'target_name': 'experimental',
5      'type': 'static_library',
6      'include_dirs': [
7        '../include/config',
8        '../include/core',
9      ],
10      'sources': [
11        '../experimental/SkSetPoly3To3.cpp',
12        '../experimental/SkSetPoly3To3_A.cpp',
13        '../experimental/SkSetPoly3To3_D.cpp',
14      ],
15      'direct_dependent_settings': {
16        'include_dirs': [
17          '../experimental',
18        ],
19      },
20    },
21  ],
22}
23
24# Local Variables:
25# tab-width:2
26# indent-tabs-mode:nil
27# End:
28# vim: set expandtab tabstop=2 shiftwidth=2:
29