Add include paths in gputest.gyp for use by additional gpu tests.
BUG=skia: Review URL: https://codereview.chromium.org/1290553005
This commit is contained in:
parent
820bffb893
commit
540e4888a5
@ -112,7 +112,10 @@
|
||||
[ 'skia_gpu_extra_dependency_path', {
|
||||
'dependencies' : [
|
||||
'<(skia_gpu_extra_dependency_path):*',
|
||||
]
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'<(skia_gpu_extra_dependency_path):*',
|
||||
],
|
||||
}],
|
||||
[ 'skia_chrome_utils', {
|
||||
'sources': [
|
||||
|
@ -18,10 +18,12 @@
|
||||
'../include/utils',
|
||||
'../src/core',
|
||||
'../src/gpu',
|
||||
'../../src/gpu',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'../src/gpu',
|
||||
'../../src/gpu',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
|
Loading…
Reference in New Issue
Block a user