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. |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 5 | { |
| 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'skgputest', |
| 9 | 'product_name': 'skia_skgputest', |
| 10 | 'type': 'static_library', |
| 11 | 'standalone_static_library': 1, |
| 12 | 'dependencies': [ |
bsalomon@google.com | 7344385 | 2013-08-21 20:50:50 +0000 | [diff] [blame] | 13 | 'skia_lib.gyp:skia_lib', |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 14 | ], |
| 15 | 'include_dirs': [ |
| 16 | '../include/gpu', |
mtklein | cd1f2da | 2015-07-28 08:55:14 -0700 | [diff] [blame] | 17 | '../include/private', |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 18 | '../include/utils', |
| 19 | '../src/core', |
| 20 | '../src/gpu', |
egdaniel | 540e488 | 2015-08-14 08:37:50 -0700 | [diff] [blame] | 21 | '../../src/gpu', |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 22 | ], |
| 23 | 'direct_dependent_settings': { |
| 24 | 'include_dirs': [ |
| 25 | '../src/gpu', |
egdaniel | 540e488 | 2015-08-14 08:37:50 -0700 | [diff] [blame] | 26 | '../../src/gpu', |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 27 | ], |
| 28 | }, |
| 29 | 'sources': [ |
djsollen | e454521 | 2014-11-13 11:12:41 -0800 | [diff] [blame] | 30 | '<(skia_src_path)/gpu/GrContextFactory.cpp', |
| 31 | '<(skia_src_path)/gpu/GrContextFactory.h', |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 32 | '<(skia_src_path)/gpu/GrTest.cpp', |
| 33 | '<(skia_src_path)/gpu/GrTest.h', |
| 34 | ], |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 35 | }, |
| 36 | ], |
| 37 | } |