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

Side by Side Diff: gyp/dm.gypi

Issue 1678893003: moved debugger support files from src/utils/debugger to tools/debugger (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « gyp/debugger.gyp ('k') | gyp/gmslides.gypi » ('j') | 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 '../src/utils/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 'svg.gyp:svg', 25 'svg.gyp:svg',
26 'tools.gyp:crash_handler', 26 'tools.gyp:crash_handler',
27 'tools.gyp:proc_stats', 27 'tools.gyp:proc_stats',
28 'tools.gyp:sk_tool_utils', 28 'tools.gyp:sk_tool_utils',
29 'tools.gyp:timer', 29 'tools.gyp:timer',
30 'xml.gyp:xml', 30 'xml.gyp:xml',
31 'xps.gyp:xps', 31 'xps.gyp:xps',
32 ], 32 ],
33 'includes': [ 33 'includes': [
34 'gmslides.gypi', 34 'gmslides.gypi',
35 'pathops_unittest.gypi', 35 'pathops_unittest.gypi',
36 'tests.gypi', 36 'tests.gypi',
37 ], 37 ],
38 'sources': [ 38 'sources': [
39 '../dm/DM.cpp', 39 '../dm/DM.cpp',
40 '../dm/DMSrcSink.cpp', 40 '../dm/DMSrcSink.cpp',
41 '../dm/DMJsonWriter.cpp', 41 '../dm/DMJsonWriter.cpp',
42 '../gm/gm.cpp', 42 '../gm/gm.cpp',
43 43
44 '../src/utils/debugger/SkDebugCanvas.cpp', 44 '../tools/debugger/SkDebugCanvas.cpp',
45 '../src/utils/debugger/SkDrawCommand.cpp', 45 '../tools/debugger/SkDrawCommand.cpp',
46 '../src/utils/debugger/SkObjectParser.cpp', 46 '../tools/debugger/SkObjectParser.cpp',
47 '../src/utils/debugger/SkOverdrawMode.h', 47 '../tools/debugger/SkOverdrawMode.h',
48 '../src/utils/debugger/SkOverdrawMode.cpp', 48 '../tools/debugger/SkOverdrawMode.cpp',
49 ], 49 ],
50 'conditions': [ 50 'conditions': [
51 [ 'skia_gpu == 1', { 51 [ 'skia_gpu == 1', {
52 'dependencies': [ 'gputest.gyp:skgputest' ], 52 'dependencies': [ 'gputest.gyp:skgputest' ],
53 }], 53 }],
54 [ 'skia_mojo', { 'dependencies': [ 'skmojo.gyp:skmojo' ], } ], 54 [ 'skia_mojo', { 'dependencies': [ 'skmojo.gyp:skmojo' ], } ],
55 ], 55 ],
56 } 56 }
OLDNEW
« no previous file with comments | « gyp/debugger.gyp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698