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

Side by Side Diff: gyp/dm.gypi

Issue 902583006: Add SkSVGCanvas (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: fix win warning 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 | « experimental/svg/skp2svg.cpp ('k') | gyp/svg.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 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',
6 '../gm', 5 '../gm',
7 '../src/core', 6 '../src/core',
8 '../src/effects', 7 '../src/effects',
9 '../src/images', 8 '../src/images',
10 '../src/lazy', 9 '../src/lazy',
11 '../src/pipe/utils/', 10 '../src/pipe/utils/',
12 '../src/utils', 11 '../src/utils',
13 '../src/utils/debugger', 12 '../src/utils/debugger',
14 '../tests', 13 '../tests',
15 '../tools', 14 '../tools',
16 ], 15 ],
17 'dependencies': [ 16 'dependencies': [
18 'etc1.gyp:libetc1', 17 'etc1.gyp:libetc1',
19 'flags.gyp:flags', 18 'flags.gyp:flags',
20 'jsoncpp.gyp:jsoncpp', 19 'jsoncpp.gyp:jsoncpp',
21 'skia_lib.gyp:skia_lib', 20 'skia_lib.gyp:skia_lib',
21 'svg.gyp:svg',
22 'tools.gyp:crash_handler', 22 'tools.gyp:crash_handler',
23 'tools.gyp:proc_stats', 23 'tools.gyp:proc_stats',
24 'tools.gyp:sk_tool_utils', 24 'tools.gyp:sk_tool_utils',
25 'tools.gyp:timer', 25 'tools.gyp:timer',
26 'xml.gyp:xml', 26 'xml.gyp:xml',
27 ], 27 ],
28 'includes': [ 28 'includes': [
29 'gmslides.gypi', 29 'gmslides.gypi',
30 'pathops_unittest.gypi', 30 'pathops_unittest.gypi',
31 'tests.gypi', 31 'tests.gypi',
32 ], 32 ],
33 'sources': [ 33 'sources': [
34 '../dm/DM.cpp', 34 '../dm/DM.cpp',
35 '../dm/DMSrcSink.cpp', 35 '../dm/DMSrcSink.cpp',
36 '../dm/DMJsonWriter.cpp', 36 '../dm/DMJsonWriter.cpp',
37 '../gm/gm.cpp', 37 '../gm/gm.cpp',
38 38
39 '../experimental/svg/SkSVGDevice.cpp',
40 '../src/pipe/utils/SamplePipeControllers.cpp', 39 '../src/pipe/utils/SamplePipeControllers.cpp',
41 '../src/utils/debugger/SkDebugCanvas.cpp', 40 '../src/utils/debugger/SkDebugCanvas.cpp',
42 '../src/utils/debugger/SkDrawCommand.cpp', 41 '../src/utils/debugger/SkDrawCommand.cpp',
43 '../src/utils/debugger/SkObjectParser.cpp', 42 '../src/utils/debugger/SkObjectParser.cpp',
44 ], 43 ],
45 'conditions': [ 44 'conditions': [
46 [ 'skia_gpu == 1', { 45 [ 'skia_gpu == 1', {
47 'dependencies': [ 'gputest.gyp:skgputest' ], 46 'dependencies': [ 'gputest.gyp:skgputest' ],
48 }], 47 }],
49 ], 48 ],
50 } 49 }
OLDNEW
« no previous file with comments | « experimental/svg/skp2svg.cpp ('k') | gyp/svg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698