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

Side by Side Diff: gyp/dm.gypi

Issue 847273005: More natural way to serialize GPU tasks and tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: always stack-scope GrContextFactories Created 5 years, 11 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/DMSrcSink.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('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',
(...skipping 12 matching lines...) Expand all
23 'tools.gyp:sk_tool_utils', 23 'tools.gyp:sk_tool_utils',
24 'tools.gyp:timer', 24 'tools.gyp:timer',
25 ], 25 ],
26 'includes': [ 26 'includes': [
27 'gmslides.gypi', 27 'gmslides.gypi',
28 'pathops_unittest.gypi', 28 'pathops_unittest.gypi',
29 'tests.gypi', 29 'tests.gypi',
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 '../dm/DM.cpp', 32 '../dm/DM.cpp',
33 '../dm/DMGpuSupport.cpp',
34 '../dm/DMSrcSink.cpp', 33 '../dm/DMSrcSink.cpp',
35 '../dm/DMJsonWriter.cpp', 34 '../dm/DMJsonWriter.cpp',
36 '../gm/gm.cpp', 35 '../gm/gm.cpp',
37 36
38 '../src/pipe/utils/SamplePipeControllers.cpp', 37 '../src/pipe/utils/SamplePipeControllers.cpp',
39 '../src/utils/debugger/SkDebugCanvas.cpp', 38 '../src/utils/debugger/SkDebugCanvas.cpp',
40 '../src/utils/debugger/SkDrawCommand.cpp', 39 '../src/utils/debugger/SkDrawCommand.cpp',
41 '../src/utils/debugger/SkObjectParser.cpp', 40 '../src/utils/debugger/SkObjectParser.cpp',
42 ], 41 ],
43 'conditions': [ 42 'conditions': [
44 [ 'skia_gpu == 1', { 43 [ 'skia_gpu == 1', {
45 'dependencies': [ 'gputest.gyp:skgputest' ], 44 'dependencies': [ 'gputest.gyp:skgputest' ],
46 }], 45 }],
47 ], 46 ],
48 } 47 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698