scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 1 | # 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.org | 38aeb0f | 2014-02-26 23:01:57 +0000 | [diff] [blame] | 5 | { |
| 6 | 'include_dirs': [ |
msarett | b23e6aa | 2015-06-09 13:56:10 -0700 | [diff] [blame] | 7 | '../bench/subset', |
| 8 | '../bench', |
mtklein | cd1f2da | 2015-07-28 08:55:14 -0700 | [diff] [blame] | 9 | '../include/private', |
commit-bot@chromium.org | 38aeb0f | 2014-02-26 23:01:57 +0000 | [diff] [blame] | 10 | '../src/core', |
| 11 | '../src/effects', |
mtklein | f372321 | 2014-06-25 14:08:00 -0700 | [diff] [blame] | 12 | '../src/gpu', |
commit-bot@chromium.org | 38aeb0f | 2014-02-26 23:01:57 +0000 | [diff] [blame] | 13 | '../src/utils', |
| 14 | ], |
mtklein | b91f756 | 2015-05-16 15:47:10 -0700 | [diff] [blame] | 15 | 'sources': [ '<!@(python find.py ../bench "*.cpp")' ], |
| 16 | |
commit-bot@chromium.org | 38aeb0f | 2014-02-26 23:01:57 +0000 | [diff] [blame] | 17 | 'dependencies': [ |
mtklein | f372321 | 2014-06-25 14:08:00 -0700 | [diff] [blame] | 18 | 'etc1.gyp:libetc1', |
commit-bot@chromium.org | 38aeb0f | 2014-02-26 23:01:57 +0000 | [diff] [blame] | 19 | 'skia_lib.gyp:skia_lib', |
mtklein | f372321 | 2014-06-25 14:08:00 -0700 | [diff] [blame] | 20 | '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 | }], |
mtklein | b91f756 | 2015-05-16 15:47:10 -0700 | [diff] [blame] | 28 | ['not skia_android_framework', { |
| 29 | 'sources!': [ '../bench/nanobenchAndroid.cpp' ], |
| 30 | }], |
commit-bot@chromium.org | 38aeb0f | 2014-02-26 23:01:57 +0000 | [diff] [blame] | 31 | ], |
| 32 | } |