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

Side by Side Diff: gyp/dm.gypi

Issue 483323002: Print max RSS in GM and nanobench too. (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
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', 22 'tools.gyp:proc_stats',
23 'tools.gyp:sk_tool_utils', 23 'tools.gyp:sk_tool_utils',
24 ], 24 ],
25 'includes': [ 25 'includes': [
26 'gmslides.gypi', 26 'gmslides.gypi',
27 'pathops_unittest.gypi', 27 'pathops_unittest.gypi',
28 'tests.gypi', 28 'tests.gypi',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 '../dm/DM.cpp', 31 '../dm/DM.cpp',
32 '../dm/DMCpuGMTask.cpp', 32 '../dm/DMCpuGMTask.cpp',
(...skipping 19 matching lines...) Expand all
52 '../src/utils/debugger/SkDrawCommand.cpp', 52 '../src/utils/debugger/SkDrawCommand.cpp',
53 '../src/utils/debugger/SkObjectParser.cpp', 53 '../src/utils/debugger/SkObjectParser.cpp',
54 '../tools/LazyDecodeBitmap.cpp', 54 '../tools/LazyDecodeBitmap.cpp',
55 ], 55 ],
56 'conditions': [ 56 'conditions': [
57 [ 'skia_gpu == 1', { 57 [ 'skia_gpu == 1', {
58 'dependencies': [ 'gputest.gyp:skgputest' ], 58 'dependencies': [ 'gputest.gyp:skgputest' ],
59 }], 59 }],
60 ], 60 ],
61 } 61 }
OLDNEW
« bench/nanobench.cpp ('K') | « gyp/bench.gyp ('k') | gyp/gm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698