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

Side by Side Diff: gyp/pathops_unittest.gyp

Issue 693993002: Revert of 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/pathops_skpclip.gyp ('k') | gyp/tools.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 unit tests. 1 # GYP file to build pathops unit tests.
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_unittest', 8 'target_name': 'pathops_unittest',
9 'type': 'executable', 9 'type': 'executable',
10 'includes': [ 10 'includes': [
11 'pathops_unittest.gypi', 11 'pathops_unittest.gypi',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 'flags.gyp:flags_common', 14 'flags.gyp:flags_common',
15 'tools.gyp:crash_handler', 15 'tools.gyp:crash_handler',
16 ], 16 ],
17 'sources': [ 17 'sources': [
18 '../src/core/SkTaskGroup.cpp',
18 '../tests/PathOpsAngleIdeas.cpp', 19 '../tests/PathOpsAngleIdeas.cpp',
19 '../tests/PathOpsBattles.cpp', 20 '../tests/PathOpsBattles.cpp',
20 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', 21 '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
21 '../tests/PathOpsDebug.cpp', 22 '../tests/PathOpsDebug.cpp',
22 '../tests/PathOpsOpLoopThreadedTest.cpp', 23 '../tests/PathOpsOpLoopThreadedTest.cpp',
23 '../tests/skia_test.cpp', 24 '../tests/skia_test.cpp',
24 ], 25 ],
25 'conditions': [ 26 'conditions': [
26 [ 'skia_android_framework == 1', { 27 [ 'skia_android_framework == 1', {
27 'libraries': [ 28 'libraries': [
28 '-lskia', 29 '-lskia',
29 ], 30 ],
30 'libraries!': [ 31 'libraries!': [
31 '-lz', 32 '-lz',
32 '-llog', 33 '-llog',
33 ], 34 ],
34 }], 35 }],
35 [ 'skia_gpu == 1', { 36 [ 'skia_gpu == 1', {
36 'include_dirs': [ 37 'include_dirs': [
37 '../src/gpu', 38 '../src/gpu',
38 ], 39 ],
39 }], 40 }],
40 ], 41 ],
41 }, 42 },
42 ], 43 ],
43 } 44 }
OLDNEW
« no previous file with comments | « gyp/pathops_skpclip.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698