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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 [ 'OS=="win" or OS=="mac" or OS=="ios"', { | 239 [ 'OS=="win" or OS=="mac" or OS=="ios"', { |
240 'sources!': [ | 240 'sources!': [ |
241 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 241 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
242 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', | 242 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', |
243 | 243 |
244 ], | 244 ], |
245 }], | 245 }], |
246 [ 'OS == "android"', { | 246 [ 'OS == "android"', { |
247 'dependencies': [ | 247 'dependencies': [ |
248 '../third_party/expat/expat.gyp:expat', | 248 '../third_party/expat/expat.gyp:expat', |
249 '../third_party/freetype/freetype.gyp:ft2', | 249 '../third_party/freetype-android/freetype.gyp:ft2', |
250 ], | 250 ], |
251 # This exports a hard dependency because it needs to run its | 251 # This exports a hard dependency because it needs to run its |
252 # symlink action in order to expose the skia header files. | 252 # symlink action in order to expose the skia header files. |
253 'hard_dependency': 1, | 253 'hard_dependency': 1, |
254 'include_dirs': [ | 254 'include_dirs': [ |
255 '../third_party/expat/files/lib', | 255 '../third_party/expat/files/lib', |
256 ], | 256 ], |
257 }], | 257 }], |
258 [ 'OS == "ios"', { | 258 [ 'OS == "ios"', { |
259 'include_dirs': [ | 259 'include_dirs': [ |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 '../third_party/skia/include/pdf', | 357 '../third_party/skia/include/pdf', |
358 '../third_party/skia/include/gpu', | 358 '../third_party/skia/include/gpu', |
359 '../third_party/skia/include/lazy', | 359 '../third_party/skia/include/lazy', |
360 '../third_party/skia/include/pathops', | 360 '../third_party/skia/include/pathops', |
361 '../third_party/skia/include/pipe', | 361 '../third_party/skia/include/pipe', |
362 '../third_party/skia/include/ports', | 362 '../third_party/skia/include/ports', |
363 '../third_party/skia/include/utils', | 363 '../third_party/skia/include/utils', |
364 ], | 364 ], |
365 }, | 365 }, |
366 } | 366 } |
OLD | NEW |