4333751843
Rather than listing out sources explicitly in skia_library.gypi, I'll add this new .gypi to its includes. BUG=skia:2378 R=fmalita@chromium.org, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/242733005 git-svn-id: http://skia.googlecode.com/svn/trunk@14282 2bbb7eff-a529-9590-31e7-b0007b416f81
19 lines
489 B
Python
19 lines
489 B
Python
# An experimental library for faster recording of SkCanvas commands.
|
|
{
|
|
'targets': [{
|
|
'target_name': 'record',
|
|
'type': 'static_library',
|
|
'includes': [ 'record.gypi' ],
|
|
'include_dirs': [
|
|
'../include/config',
|
|
'../include/core',
|
|
'../include/record',
|
|
],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'../include/record', # Public headers.
|
|
],
|
|
},
|
|
}]
|
|
}
|