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

Side by Side Diff: gyp/tools.gyp

Issue 15806010: Separate core and images project. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Change FORCE_LINKING to be more specific. 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/images.gyp ('k') | include/core/SkImage.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 various tools. 1 # GYP file to build various tools.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia tools.gyp && make tools 4 # ./gyp_skia tools.gyp && make tools
5 # 5 #
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'skia_base_libs.gyp:skia_base_libs', 58 'skia_base_libs.gyp:skia_base_libs',
59 'effects.gyp:effects', 59 'effects.gyp:effects',
60 'images.gyp:images', 60 'images.gyp:images',
61 ], 61 ],
62 }, 62 },
63 { 63 {
64 'target_name': 'skhello', 64 'target_name': 'skhello',
65 'type': 'executable', 65 'type': 'executable',
66 'sources': [ 66 'sources': [
67 '../tools/skhello.cpp', 67 '../tools/skhello.cpp',
68 '../src/image/SkImage_Codec.cpp',
69 ], 68 ],
70 'dependencies': [ 69 'dependencies': [
71 'skia_base_libs.gyp:skia_base_libs', 70 'skia_base_libs.gyp:skia_base_libs',
72 'effects.gyp:effects', 71 'effects.gyp:effects',
73 'flags.gyp:flags', 72 'flags.gyp:flags',
74 'images.gyp:images', 73 'images.gyp:images',
75 ], 74 ],
76 }, 75 },
77 { 76 {
78 'target_name': 'skimage', 77 'target_name': 'skimage',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 }, 335 },
337 ], 336 ],
338 ], 337 ],
339 } 338 }
340 339
341 # Local Variables: 340 # Local Variables:
342 # tab-width:2 341 # tab-width:2
343 # indent-tabs-mode:nil 342 # indent-tabs-mode:nil
344 # End: 343 # End:
345 # vim: set expandtab tabstop=2 shiftwidth=2: 344 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | include/core/SkImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698