blob: 595bb36a7994183a822d6d7f780a2da996707fce [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.
bsalomon@google.com48dd1a22011-10-31 14:18:20 +00005# include this gypi to include all the golden master slides.
6{
commit-bot@chromium.org6adce672014-02-03 14:48:17 +00007 'include_dirs': [
8 '../gm',
9 # include dirs needed by particular GMs
robertphillips188d44c2016-02-01 04:54:14 -080010 '../include/client/android',
commit-bot@chromium.org6adce672014-02-03 14:48:17 +000011 '../src/utils/debugger',
12 '../src/images',
13 '../src/lazy',
14 ],
commit-bot@chromium.org7209f932014-03-23 23:08:18 +000015 'conditions': [
mtkleina7e930f2014-08-06 10:08:42 -070016 # If we're building SampleApp on the bots, no need to link in the GM slides.
17 # We're not going to run it; we're only making sure it still builds.
18 # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work.
19 [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', {
20 'sources': [
halcanary2e0303f2015-05-17 06:47:49 -070021 '<!@(python find.py ../gm "*.c*")',
mtkleina7e930f2014-08-06 10:08:42 -070022
23 # Files needed by particular GMs
joshualitt2771b562015-08-07 12:46:26 -070024 '../src/gpu/batches/GrTestBatch.h',
mtkleina7e930f2014-08-06 10:08:42 -070025 '../src/utils/debugger/SkDrawCommand.h',
26 '../src/utils/debugger/SkDrawCommand.cpp',
27 '../src/utils/debugger/SkDebugCanvas.h',
28 '../src/utils/debugger/SkDebugCanvas.cpp',
29 '../src/utils/debugger/SkObjectParser.h',
30 '../src/utils/debugger/SkObjectParser.cpp',
robertphillipsf42fca42016-01-27 05:00:04 -080031 '../src/utils/debugger/SkOverdrawMode.h',
32 '../src/utils/debugger/SkOverdrawMode.cpp',
mtkleina7e930f2014-08-06 10:08:42 -070033 ],
34 }],
commit-bot@chromium.org7209f932014-03-23 23:08:18 +000035 ],
bsalomon@google.com48dd1a22011-10-31 14:18:20 +000036}