blob: a58e66e09123fceb99c2da19dda122d2ea06735c [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',
halcanary1e440512016-02-24 15:17:19 -080013 '../src/pdf',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000014 '../src/utils',
15 ],
mtkleinada5a442016-08-02 14:28:26 -070016 'sources': [ '<!@(python find.py "*.cpp" ../bench)' ],
mtkleinb91f7562015-05-16 15:47:10 -070017
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000018 'dependencies': [
mtkleinf3723212014-06-25 14:08:00 -070019 'etc1.gyp:libetc1',
halcanary1e440512016-02-24 15:17:19 -080020 'pdf.gyp:pdf',
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000021 'skia_lib.gyp:skia_lib',
mtkleinf3723212014-06-25 14:08:00 -070022 'tools.gyp:resources',
23 'tools.gyp:sk_tool_utils',
ethannicholasf62a8b72016-02-11 10:35:21 -080024 'tools.gyp:url_data_manager',
mtkleinf3723212014-06-25 14:08:00 -070025 ],
26 'conditions': [
27 ['skia_gpu == 1', {
28 'include_dirs': [ '../src/gpu' ],
29 'dependencies': [ 'gputest.gyp:skgputest' ],
30 }],
mtkleinb91f7562015-05-16 15:47:10 -070031 ['not skia_android_framework', {
32 'sources!': [ '../bench/nanobenchAndroid.cpp' ],
33 }],
commit-bot@chromium.org38aeb0f2014-02-26 23:01:57 +000034 ],
35}