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', |
| 17 | '../include/utils', |
| 18 | '../src/core', |
| 19 | '../src/gpu', |
| 20 | ], |
| 21 | 'direct_dependent_settings': { |
| 22 | 'include_dirs': [ |
| 23 | '../src/gpu', |
| 24 | ], |
| 25 | }, |
| 26 | 'sources': [ |
djsollen | e454521 | 2014-11-13 11:12:41 -0800 | [diff] [blame] | 27 | '<(skia_src_path)/gpu/GrContextFactory.cpp', |
| 28 | '<(skia_src_path)/gpu/GrContextFactory.h', |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 29 | '<(skia_src_path)/gpu/GrTest.cpp', |
| 30 | '<(skia_src_path)/gpu/GrTest.h', |
| 31 | ], |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 32 | }, |
| 33 | ], |
| 34 | } |