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

Side by Side Diff: gyp/dm.gypi

Issue 448243003: Revert of Process Statistics header, add max RSS to render_pdfs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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/DMReporter.cpp ('k') | gyp/tools.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 '../tests', 6 '../tests',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 '../src/core', 9 '../src/core',
10 '../src/effects', 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 '../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 'tools.gyp:crash_handler', 21 'tools.gyp:crash_handler',
22 'tools.gyp:sk_tool_proc_stats',
23 'tools.gyp:sk_tool_utils', 22 'tools.gyp:sk_tool_utils',
24 ], 23 ],
25 'includes': [ 24 'includes': [
26 'gmslides.gypi', 25 'gmslides.gypi',
27 'pathops_unittest.gypi', 26 'pathops_unittest.gypi',
28 'tests.gypi', 27 'tests.gypi',
29 ], 28 ],
30 'sources': [ 29 'sources': [
31 '../dm/DM.cpp', 30 '../dm/DM.cpp',
32 '../dm/DMCpuGMTask.cpp', 31 '../dm/DMCpuGMTask.cpp',
(...skipping 18 matching lines...) Expand all
51 '../src/utils/debugger/SkDebugCanvas.cpp', 50 '../src/utils/debugger/SkDebugCanvas.cpp',
52 '../src/utils/debugger/SkDrawCommand.cpp', 51 '../src/utils/debugger/SkDrawCommand.cpp',
53 '../src/utils/debugger/SkObjectParser.cpp', 52 '../src/utils/debugger/SkObjectParser.cpp',
54 ], 53 ],
55 'conditions': [ 54 'conditions': [
56 [ 'skia_gpu == 1', { 55 [ 'skia_gpu == 1', {
57 'dependencies': [ 'gputest.gyp:skgputest' ], 56 'dependencies': [ 'gputest.gyp:skgputest' ],
58 }], 57 }],
59 ], 58 ],
60 } 59 }
OLDNEW
« no previous file with comments | « dm/DMReporter.cpp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698