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

Side by Side Diff: gyp/dm.gypi

Issue 892693002: SVG backend in DM (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: sort Created 5 years, 10 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 | « dm/DMSrcSink.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). 1 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../dm', 4 '../dm',
5 '../experimental/svg',
5 '../gm', 6 '../gm',
6 '../tests', 7 '../src/core',
8 '../src/effects',
7 '../src/images', 9 '../src/images',
8 '../src/lazy', 10 '../src/lazy',
9 '../src/core',
10 '../src/effects',
11 '../src/pipe/utils/', 11 '../src/pipe/utils/',
12 '../src/utils', 12 '../src/utils',
13 '../src/utils/debugger', 13 '../src/utils/debugger',
14 '../tests',
14 '../tools', 15 '../tools',
15 ], 16 ],
16 'dependencies': [ 17 'dependencies': [
17 'etc1.gyp:libetc1', 18 'etc1.gyp:libetc1',
18 'flags.gyp:flags', 19 'flags.gyp:flags',
19 'jsoncpp.gyp:jsoncpp', 20 'jsoncpp.gyp:jsoncpp',
20 'skia_lib.gyp:skia_lib', 21 'skia_lib.gyp:skia_lib',
21 'tools.gyp:crash_handler', 22 'tools.gyp:crash_handler',
22 'tools.gyp:proc_stats', 23 'tools.gyp:proc_stats',
23 'tools.gyp:sk_tool_utils', 24 'tools.gyp:sk_tool_utils',
24 'tools.gyp:timer', 25 'tools.gyp:timer',
26 'xml.gyp:xml',
25 ], 27 ],
26 'includes': [ 28 'includes': [
27 'gmslides.gypi', 29 'gmslides.gypi',
28 'pathops_unittest.gypi', 30 'pathops_unittest.gypi',
29 'tests.gypi', 31 'tests.gypi',
30 ], 32 ],
31 'sources': [ 33 'sources': [
32 '../dm/DM.cpp', 34 '../dm/DM.cpp',
33 '../dm/DMSrcSink.cpp', 35 '../dm/DMSrcSink.cpp',
34 '../dm/DMJsonWriter.cpp', 36 '../dm/DMJsonWriter.cpp',
35 '../gm/gm.cpp', 37 '../gm/gm.cpp',
36 38
39 '../experimental/svg/SkSVGDevice.cpp',
37 '../src/pipe/utils/SamplePipeControllers.cpp', 40 '../src/pipe/utils/SamplePipeControllers.cpp',
38 '../src/utils/debugger/SkDebugCanvas.cpp', 41 '../src/utils/debugger/SkDebugCanvas.cpp',
39 '../src/utils/debugger/SkDrawCommand.cpp', 42 '../src/utils/debugger/SkDrawCommand.cpp',
40 '../src/utils/debugger/SkObjectParser.cpp', 43 '../src/utils/debugger/SkObjectParser.cpp',
41 ], 44 ],
42 'conditions': [ 45 'conditions': [
43 [ 'skia_gpu == 1', { 46 [ 'skia_gpu == 1', {
44 'dependencies': [ 'gputest.gyp:skgputest' ], 47 'dependencies': [ 'gputest.gyp:skgputest' ],
45 }], 48 }],
46 ], 49 ],
47 } 50 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698