blob: 6100363f465684cc4544ebcd89da64d2a09825ce [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.
commit-bot@chromium.org78a10782013-08-21 19:27:48 +00005{
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.com73443852013-08-21 20:50:50 +000013 'skia_lib.gyp:skia_lib',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000014 ],
15 'include_dirs': [
16 '../include/gpu',
mtklein928e1652015-07-01 11:55:42 -070017 '../include/private',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000018 '../include/utils',
19 '../src/core',
20 '../src/gpu',
21 ],
22 'direct_dependent_settings': {
23 'include_dirs': [
24 '../src/gpu',
25 ],
26 },
27 'sources': [
djsollene4545212014-11-13 11:12:41 -080028 '<(skia_src_path)/gpu/GrContextFactory.cpp',
29 '<(skia_src_path)/gpu/GrContextFactory.h',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000030 '<(skia_src_path)/gpu/GrTest.cpp',
31 '<(skia_src_path)/gpu/GrTest.h',
32 ],
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000033 },
34 ],
35}