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

Side by Side Diff: gyp/dm.gypi

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

Powered by Google App Engine
This is Rietveld 408576698