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:
keyar@chromium.org 2012-08-20 15:49:47 +00:00
Родитель bf2768bab9
Коммит b00a85b7f3
1 изменённых файлов: 14 добавлений и 8 удалений

Просмотреть файл

@ -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',