blob: 36db43403f7d967250c1eaabcc70ab45d35b7c05 [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',
mtkleincd1f2da2015-07-28 08:55:14 -070017 '../include/private',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000018 '../include/utils',
19 '../src/core',
20 '../src/gpu',
egdaniel540e4882015-08-14 08:37:50 -070021 '../../src/gpu',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000022 ],
23 'direct_dependent_settings': {
24 'include_dirs': [
25 '../src/gpu',
egdaniel540e4882015-08-14 08:37:50 -070026 '../../src/gpu',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000027 ],
28 },
29 'sources': [
djsollene4545212014-11-13 11:12:41 -080030 '<(skia_src_path)/gpu/GrContextFactory.cpp',
31 '<(skia_src_path)/gpu/GrContextFactory.h',
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000032 '<(skia_src_path)/gpu/GrTest.cpp',
33 '<(skia_src_path)/gpu/GrTest.h',
34 ],
commit-bot@chromium.org78a10782013-08-21 19:27:48 +000035 },
36 ],
37}