2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2014-02-26 23:01:57 +00:00
|
|
|
{
|
|
|
|
'include_dirs': [
|
|
|
|
'../src/core',
|
|
|
|
'../src/effects',
|
2014-06-25 21:08:00 +00:00
|
|
|
'../src/gpu',
|
2014-02-26 23:01:57 +00:00
|
|
|
'../src/utils',
|
2014-03-07 03:25:16 +00:00
|
|
|
'../tools',
|
2014-02-26 23:01:57 +00:00
|
|
|
],
|
2015-05-16 22:47:10 +00:00
|
|
|
'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
|
|
|
|
|
2014-02-26 23:01:57 +00:00
|
|
|
'dependencies': [
|
2014-06-25 21:08:00 +00:00
|
|
|
'etc1.gyp:libetc1',
|
2014-02-26 23:01:57 +00:00
|
|
|
'skia_lib.gyp:skia_lib',
|
2014-06-25 21:08:00 +00:00
|
|
|
'tools.gyp:resources',
|
|
|
|
'tools.gyp:sk_tool_utils',
|
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
['skia_gpu == 1', {
|
|
|
|
'include_dirs': [ '../src/gpu' ],
|
|
|
|
'dependencies': [ 'gputest.gyp:skgputest' ],
|
|
|
|
}],
|
2015-05-16 22:47:10 +00:00
|
|
|
['not skia_android_framework', {
|
|
|
|
'sources!': [ '../bench/nanobenchAndroid.cpp' ],
|
|
|
|
}],
|
2014-02-26 23:01:57 +00:00
|
|
|
],
|
|
|
|
}
|