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 18 matching lines...) Expand all Loading... |
29 # this should likely be moved into src/utils in skia | 29 # this should likely be moved into src/utils in skia |
30 '../third_party/skia/src/core/SkFlate.cpp', | 30 '../third_party/skia/src/core/SkFlate.cpp', |
31 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp', | 31 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp', |
32 | 32 |
33 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', | 33 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', |
34 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', | 34 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', |
35 '../third_party/skia/src/images/SkScaledBitmapSampler.h', | 35 '../third_party/skia/src/images/SkScaledBitmapSampler.h', |
36 | 36 |
37 '../third_party/skia/src/opts/opts_check_x86.cpp', | 37 '../third_party/skia/src/opts/opts_check_x86.cpp', |
38 | 38 |
39 '../third_party/skia/src/ports/SkFontConfigInterface_android.cpp', | |
40 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', | 39 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', |
41 | 40 |
42 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', | 41 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', |
43 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', | 42 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', |
44 | 43 |
45 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', | 44 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', |
46 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', | 45 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', |
47 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', | 46 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', |
48 | 47 |
49 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 48 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 ], | 249 ], |
251 }], | 250 }], |
252 [ 'use_cairo == 1', { | 251 [ 'use_cairo == 1', { |
253 'dependencies': [ | 252 'dependencies': [ |
254 '../build/linux/system.gyp:pangocairo', | 253 '../build/linux/system.gyp:pangocairo', |
255 ], | 254 ], |
256 }], | 255 }], |
257 [ 'OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', { | 256 [ 'OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', { |
258 'sources!': [ | 257 'sources!': [ |
259 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', | 258 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', |
| 259 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', |
260 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', | 260 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', |
261 ], | 261 ], |
262 }], | 262 }], |
263 [ 'OS=="win" or OS=="mac" or OS=="ios"', { | 263 [ 'OS=="win" or OS=="mac" or OS=="ios"', { |
264 'sources!': [ | 264 'sources!': [ |
265 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 265 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
266 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', | 266 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', |
267 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', | |
268 | 267 |
269 ], | 268 ], |
270 }], | 269 }], |
271 [ 'OS == "android"', { | 270 [ 'OS == "android"', { |
272 'dependencies': [ | 271 'dependencies': [ |
273 '../third_party/expat/expat.gyp:expat', | 272 '../third_party/expat/expat.gyp:expat', |
274 '../third_party/freetype/freetype.gyp:ft2', | 273 '../third_party/freetype/freetype.gyp:ft2', |
275 ], | 274 ], |
276 # This exports a hard dependency because it needs to run its | 275 # This exports a hard dependency because it needs to run its |
277 # symlink action in order to expose the skia header files. | 276 # symlink action in order to expose the skia header files. |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 '../third_party/skia/include/pdf', | 380 '../third_party/skia/include/pdf', |
382 '../third_party/skia/include/gpu', | 381 '../third_party/skia/include/gpu', |
383 '../third_party/skia/include/lazy', | 382 '../third_party/skia/include/lazy', |
384 '../third_party/skia/include/pathops', | 383 '../third_party/skia/include/pathops', |
385 '../third_party/skia/include/pipe', | 384 '../third_party/skia/include/pipe', |
386 '../third_party/skia/include/ports', | 385 '../third_party/skia/include/ports', |
387 '../third_party/skia/include/utils', | 386 '../third_party/skia/include/utils', |
388 ], | 387 ], |
389 }, | 388 }, |
390 } | 389 } |
OLD | NEW |