blob: bf295cb86e08e5a5c99adef02d5551d01e01b7b1 [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',
ethannicholasf62a8b72016-02-11 10:35:21 -080022 'tools.gyp:url_data_manager',
mtkleinf3723212014-06-25 14:08:00 -070023 ],
24 'conditions': [
25 ['skia_gpu == 1', {
26 'include_dirs': [ '../src/gpu' ],
27 'dependencies': [ 'gputest.gyp:skgputest' ],
28 }],
mtkleinb91f7562015-05-16 15:47:10 -070029 ['not skia_android_framework', {
30 'sources!': [ '../bench/nanobenchAndroid.cpp' ],
31 }],
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000032 ],
33}