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

Side by Side Diff: gyp/gm.gyp

Issue 14284018: GM: specify that currently used checksums are CityHashes of SkBitmaps (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fix_mac_trybot Created 7 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 | Annotate | Revision Log
« no previous file with comments | « gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build the "gm" (golden master) executable. 1 # GYP file to build the "gm" (golden master) executable.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gm', 8 'target_name': 'gm',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
11 '../debugger', 11 '../debugger',
12 '../src/core', 12 '../src/core',
13 '../src/effects', 13 '../src/effects',
14 '../src/pipe/utils/', 14 '../src/pipe/utils/',
15 '../src/utils/', 15 '../src/utils/',
16 ], 16 ],
17 'includes': [ 17 'includes': [
18 'gmslides.gypi', 18 'gmslides.gypi',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 '../debugger/SkDrawCommand.h', 21 '../debugger/SkDrawCommand.h',
22 '../debugger/SkDrawCommand.cpp', 22 '../debugger/SkDrawCommand.cpp',
23 '../debugger/SkDebugCanvas.h', 23 '../debugger/SkDebugCanvas.h',
24 '../debugger/SkDebugCanvas.cpp', 24 '../debugger/SkDebugCanvas.cpp',
25 '../debugger/SkObjectParser.h', 25 '../debugger/SkObjectParser.h',
26 '../debugger/SkObjectParser.cpp', 26 '../debugger/SkObjectParser.cpp',
27 27
28 '../gm/gm.cpp', 28 '../gm/gm.cpp',
29 '../gm/gm_expectations.cpp',
29 '../gm/gmmain.cpp', 30 '../gm/gmmain.cpp',
30 '../gm/system_preferences_default.cpp', 31 '../gm/system_preferences_default.cpp',
31 32
32 '../src/pipe/utils/SamplePipeControllers.h', 33 '../src/pipe/utils/SamplePipeControllers.h',
33 '../src/pipe/utils/SamplePipeControllers.cpp', 34 '../src/pipe/utils/SamplePipeControllers.cpp',
34 ], 35 ],
35 'dependencies': [ 36 'dependencies': [
36 'skia_base_libs.gyp:skia_base_libs', 37 'skia_base_libs.gyp:skia_base_libs',
37 'effects.gyp:effects', 38 'effects.gyp:effects',
38 'flags.gyp:flags', 39 'flags.gyp:flags',
(...skipping 30 matching lines...) Expand all
69 ], 70 ],
70 }, 71 },
71 ], 72 ],
72 } 73 }
73 74
74 # Local Variables: 75 # Local Variables:
75 # tab-width:2 76 # tab-width:2
76 # indent-tabs-mode:nil 77 # indent-tabs-mode:nil
77 # End: 78 # End:
78 # vim: set expandtab tabstop=2 shiftwidth=2: 79 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698