OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 { | 5 { |
6 'include_dirs': [ | 6 'include_dirs': [ |
7 '../bench/subset', | 7 '../bench/subset', |
8 '../bench', | 8 '../bench', |
9 '../include/private', | |
10 '../src/core', | 9 '../src/core', |
11 '../src/effects', | 10 '../src/effects', |
12 '../src/gpu', | 11 '../src/gpu', |
13 '../src/utils', | 12 '../src/utils', |
14 '../tools', | 13 '../tools', |
15 ], | 14 ], |
16 'sources': [ '<!@(python find.py ../bench "*.cpp")' ], | 15 'sources': [ '<!@(python find.py ../bench "*.cpp")' ], |
17 | 16 |
18 'dependencies': [ | 17 'dependencies': [ |
19 'etc1.gyp:libetc1', | 18 'etc1.gyp:libetc1', |
20 'skia_lib.gyp:skia_lib', | 19 'skia_lib.gyp:skia_lib', |
21 'tools.gyp:resources', | 20 'tools.gyp:resources', |
22 'tools.gyp:sk_tool_utils', | 21 'tools.gyp:sk_tool_utils', |
23 ], | 22 ], |
24 'conditions': [ | 23 'conditions': [ |
25 ['skia_gpu == 1', { | 24 ['skia_gpu == 1', { |
26 'include_dirs': [ '../src/gpu' ], | 25 'include_dirs': [ '../src/gpu' ], |
27 'dependencies': [ 'gputest.gyp:skgputest' ], | 26 'dependencies': [ 'gputest.gyp:skgputest' ], |
28 }], | 27 }], |
29 ['not skia_android_framework', { | 28 ['not skia_android_framework', { |
30 'sources!': [ '../bench/nanobenchAndroid.cpp' ], | 29 'sources!': [ '../bench/nanobenchAndroid.cpp' ], |
31 }], | 30 }], |
32 ], | 31 ], |
33 } | 32 } |
OLD | NEW |