blob: 0bfd83e0f34dc19aa82e223e2132c3a614f3f42f [file] [log] [blame]
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +00001# An experimental library for faster recording of SkCanvas commands.
2{
3 'targets': [{
4 'target_name': 'record',
5 'type': 'static_library',
commit-bot@chromium.org43337512014-04-21 17:08:19 +00006 'includes': [ 'record.gypi' ],
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +00007 'include_dirs': [
8 '../include/config',
9 '../include/core',
commit-bot@chromium.org18fd2b92014-04-10 23:30:59 +000010 '../include/record',
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +000011 ],
commit-bot@chromium.orgb7369622014-04-08 20:17:26 +000012 'direct_dependent_settings': {
13 'include_dirs': [
commit-bot@chromium.orgb17a24f2014-04-14 20:33:05 +000014 '../include/record', # Public headers.
commit-bot@chromium.orgb7369622014-04-08 20:17:26 +000015 ],
16 },
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +000017 }]
18}