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

Side by Side Diff: gyp/pathops_skpclip.gyp

Issue 687263007: Turn SkTaskGroups back on. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 | « gyp/dm.gypi ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build pathops skp clip test. 1 # GYP file to build pathops skp clip test.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'pathops_skpclip', 8 'target_name': 'pathops_skpclip',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs': [ 10 'include_dirs': [
11 '../src/core', 11 '../src/core',
12 '../src/effects', 12 '../src/effects',
13 '../src/lazy', 13 '../src/lazy',
14 '../src/pathops', 14 '../src/pathops',
15 '../src/pipe/utils', 15 '../src/pipe/utils',
16 '../src/utils', 16 '../src/utils',
17 ], 17 ],
18 'dependencies': [ 18 'dependencies': [
19 'flags.gyp:flags', 19 'flags.gyp:flags',
20 'skia_lib.gyp:skia_lib', 20 'skia_lib.gyp:skia_lib',
21 'tools.gyp:crash_handler', 21 'tools.gyp:crash_handler',
22 'tools.gyp:resources', 22 'tools.gyp:resources',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 '../src/core/SkTaskGroup.cpp',
26 '../tests/PathOpsDebug.cpp', 25 '../tests/PathOpsDebug.cpp',
27 '../tests/PathOpsSkpClipTest.cpp', 26 '../tests/PathOpsSkpClipTest.cpp',
28 ], 27 ],
29 'conditions': [ 28 'conditions': [
30 [ 'skia_android_framework == 1', { 29 [ 'skia_android_framework == 1', {
31 'libraries': [ 30 'libraries': [
32 '-lskia', 31 '-lskia',
33 ], 32 ],
34 'libraries!': [ 33 'libraries!': [
35 '-lz', 34 '-lz',
36 '-llog', 35 '-llog',
37 ], 36 ],
38 }], 37 }],
39 [ 'skia_gpu == 1', { 38 [ 'skia_gpu == 1', {
40 'include_dirs': [ 39 'include_dirs': [
41 '../src/gpu', 40 '../src/gpu',
42 ], 41 ],
43 }], 42 }],
44 ], 43 ],
45 }, 44 },
46 ], 45 ],
47 } 46 }
OLDNEW
« no previous file with comments | « gyp/dm.gypi ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698