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

Side by Side Diff: gyp/tools.gyp

Issue 14689008: use define to work-around localeconf() missingness in android (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 | « gyp/lua.gyp ('k') | 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 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': [
11 { 11 {
12 # Build all executable targets defined below. 12 # Build all executable targets defined below.
13 'target_name': 'tools', 13 'target_name': 'tools',
14 'type': 'none', 14 'type': 'none',
15 'dependencies': [ 15 'dependencies': [
16 'bench_pictures', 16 'bench_pictures',
17 'filter', 17 'filter',
18 # 'lua_pictures', 18 'lua_pictures',
19 'pinspect', 19 'pinspect',
20 'render_pdfs', 20 'render_pdfs',
21 'render_pictures', 21 'render_pictures',
22 'skdiff', 22 'skdiff',
23 'skhello', 23 'skhello',
24 'skimage', 24 'skimage',
25 ], 25 ],
26 }, 26 },
27 { 27 {
28 'target_name': 'skdiff', 28 'target_name': 'skdiff',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 }, 334 },
335 ], 335 ],
336 ], 336 ],
337 } 337 }
338 338
339 # Local Variables: 339 # Local Variables:
340 # tab-width:2 340 # tab-width:2
341 # indent-tabs-mode:nil 341 # indent-tabs-mode:nil
342 # End: 342 # End:
343 # vim: set expandtab tabstop=2 shiftwidth=2: 343 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/lua.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698