blob: f0a203e29e53cfc3c5d164c6ad2b3dd7dd798ca9 [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': [
7 '../src/core',
8 '../src/effects',
mtkleinf3723212014-06-25 14:08:00 -07009 '../src/gpu',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000010 '../src/utils',
commit-bot@chromium.org4cd9e212014-03-07 03:25:16 +000011 '../tools',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000012 ],
mtkleinb91f7562015-05-16 15:47:10 -070013 'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
14
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000015 'dependencies': [
mtkleinf3723212014-06-25 14:08:00 -070016 'etc1.gyp:libetc1',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000017 'skia_lib.gyp:skia_lib',
mtkleinf3723212014-06-25 14:08:00 -070018 'tools.gyp:resources',
19 'tools.gyp:sk_tool_utils',
20 ],
21 'conditions': [
22 ['skia_gpu == 1', {
23 'include_dirs': [ '../src/gpu' ],
24 'dependencies': [ 'gputest.gyp:skgputest' ],
25 }],
mtkleinb91f7562015-05-16 15:47:10 -070026 ['not skia_android_framework', {
27 'sources!': [ '../bench/nanobenchAndroid.cpp' ],
28 }],
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000029 ],
30}