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
3 # found in the LICENSE file.
6 # This gypi file contains the Skia library.
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.
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11 # variables and defines should go in skia_common.gypi so they can be seen
12 # by files listed here and in skia_library_opts.gypi.
13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16 'skia_library_opts.gyp:skia_opts',
17 '../third_party/zlib/zlib.gyp:zlib',
21 '../third_party/skia/gyp/core.gypi',
22 '../third_party/skia/gyp/effects.gypi',
23 '../third_party/skia/gyp/pdf.gypi',
24 '../third_party/skia/gyp/utils.gypi',
28 # this should likely be moved into src/utils in skia
29 '../third_party/skia/src/core/SkFlate.cpp',
31 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
32 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
34 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
36 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
37 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
39 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
40 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp',
41 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
43 '../third_party/skia/src/ports/SkImageGenerator_none.cpp',
45 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
46 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
47 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
48 '../third_party/skia/src/ports/SkFontHost_win.cpp',
49 "../third_party/skia/src/ports/SkFontMgr_android.cpp",
50 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
51 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
52 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
53 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
54 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
55 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
56 '../third_party/skia/src/ports/SkOSFile_win.cpp',
57 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
58 '../third_party/skia/src/ports/SkTime_Unix.cpp',
59 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
60 '../third_party/skia/src/ports/SkTLS_win.cpp',
61 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
63 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
64 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
67 # Exclude all unused files in skia utils.gypi file
69 '../third_party/skia/src/utils/SkBitmapHasher.cpp',
70 '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
71 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
72 '../third_party/skia/src/utils/SkCamera.cpp',
73 '../third_party/skia/src/utils/SkCubicInterval.cpp',
74 '../third_party/skia/src/utils/SkCullPoints.cpp',
75 '../third_party/skia/src/utils/SkDumpCanvas.cpp',
76 '../third_party/skia/src/utils/SkInterpolator.cpp',
77 '../third_party/skia/src/utils/SkLayer.cpp',
78 '../third_party/skia/src/utils/SkMD5.cpp',
79 '../third_party/skia/src/utils/SkMeshUtils.cpp',
80 '../third_party/skia/src/utils/SkNinePatch.cpp',
81 '../third_party/skia/src/utils/SkOSFile.cpp',
82 '../third_party/skia/src/utils/SkParsePath.cpp',
83 '../third_party/skia/src/utils/SkSHA1.cpp',
85 # We don't currently need to change thread affinity, so leave out this complexity for now.
86 "../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp",
87 "../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp",
90 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp',
91 '../third_party/skia/src/utils/win/SkIStream.cpp',
92 '../third_party/skia/src/utils/win/SkWGL_win.cpp',
95 '../third_party/skia/src/fonts/SkGScalerContext.cpp',
99 '../third_party/skia/include/c',
100 '../third_party/skia/include/core',
101 '../third_party/skia/include/effects',
102 '../third_party/skia/include/images',
103 '../third_party/skia/include/lazy',
104 '../third_party/skia/include/pathops',
105 '../third_party/skia/include/pdf',
106 '../third_party/skia/include/pipe',
107 '../third_party/skia/include/ports',
108 '../third_party/skia/include/private',
109 '../third_party/skia/include/utils',
110 '../third_party/skia/src/core',
111 '../third_party/skia/src/opts',
112 '../third_party/skia/src/image',
113 '../third_party/skia/src/pdf',
114 '../third_party/skia/src/ports',
115 '../third_party/skia/src/sfnt',
116 '../third_party/skia/src/utils',
117 '../third_party/skia/src/lazy',
120 ['skia_support_gpu != 0', {
122 '../third_party/skia/gyp/gpu.gypi',
125 '<@(skgpu_null_gl_sources)',
129 '../third_party/skia/include/gpu',
130 '../third_party/skia/src/gpu',
133 ['skia_support_pdf == 0', {
135 ['exclude', '../third_party/skia/src/doc/SkDocument_PDF.cpp'],
136 ['exclude', '../third_party/skia/src/pdf/'],
139 ['skia_support_pdf == 1', {
141 '../third_party/sfntly/sfntly.gyp:sfntly',
148 "../third_party/skia/src/utils/SkThreadUtils_pthread.cpp",
149 "../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp",
153 # Keeping _pthread.cpp and _pthread_other.cpp
154 "../third_party/skia/src/utils/SkThreadUtils_win.cpp",
163 [ 'OS == "android" and target_arch == "arm"', {
165 '../third_party/skia/src/core/SkUtilsArm.cpp',
168 '../build/android/ndk.gyp:cpu_features',
171 [ 'desktop_linux == 1 or chromeos == 1', {
173 '../build/linux/system.gyp:fontconfig',
174 '../build/linux/system.gyp:freetype2',
175 '../third_party/icu/icu.gyp:icuuc',
179 '-Wno-unused-function',
182 [ 'use_cairo == 1 and use_pango == 1', {
184 '../build/linux/system.gyp:pangocairo',
187 [ 'OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', {
189 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
190 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
191 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
194 [ 'OS=="win" or OS=="mac" or OS=="ios"', {
196 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
197 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
201 [ 'OS == "android"', {
203 '../third_party/expat/expat.gyp:expat',
204 '../third_party/freetype-android/freetype.gyp:ft2',
206 # This exports a hard dependency because it needs to run its
207 # symlink action in order to expose the skia header files.
208 'hard_dependency': 1,
210 '../third_party/expat/files/lib',
212 },{ # not 'OS == "android"'
214 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
215 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
220 '../third_party/skia/include/utils/ios',
221 '../third_party/skia/include/utils/mac',
225 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework',
229 # This file is used on both iOS and Mac, so it should be removed
230 # from the ios and mac conditions and moved into the main sources
232 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
235 # The main skia_opts target does not currently work on iOS because the
236 # target architecture on iOS is determined at compile time rather than
237 # gyp time (simulator builds are x86, device builds are arm). As a
238 # temporary measure, this is a separate opts target for iOS-only, using
239 # the _none.cpp files to avoid architecture-dependent implementations.
241 'skia_library_opts.gyp:skia_opts_none',
244 'skia_library_opts.gyp:skia_opts',
248 'direct_dependent_settings': {
250 '../third_party/skia/include/utils/mac',
254 '../third_party/skia/include/utils/mac',
258 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
262 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
267 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
268 '../third_party/skia/src/ports/SkTime_Unix.cpp',
269 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
272 '../third_party/skia/include/utils/win',
273 '../third_party/skia/src/utils/win',
275 },{ # not 'OS == "win"'
277 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
278 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
279 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
280 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
282 '../third_party/skia/src/utils/win/SkDWrite.cpp',
283 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp',
284 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp',
285 '../third_party/skia/src/utils/win/SkHRESULT.cpp',
289 'target_conditions': [
290 # Pull in specific Mac files for iOS (which have been filtered out
291 # by file name rules).
294 ['include', 'SkFontHost_mac\\.cpp$',],
295 ['include', 'SkStream_mac\\.cpp$',],
296 ['include', 'SkCreateCGImageRef\\.cpp$',],
300 # SkFontHost_mac.cpp uses API deprecated in iOS 7.
302 '-Wno-deprecated-declarations',
308 'direct_dependent_settings': {
310 '../third_party/skia/include/core',
311 '../third_party/skia/include/effects',
312 '../third_party/skia/include/pdf',
313 '../third_party/skia/include/gpu',
314 '../third_party/skia/include/lazy',
315 '../third_party/skia/include/pathops',
316 '../third_party/skia/include/pipe',
317 '../third_party/skia/include/ports',
318 '../third_party/skia/include/utils',