зеркало из https://github.com/mozilla/moz-skia.git
Fixed no GPU build. Not reviewed.
git-svn-id: http://skia.googlecode.com/svn/trunk@5189 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
bf2768bab9
Коммит
b00a85b7f3
|
@ -127,18 +127,24 @@
|
|||
'../src/pipe/utils/SamplePipeControllers.h',
|
||||
'../src/pipe/utils/SamplePipeControllers.cpp',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../src/pipe/utils/',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../src/pipe/utils',
|
||||
],
|
||||
'dependencies': [
|
||||
'core.gyp:core',
|
||||
'gpu.gyp:gr',
|
||||
'gpu.gyp:skgr',
|
||||
'tools.gyp:picture_utils',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'gpu.gyp:gr',
|
||||
]
|
||||
'conditions': [
|
||||
['skia_gpu == 1', {
|
||||
'dependencies': [
|
||||
'gpu.gyp:gr',
|
||||
'gpu.gyp:skgr',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'gpu.gyp:gr',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'picture_utils',
|
||||
|
|
Загрузка…
Ссылка в новой задаче