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

Side by Side Diff: gyp/gm.gyp

Issue 23352003: Create new target to hold gpu test code, enable direct testing of GrEffects in GM. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Rob's comments Created 7 years, 4 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_expectations', 8 'target_name': 'gm_expectations',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 }], 87 }],
88 ['skia_os == "win"', { 88 ['skia_os == "win"', {
89 'dependencies': [ 89 'dependencies': [
90 'xps.gyp:xps', 90 'xps.gyp:xps',
91 ], 91 ],
92 }], 92 }],
93 ['skia_gpu == 1', { 93 ['skia_gpu == 1', {
94 'include_dirs': [ 94 'include_dirs': [
95 '../src/gpu', 95 '../src/gpu',
96 ], 96 ],
97 'dependencies': [
98 'gputest.gyp:skgputest',
99 ],
97 }], 100 }],
98 ], 101 ],
99 }, 102 },
100 ], 103 ],
101 } 104 }
102 105
103 # Local Variables: 106 # Local Variables:
104 # tab-width:2 107 # tab-width:2
105 # indent-tabs-mode:nil 108 # indent-tabs-mode:nil
106 # End: 109 # End:
107 # vim: set expandtab tabstop=2 shiftwidth=2: 110 # 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