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

Side by Side Diff: gyp/utils.gyp

Issue 17113004: Replace SkPicture(SkStream) constructors with a factory. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Remove a change in behavior Created 7 years, 6 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/effects.gyp ('k') | include/core/SkPicture.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 for utils.
1 { 2 {
2 'targets': [ 3 'targets': [
3 { 4 {
4 'target_name': 'utils', 5 'target_name': 'utils',
5 'product_name': 'skia_utils', 6 'product_name': 'skia_utils',
6 'type': 'static_library', 7 'type': 'static_library',
7 'standalone_static_library': 1, 8 'standalone_static_library': 1,
8 'include_dirs': [ 9 'include_dirs': [
9 '../include/config', 10 '../include/config',
10 '../include/core', 11 '../include/core',
11 '../include/effects', 12 '../include/effects',
12 '../include/images', 13 '../include/images',
14 '../include/lazy',
13 '../include/pipe', 15 '../include/pipe',
14 '../include/utils', 16 '../include/utils',
15 '../include/utils/mac', 17 '../include/utils/mac',
16 '../include/utils/unix', 18 '../include/utils/unix',
17 '../include/utils/win', 19 '../include/utils/win',
18 '../include/xml', 20 '../include/xml',
19 '../src/core', 21 '../src/core',
20 '../src/utils', 22 '../src/utils',
21 ], 23 ],
22 'sources': [ 24 'sources': [
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }, 211 },
210 }, 212 },
211 ], 213 ],
212 } 214 }
213 215
214 # Local Variables: 216 # Local Variables:
215 # tab-width:2 217 # tab-width:2
216 # indent-tabs-mode:nil 218 # indent-tabs-mode:nil
217 # End: 219 # End:
218 # vim: set expandtab tabstop=2 shiftwidth=2: 220 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gyp ('k') | include/core/SkPicture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698