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

Side by Side Diff: gyp/dm.gyp

Issue 227673011: More SkRecord TODOs: (Closed) Base URL: https://skia.googlesource.com/skia.git@tests
Patch Set: Created 6 years, 8 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 | « no previous file | gyp/record.gyp » ('j') | tests/RecorderTest.cpp » ('J')
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 # vim: set expandtab tabstop=4 shiftwidth=4 2 # vim: set expandtab tabstop=4 shiftwidth=4
3 { 3 {
4 'includes': [ 'apptype_console.gypi' ], 4 'includes': [ 'apptype_console.gypi' ],
5 5
6 'targets': [{ 6 'targets': [{
7 'target_name': 'dm', 7 'target_name': 'dm',
8 'type': 'executable', 8 'type': 'executable',
9 'include_dirs': [ 9 'include_dirs': [
10 '../bench', 10 '../bench',
11 '../dm', 11 '../dm',
12 '../gm', 12 '../gm',
13 '../tests', 13 '../tests',
14 '../src/images', 14 '../src/images',
15 '../src/lazy', 15 '../src/lazy',
16 '../src/core', 16 '../src/core',
17 '../src/effects', 17 '../src/effects',
18 '../src/pipe/utils/', 18 '../src/pipe/utils/',
19 '../src/record',
20 '../src/utils', 19 '../src/utils',
21 '../src/utils/debugger', 20 '../src/utils/debugger',
22 '../tools', 21 '../tools',
23 ], 22 ],
24 'includes': [ 23 'includes': [
25 'bench.gypi', 24 'bench.gypi',
26 'gmslides.gypi', 25 'gmslides.gypi',
27 'pathops_unittest.gypi', 26 'pathops_unittest.gypi',
28 'tests.gypi', 27 'tests.gypi',
29 ], 28 ],
(...skipping 24 matching lines...) Expand all
54 ], 53 ],
55 'dependencies': [ 54 'dependencies': [
56 'skia_lib.gyp:skia_lib', 55 'skia_lib.gyp:skia_lib',
57 'flags.gyp:flags', 56 'flags.gyp:flags',
58 'jsoncpp.gyp:jsoncpp', 57 'jsoncpp.gyp:jsoncpp',
59 'gputest.gyp:skgputest', 58 'gputest.gyp:skgputest',
60 'record.gyp:*', 59 'record.gyp:*',
61 ], 60 ],
62 }] 61 }]
63 } 62 }
OLDNEW
« no previous file with comments | « no previous file | gyp/record.gyp » ('j') | tests/RecorderTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698