blob: a637202aa83b6ee3a4707f693cd060321ab5730c [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',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +00009 '../src/core',
10 '../src/effects',
mtkleinf3723212014-06-25 14:08:00 -070011 '../src/gpu',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000012 '../src/utils',
commit-bot@chromium.org4cd9e212014-03-07 03:25:16 +000013 '../tools',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000014 ],
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}