aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skflate.gyp
blob: beed58081f9cb6646ac9c11f6edd3988a42ae866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Target for including SkFlate.
{
  'targets': [
    {
      'target_name': 'skflate',
      'type': 'static_library',
      'dependencies': [
        'skia_lib.gyp:skia_lib',
        'zlib.gyp:zlib',
      ],
      'sources': [ '../src/core/SkFlate.cpp' ],
    },
  ],
}