OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 | 5 |
6 # This gypi file contains the Skia library. | 6 # This gypi file contains the Skia library. |
7 # In component mode (shared_lib) it is folded into a single shared library with | 7 # In component mode (shared_lib) it is folded into a single shared library with |
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. | 8 # the Chrome-specific enhancements but in all other cases it is a separate lib. |
9 | 9 |
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', | 155 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', |
156 '../third_party/skia/src/utils/win/SkIStream.cpp', | 156 '../third_party/skia/src/utils/win/SkIStream.cpp', |
157 '../third_party/skia/src/utils/win/SkWGL_win.cpp', | 157 '../third_party/skia/src/utils/win/SkWGL_win.cpp', |
158 | 158 |
159 #testing | 159 #testing |
160 '../third_party/skia/src/fonts/SkGScalerContext.cpp', | 160 '../third_party/skia/src/fonts/SkGScalerContext.cpp', |
161 '../third_party/skia/src/fonts/SkGScalerContext.h', | 161 '../third_party/skia/src/fonts/SkGScalerContext.h', |
162 ], | 162 ], |
163 | 163 |
164 'include_dirs': [ | 164 'include_dirs': [ |
| 165 '../third_party/skia/include/c', |
165 '../third_party/skia/include/core', | 166 '../third_party/skia/include/core', |
166 '../third_party/skia/include/effects', | 167 '../third_party/skia/include/effects', |
167 '../third_party/skia/include/images', | 168 '../third_party/skia/include/images', |
168 '../third_party/skia/include/lazy', | 169 '../third_party/skia/include/lazy', |
169 '../third_party/skia/include/pathops', | 170 '../third_party/skia/include/pathops', |
170 '../third_party/skia/include/pdf', | 171 '../third_party/skia/include/pdf', |
171 '../third_party/skia/include/pipe', | 172 '../third_party/skia/include/pipe', |
172 '../third_party/skia/include/ports', | 173 '../third_party/skia/include/ports', |
173 '../third_party/skia/include/record', | 174 '../third_party/skia/include/record', |
174 '../third_party/skia/include/utils', | 175 '../third_party/skia/include/utils', |
(...skipping 23 matching lines...) Expand all Loading... |
198 'sources/': [ | 199 'sources/': [ |
199 ['exclude', '../third_party/skia/src/pdf/'] | 200 ['exclude', '../third_party/skia/src/pdf/'] |
200 ], | 201 ], |
201 }], | 202 }], |
202 ['skia_support_pdf == 1', { | 203 ['skia_support_pdf == 1', { |
203 'dependencies': [ | 204 'dependencies': [ |
204 '../third_party/sfntly/sfntly.gyp:sfntly', | 205 '../third_party/sfntly/sfntly.gyp:sfntly', |
205 ], | 206 ], |
206 }], | 207 }], |
207 | 208 |
208 [ 'OS != "ios"', { | |
209 'dependencies': [ | |
210 '../third_party/WebKit/public/blink_skia_config.gyp:blink_skia_config', | |
211 ], | |
212 'export_dependent_settings': [ | |
213 '../third_party/WebKit/public/blink_skia_config.gyp:blink_skia_config', | |
214 ], | |
215 }], | |
216 [ 'OS != "mac"', { | 209 [ 'OS != "mac"', { |
217 'sources/': [ | 210 'sources/': [ |
218 ['exclude', '/mac/'] | 211 ['exclude', '/mac/'] |
219 ], | 212 ], |
220 }], | 213 }], |
221 [ 'OS == "android" and target_arch == "arm"', { | 214 [ 'OS == "android" and target_arch == "arm"', { |
222 'sources': [ | 215 'sources': [ |
223 '../third_party/skia/src/core/SkUtilsArm.cpp', | 216 '../third_party/skia/src/core/SkUtilsArm.cpp', |
224 ], | 217 ], |
225 'includes': [ | 218 'includes': [ |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 '../third_party/skia/include/pdf', | 368 '../third_party/skia/include/pdf', |
376 '../third_party/skia/include/gpu', | 369 '../third_party/skia/include/gpu', |
377 '../third_party/skia/include/lazy', | 370 '../third_party/skia/include/lazy', |
378 '../third_party/skia/include/pathops', | 371 '../third_party/skia/include/pathops', |
379 '../third_party/skia/include/pipe', | 372 '../third_party/skia/include/pipe', |
380 '../third_party/skia/include/ports', | 373 '../third_party/skia/include/ports', |
381 '../third_party/skia/include/utils', | 374 '../third_party/skia/include/utils', |
382 ], | 375 ], |
383 }, | 376 }, |
384 } | 377 } |
OLD | NEW |