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

Side by Side Diff: tools/skpdiff/skpdiff.gyp

Issue 19671002: migrate skpdiff to tools (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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
OLDNEW
1 # GYP file to build skpdiff. 1 # GYP file to build skpdiff.
djsollen 2013/07/17 19:47:10 we shouldn't need this file anymore.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia skpdiff.gyp && make skpdiff 4 # ./gyp_skia skpdiff.gyp && make skpdiff
5 # 5 #
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'skpdiff', 9 'target_name': 'skpdiff',
10 'type': 'executable', 10 'type': 'executable',
11 'sources': [ 11 'sources': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ], 44 ],
45 }, 45 },
46 ], 46 ],
47 } 47 }
48 48
49 # Local Variables: 49 # Local Variables:
50 # tab-width:2 50 # tab-width:2
51 # indent-tabs-mode:nil 51 # indent-tabs-mode:nil
52 # End: 52 # End:
53 # vim: set expandtab tabstop=2 shiftwidth=2: 53 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gyp/tools.gyp ('K') | « tools/skpdiff/main.cpp ('k') | tools/skpdiff/skpdiff_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698