OLD | NEW |
1 # GYP file to build unit tests. | 1 # GYP file to build unit tests. |
2 { | 2 { |
3 'includes': [ | 3 'includes': [ |
4 'apptype_console.gypi', | 4 'apptype_console.gypi', |
5 'common.gypi', | 5 'common.gypi', |
6 ], | 6 ], |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'edge', | 9 'target_name': 'edge', |
10 'type': 'executable', | 10 'type': 'executable', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 '../experimental/Intersection/QuadraticUtilities.h', | 108 '../experimental/Intersection/QuadraticUtilities.h', |
109 '../experimental/Intersection/QuarticRoot.h', | 109 '../experimental/Intersection/QuarticRoot.h', |
110 '../experimental/Intersection/ShapeOps.h', | 110 '../experimental/Intersection/ShapeOps.h', |
111 '../experimental/Intersection/Simplify.h', | 111 '../experimental/Intersection/Simplify.h', |
112 '../experimental/Intersection/TestUtilities.h', | 112 '../experimental/Intersection/TestUtilities.h', |
113 '../experimental/Intersection/TriangleUtilities.h', | 113 '../experimental/Intersection/TriangleUtilities.h', |
114 '../experimental/Intersection/TSearch.h', | 114 '../experimental/Intersection/TSearch.h', |
115 '../experimental/Intersection/thingsToDo.txt', | 115 '../experimental/Intersection/thingsToDo.txt', |
116 ], | 116 ], |
117 'dependencies': [ | 117 'dependencies': [ |
118 'skia_base_libs.gyp:skia_base_libs', | 118 'skia_lib.gyp:skia_lib', |
119 'effects.gyp:effects', | |
120 'images.gyp:images', | |
121 ], | 119 ], |
122 'conditions': [ | 120 'conditions': [ |
123 [ 'skia_gpu == 1', { | 121 [ 'skia_gpu == 1', { |
124 'include_dirs': [ | 122 'include_dirs': [ |
125 '../src/gpu', | 123 '../src/gpu', |
126 ], | 124 ], |
127 }], | 125 }], |
128 ], | 126 ], |
129 }, | 127 }, |
130 ], | 128 ], |
131 } | 129 } |
132 | 130 |
133 # Local Variables: | 131 # Local Variables: |
134 # tab-width:2 | 132 # tab-width:2 |
135 # indent-tabs-mode:nil | 133 # indent-tabs-mode:nil |
136 # End: | 134 # End: |
137 # vim: set expandtab tabstop=2 shiftwidth=2: | 135 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |