blob: 2e4a560ec793e3c147630612bf14165d3c4783d0 [file] [log] [blame]
# An experimental library for faster recording of SkCanvas commands.
{
'targets': [{
'target_name': 'record',
'type': 'static_library',
'include_dirs': [
'../include/config',
'../include/core',
],
'sources': [
'../src/record/SkRecorder.cpp',
],
}]
}