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

Side by Side Diff: gyp/tests.gyp

Issue 74793011: Add SkImageGenerator Interface (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: whitespace Created 7 years 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/images.gyp ('k') | include/core/SkImageGenerator.h » ('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 unit tests. 1 # GYP file to build unit tests.
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': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
11 '../src/core', 11 '../src/core',
12 '../src/effects', 12 '../src/effects',
13 '../src/image', 13 '../src/image',
14 '../src/lazy', 14 '../src/lazy',
15 '../src/images',
15 '../src/pathops', 16 '../src/pathops',
16 '../src/pdf', 17 '../src/pdf',
17 '../src/pipe/utils', 18 '../src/pipe/utils',
18 '../src/utils', 19 '../src/utils',
19 '../tools/', 20 '../tools/',
20 ], 21 ],
21 'includes': [ 22 'includes': [
22 'pathops_unittest.gypi', 23 'pathops_unittest.gypi',
23 ], 24 ],
24 'sources': [ 25 'sources': [
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ], 172 ],
172 }, 173 },
173 ], 174 ],
174 } 175 }
175 176
176 # Local Variables: 177 # Local Variables:
177 # tab-width:2 178 # tab-width:2
178 # indent-tabs-mode:nil 179 # indent-tabs-mode:nil
179 # End: 180 # End:
180 # vim: set expandtab tabstop=2 shiftwidth=2: 181 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | include/core/SkImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698