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

Side by Side Diff: gyp/gm.gyp

Issue 23587029: gm: add a flag to force perspective usage in all gms (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: gm test Created 7 years, 3 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
« gm/gm.h ('K') | « gyp/SampleApp.gyp ('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_expectations', 8 'target_name': 'gm_expectations',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs' : [ 10 'include_dirs' : [
11 '../src/utils/', 11 '../src/utils/',
12 ], 12 ],
13 'sources': [ 13 'sources': [
14 '../gm/gm_expectations.h', 14 '../gm/gm_expectations.h',
15 '../gm/gm_expectations.cpp', 15 '../gm/gm_expectations.cpp',
16 ], 16 ],
17 'dependencies': [ 17 'dependencies': [
18 'skia_lib.gyp:skia_lib', 18 'skia_lib.gyp:skia_lib',
19 'flags.gyp:flags',
19 'jsoncpp.gyp:jsoncpp', 20 'jsoncpp.gyp:jsoncpp',
20 ], 21 ],
21 'direct_dependent_settings': { 22 'direct_dependent_settings': {
22 'include_dirs': [ 23 'include_dirs': [
23 '../gm/', 24 '../gm/',
24 ], 25 ],
25 }, 26 },
26 }, 27 },
27 { 28 {
28 'target_name': 'gm', 29 'target_name': 'gm',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ], 102 ],
102 }, 103 },
103 ], 104 ],
104 } 105 }
105 106
106 # Local Variables: 107 # Local Variables:
107 # tab-width:2 108 # tab-width:2
108 # indent-tabs-mode:nil 109 # indent-tabs-mode:nil
109 # End: 110 # End:
110 # vim: set expandtab tabstop=2 shiftwidth=2: 111 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gm/gm.h ('K') | « gyp/SampleApp.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698