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

Side by Side Diff: gyp/experimental.gyp

Issue 16337012: Smallest possible desktop application that uses Skia to render stuff. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Presentation example 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
« gyp/SkiaExamples.gyp ('K') | « gyp/SkiaExamples.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 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'experimental', 4 'target_name': 'experimental',
5 'type': 'static_library', 5 'type': 'static_library',
6 'include_dirs': [ 6 'include_dirs': [
7 '../include/config', 7 '../include/config',
8 '../include/core', 8 '../include/core',
9 ], 9 ],
10 'sources': [ 10 'sources': [
11 '../experimental/SkSetPoly3To3.cpp', 11 '../experimental/SkSetPoly3To3.cpp',
12 '../experimental/SkSetPoly3To3_A.cpp', 12 '../experimental/SkSetPoly3To3_A.cpp',
13 '../experimental/SkSetPoly3To3_D.cpp', 13 '../experimental/SkSetPoly3To3_D.cpp',
14 ], 14 ],
15 'dependencies': [
16 'SkiaExamples.gyp:HelloSkia'
17 ],
15 'direct_dependent_settings': { 18 'direct_dependent_settings': {
16 'include_dirs': [ 19 'include_dirs': [
17 '../experimental', 20 '../experimental',
18 ], 21 ],
19 }, 22 },
20 }, 23 },
21 ], 24 ],
22 } 25 }
23 26
24 # Local Variables: 27 # Local Variables:
25 # tab-width:2 28 # tab-width:2
26 # indent-tabs-mode:nil 29 # indent-tabs-mode:nil
27 # End: 30 # End:
28 # vim: set expandtab tabstop=2 shiftwidth=2: 31 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gyp/SkiaExamples.gyp ('K') | « gyp/SkiaExamples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698