OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |