Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a749e60e74f7f0446fa6acaff4954b50fc31615c
/
.
/
gyp
/
record.gyp
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'
,
],
}]
}