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. |
bsalomon@google.com | 48dd1a2 | 2011-10-31 14:18:20 +0000 | [diff] [blame] | 5 | # include this gypi to include all the golden master slides. |
| 6 | { |
commit-bot@chromium.org | 6adce67 | 2014-02-03 14:48:17 +0000 | [diff] [blame] | 7 | 'include_dirs': [ |
| 8 | '../gm', |
| 9 | # include dirs needed by particular GMs |
robertphillips | 188d44c | 2016-02-01 04:54:14 -0800 | [diff] [blame] | 10 | '../include/client/android', |
ethannicholas | 3cb9542 | 2016-02-09 12:44:06 -0800 | [diff] [blame] | 11 | '../tools/debugger', |
fmalita | bc590c0 | 2016-02-22 09:12:33 -0800 | [diff] [blame] | 12 | '../src/effects/gradients', |
commit-bot@chromium.org | 6adce67 | 2014-02-03 14:48:17 +0000 | [diff] [blame] | 13 | '../src/images', |
| 14 | '../src/lazy', |
| 15 | ], |
commit-bot@chromium.org | 7209f93 | 2014-03-23 23:08:18 +0000 | [diff] [blame] | 16 | 'conditions': [ |
mtklein | a7e930f | 2014-08-06 10:08:42 -0700 | [diff] [blame] | 17 | # If we're building SampleApp on the bots, no need to link in the GM slides. |
| 18 | # We're not going to run it; we're only making sure it still builds. |
| 19 | # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work. |
| 20 | [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', { |
| 21 | 'sources': [ |
halcanary | 2e0303f | 2015-05-17 06:47:49 -0700 | [diff] [blame] | 22 | '<!@(python find.py ../gm "*.c*")', |
mtklein | a7e930f | 2014-08-06 10:08:42 -0700 | [diff] [blame] | 23 | |
| 24 | # Files needed by particular GMs |
joshualitt | 2771b56 | 2015-08-07 12:46:26 -0700 | [diff] [blame] | 25 | '../src/gpu/batches/GrTestBatch.h', |
ethannicholas | 3cb9542 | 2016-02-09 12:44:06 -0800 | [diff] [blame] | 26 | '../tools/debugger/SkDrawCommand.h', |
| 27 | '../tools/debugger/SkDrawCommand.cpp', |
| 28 | '../tools/debugger/SkDebugCanvas.h', |
| 29 | '../tools/debugger/SkDebugCanvas.cpp', |
| 30 | '../tools/debugger/SkObjectParser.h', |
| 31 | '../tools/debugger/SkObjectParser.cpp', |
| 32 | '../tools/debugger/SkOverdrawMode.h', |
| 33 | '../tools/debugger/SkOverdrawMode.cpp', |
mtklein | a7e930f | 2014-08-06 10:08:42 -0700 | [diff] [blame] | 34 | ], |
| 35 | }], |
commit-bot@chromium.org | 7209f93 | 2014-03-23 23:08:18 +0000 | [diff] [blame] | 36 | ], |
bsalomon@google.com | 48dd1a2 | 2011-10-31 14:18:20 +0000 | [diff] [blame] | 37 | } |