Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: gyp/skpskgr_test.gyp

Issue 296053016: remove bit rot test gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tests/SkpSkGrTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # GYP file to build unit tests.
2 {
3 'includes': [
4 'apptype_console.gypi',
5 ],
6 'targets': [
7 {
8 'target_name': 'skpskgr_test',
9 'type': 'executable',
10 'suppress_wildcard': '1',
11 'include_dirs' : [
12 '../src/core',
13 '../src/effects',
14 '../src/lazy',
15 '../src/pathops',
16 '../src/pdf',
17 '../src/pipe/utils',
18 '../src/utils',
19 '../tools/',
20 ],
21 'sources': [
22 '../tests/SkpSkGrTest.cpp',
23 '../tests/Test.cpp',
24 '../tests/skia_test.cpp',
25 '../tests/Test.h',
26 ],
27 'dependencies': [
28 'skia_lib.gyp:skia_lib',
29 'flags.gyp:flags',
30 ],
31 'conditions': [
32 [ 'skia_gpu == 1', {
33 'include_dirs': [
34 '../src/gpu',
35 ],
36 }],
37 ],
38 },
39 ],
40 }
OLDNEW
« no previous file with comments | « no previous file | tests/SkpSkGrTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698