Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / gyp / record.gyp
1 # An experimental library for faster recording of SkCanvas commands.
2 {
3     'targets': [{
4         'target_name': 'record',
5         'type': 'static_library',
6         'includes': [ 'record.gypi' ],
7         'include_dirs': [
8             '../include/config',
9             '../include/core',
10             '../include/record',
11             '../src/utils',
12         ],
13         'direct_dependent_settings': {
14             'include_dirs': [
15                 '../include/record',  # Public headers.
16             ],
17         },
18     }]
19 }