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

Side by Side Diff: gyp/images.gyp

Issue 15502002: Add a comment to the top of images.gyp. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | « no previous file | 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 for images project.
1 { 2 {
2 'targets': [ 3 'targets': [
3 { 4 {
4 'target_name': 'images', 5 'target_name': 'images',
5 'product_name': 'skia_images', 6 'product_name': 'skia_images',
6 'type': 'static_library', 7 'type': 'static_library',
7 'standalone_static_library': 1, 8 'standalone_static_library': 1,
8 'dependencies': [ 9 'dependencies': [
9 'libjpeg.gyp:*', 10 'libjpeg.gyp:*',
10 'libwebp.gyp:libwebp', 11 'libwebp.gyp:libwebp',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 }, 163 },
163 }, 164 },
164 ], 165 ],
165 } 166 }
166 167
167 # Local Variables: 168 # Local Variables:
168 # tab-width:2 169 # tab-width:2
169 # indent-tabs-mode:nil 170 # indent-tabs-mode:nil
170 # End: 171 # End:
171 # vim: set expandtab tabstop=2 shiftwidth=2: 172 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698