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

Side by Side Diff: gyp/dm.gypi

Issue 448993003: Process Statistics header, add max RSS to render_pdfs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: compiles on macos and ios 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 | « gyp/apptype_console.gypi ('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',
22 'tools.gyp:sk_tool_utils', 23 'tools.gyp:sk_tool_utils',
23 ], 24 ],
24 'includes': [ 25 'includes': [
25 'gmslides.gypi', 26 'gmslides.gypi',
26 'pathops_unittest.gypi', 27 'pathops_unittest.gypi',
27 'tests.gypi', 28 'tests.gypi',
28 ], 29 ],
29 'sources': [ 30 'sources': [
30 '../dm/DM.cpp', 31 '../dm/DM.cpp',
31 '../dm/DMCpuGMTask.cpp', 32 '../dm/DMCpuGMTask.cpp',
(...skipping 19 matching lines...) Expand all
51 '../src/utils/debugger/SkDrawCommand.cpp', 52 '../src/utils/debugger/SkDrawCommand.cpp',
52 '../src/utils/debugger/SkObjectParser.cpp', 53 '../src/utils/debugger/SkObjectParser.cpp',
53 '../tools/LazyDecodeBitmap.cpp', 54 '../tools/LazyDecodeBitmap.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 | « gyp/apptype_console.gypi ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698