blob: 825ea4f693a3dc7785741bb97bd86b711fea4230 [file] [log] [blame]
scroggo3e562272015-03-25 10:22:41 -07001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +00005{
6 'include_dirs': [
msarettb23e6aa2015-06-09 13:56:10 -07007 '../bench/subset',
8 '../bench',
mtkleincd1f2da2015-07-28 08:55:14 -07009 '../include/private',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000010 '../src/core',
11 '../src/effects',
mtkleinf3723212014-06-25 14:08:00 -070012 '../src/gpu',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000013 '../src/utils',
14 ],
mtkleinb91f7562015-05-16 15:47:10 -070015 'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
16
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000017 'dependencies': [
mtkleinf3723212014-06-25 14:08:00 -070018 'etc1.gyp:libetc1',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000019 'skia_lib.gyp:skia_lib',
mtkleinf3723212014-06-25 14:08:00 -070020 'tools.gyp:resources',
21 'tools.gyp:sk_tool_utils',
22 ],
23 'conditions': [
24 ['skia_gpu == 1', {
25 'include_dirs': [ '../src/gpu' ],
26 'dependencies': [ 'gputest.gyp:skgputest' ],
27 }],
mtkleinb91f7562015-05-16 15:47:10 -070028 ['not skia_android_framework', {
29 'sources!': [ '../bench/nanobenchAndroid.cpp' ],
30 }],
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000031 ],
32}