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': [ |
mtklein | ada5a44 | 2016-08-02 14:28:26 -0700 | [diff] [blame] | 22 | '<!@(python find.py "*.c*" ../gm)', |
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', |
brianosman | fad9856 | 2016-05-04 11:06:28 -0700 | [diff] [blame] | 30 | '../tools/debugger/SkJsonWriteBuffer.h', |
| 31 | '../tools/debugger/SkJsonWriteBuffer.cpp', |
ethannicholas | 3cb9542 | 2016-02-09 12:44:06 -0800 | [diff] [blame] | 32 | '../tools/debugger/SkObjectParser.h', |
| 33 | '../tools/debugger/SkObjectParser.cpp', |
mtklein | a7e930f | 2014-08-06 10:08:42 -0700 | [diff] [blame] | 34 | ], |
ethannicholas | f67531f | 2016-03-21 10:19:39 -0700 | [diff] [blame] | 35 | 'dependencies': [ |
| 36 | 'libpng.gyp:libpng', |
msarett | a5cf4f4 | 2016-06-30 10:06:51 -0700 | [diff] [blame] | 37 | 'tools.gyp:picture_utils', |
ethannicholas | f67531f | 2016-03-21 10:19:39 -0700 | [diff] [blame] | 38 | ] |
mtklein | a7e930f | 2014-08-06 10:08:42 -0700 | [diff] [blame] | 39 | }], |
commit-bot@chromium.org | 7209f93 | 2014-03-23 23:08:18 +0000 | [diff] [blame] | 40 | ], |
bsalomon@google.com | 48dd1a2 | 2011-10-31 14:18:20 +0000 | [diff] [blame] | 41 | } |