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

Side by Side Diff: gyp/shapeops_demo.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing 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/sfnt.gyp ('k') | gyp/shapeops_edge.gyp » ('j') | 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 { 2 {
3 'includes': [ 3 'includes': [
4 'common.gypi', 4 'common.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'shapeops_demo', 8 'target_name': 'shapeops_demo',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle' : 1, 10 'mac_bundle' : 1,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../experimental/Intersection/QuadraticLineSegments.h', 62 '../experimental/Intersection/QuadraticLineSegments.h',
63 '../experimental/Intersection/QuadraticParameterization.h', 63 '../experimental/Intersection/QuadraticParameterization.h',
64 '../experimental/Intersection/QuadraticUtilities.h', 64 '../experimental/Intersection/QuadraticUtilities.h',
65 '../experimental/Intersection/QuarticRoot.h', 65 '../experimental/Intersection/QuarticRoot.h',
66 '../experimental/Intersection/ShapeOps.h', 66 '../experimental/Intersection/ShapeOps.h',
67 '../experimental/Intersection/Simplify.h', 67 '../experimental/Intersection/Simplify.h',
68 '../experimental/Intersection/TSearch.h', 68 '../experimental/Intersection/TSearch.h',
69 '../experimental/Intersection/TriangleUtilities.h', 69 '../experimental/Intersection/TriangleUtilities.h',
70 ], 70 ],
71 'dependencies': [ 71 'dependencies': [
72 'skia_base_libs.gyp:skia_base_libs', 72 'skia_lib.gyp:skia_lib',
73 'effects.gyp:effects',
74 'images.gyp:images',
75 'views.gyp:views', 73 'views.gyp:views',
76 'xml.gyp:xml', 74 'xml.gyp:xml',
77 ], 75 ],
78 'conditions' : [ 76 'conditions' : [
79 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', { 77 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
80 }], 78 }],
81 [ 'skia_os == "win"', { 79 [ 'skia_os == "win"', {
82 }], 80 }],
83 [ 'skia_os == "mac"', { 81 [ 'skia_os == "mac"', {
84 'sources': [ 82 'sources': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 }, 115 },
118 }, 116 },
119 ], 117 ],
120 } 118 }
121 119
122 # Local Variables: 120 # Local Variables:
123 # tab-width:2 121 # tab-width:2
124 # indent-tabs-mode:nil 122 # indent-tabs-mode:nil
125 # End: 123 # End:
126 # vim: set expandtab tabstop=2 shiftwidth=2: 124 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/sfnt.gyp ('k') | gyp/shapeops_edge.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698