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

Side by Side Diff: gyp/dm.gypi

Issue 2209593004: Add an SVG DM source (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: GN fix Created 4 years, 4 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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). 5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../dm', 8 '../dm',
9 '../gm', 9 '../gm',
10 '../include/private', 10 '../include/private',
11 '../src/core', 11 '../src/core',
12 '../src/effects', 12 '../src/effects',
13 '../src/images', 13 '../src/images',
14 '../src/lazy', 14 '../src/lazy',
15 '../src/utils', 15 '../src/utils',
16 '../tools/debugger', 16 '../tools/debugger',
17 '../tests', 17 '../tests',
18 ], 18 ],
19 'dependencies': [ 19 'dependencies': [
20 'etc1.gyp:libetc1', 20 'etc1.gyp:libetc1',
21 'flags.gyp:flags', 21 'flags.gyp:flags',
22 'jsoncpp.gyp:jsoncpp', 22 'jsoncpp.gyp:jsoncpp',
23 'libpng.gyp:libpng', 23 'libpng.gyp:libpng',
24 'skia_lib.gyp:skia_lib', 24 'skia_lib.gyp:skia_lib',
25 'sksl.gyp:sksl', 25 'sksl.gyp:sksl',
26 'svg.gyp:svg', 26 'svg.gyp:svg',
27 'svg.gyp:svgdom',
27 'tools.gyp:crash_handler', 28 'tools.gyp:crash_handler',
28 'tools.gyp:picture_utils', 29 'tools.gyp:picture_utils',
29 'tools.gyp:proc_stats', 30 'tools.gyp:proc_stats',
30 'tools.gyp:sk_tool_utils', 31 'tools.gyp:sk_tool_utils',
31 'tools.gyp:url_data_manager', 32 'tools.gyp:url_data_manager',
32 'tools.gyp:timer', 33 'tools.gyp:timer',
33 'xml.gyp:xml', 34 'xml.gyp:xml',
34 'xps.gyp:xps', 35 'xps.gyp:xps',
35 ], 36 ],
36 'includes': [ 37 'includes': [
(...skipping 14 matching lines...) Expand all
51 '../tools/debugger/SkObjectParser.cpp', 52 '../tools/debugger/SkObjectParser.cpp',
52 '../tools/debugger/SkOverdrawMode.h', 53 '../tools/debugger/SkOverdrawMode.h',
53 '../tools/debugger/SkOverdrawMode.cpp', 54 '../tools/debugger/SkOverdrawMode.cpp',
54 ], 55 ],
55 'conditions': [ 56 'conditions': [
56 [ 'skia_gpu == 1', { 57 [ 'skia_gpu == 1', {
57 'dependencies': [ 'gputest.gyp:skgputest' ], 58 'dependencies': [ 'gputest.gyp:skgputest' ],
58 }], 59 }],
59 ], 60 ],
60 } 61 }
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