blob: 5fa7f818cd596ae517b271e03f11cf5562d156b5 [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.org2e0c32a2014-04-28 16:19:45 +000011 '../src/utils',
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +000012 ],
commit-bot@chromium.orgb7369622014-04-08 20:17:26 +000013 'direct_dependent_settings': {
14 'include_dirs': [
commit-bot@chromium.orgb17a24f2014-04-14 20:33:05 +000015 '../include/record', # Public headers.
commit-bot@chromium.orgb7369622014-04-08 20:17:26 +000016 ],
17 },
commit-bot@chromium.orge3ff5582014-04-01 16:24:06 +000018 }]
19}