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

Side by Side Diff: gyp/gm.gyp

Issue 12843028: Add testing of optimizations to GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: compiler warning/error fixes 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 | « gyp/SampleApp.gyp ('k') | gyp/gmslides.gypi » ('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 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 '../src/core', 12 '../src/core',
12 '../src/effects', 13 '../src/effects',
13 '../src/pipe/utils/', 14 '../src/pipe/utils/',
14 '../src/utils/', 15 '../src/utils/',
15 ], 16 ],
16 'includes': [ 17 'includes': [
17 'gmslides.gypi', 18 'gmslides.gypi',
18 ], 19 ],
19 'sources': [ 20 'sources': [
21 '../debugger/SkDrawCommand.h',
22 '../debugger/SkDrawCommand.cpp',
23 '../debugger/SkDebugCanvas.h',
24 '../debugger/SkDebugCanvas.cpp',
25 '../debugger/SkObjectParser.h',
26 '../debugger/SkObjectParser.cpp',
27
20 '../gm/gm.cpp', 28 '../gm/gm.cpp',
21 '../gm/gmmain.cpp', 29 '../gm/gmmain.cpp',
22 '../gm/system_preferences_default.cpp', 30 '../gm/system_preferences_default.cpp',
31
23 '../src/pipe/utils/SamplePipeControllers.h', 32 '../src/pipe/utils/SamplePipeControllers.h',
24 '../src/pipe/utils/SamplePipeControllers.cpp', 33 '../src/pipe/utils/SamplePipeControllers.cpp',
25 ], 34 ],
26 'dependencies': [ 35 'dependencies': [
27 'skia_base_libs.gyp:skia_base_libs', 36 'skia_base_libs.gyp:skia_base_libs',
28 'effects.gyp:effects', 37 'effects.gyp:effects',
29 'flags.gyp:flags', 38 'flags.gyp:flags',
30 'images.gyp:images', 39 'images.gyp:images',
31 'jsoncpp.gyp:jsoncpp', 40 'jsoncpp.gyp:jsoncpp',
32 'pdf.gyp:pdf', 41 'pdf.gyp:pdf',
(...skipping 27 matching lines...) Expand all
60 ], 69 ],
61 }, 70 },
62 ], 71 ],
63 } 72 }
64 73
65 # Local Variables: 74 # Local Variables:
66 # tab-width:2 75 # tab-width:2
67 # indent-tabs-mode:nil 76 # indent-tabs-mode:nil
68 # End: 77 # End:
69 # vim: set expandtab tabstop=2 shiftwidth=2: 78 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698