Fix Java object leaks in net_string_util_icu_alternatives_android.cc.
[chromium-blink-merge.git] / skia / skia_library.gypi
blob18bfb0119303758908486b55455528c53ccafbb2
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
15   'dependencies': [
16     'skia_library_opts.gyp:skia_opts',
17     '../third_party/zlib/zlib.gyp:zlib',
18   ],
20   'includes': [
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/record.gypi',
25     '../third_party/skia/gyp/utils.gypi',
26   ],
28   'sources': [
29     # this should likely be moved into src/utils in skia
30     '../third_party/skia/src/core/SkFlate.cpp',
31     '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp',
33     '../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
34     '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
35     '../third_party/skia/src/images/SkScaledBitmapSampler.h',
37     '../third_party/skia/src/opts/opts_check_x86.cpp',
39     '../third_party/skia/src/ports/SkFontConfigInterface_android.cpp',
40     '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
42     '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
43     '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
45     '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
46     '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp',
47     '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
49     '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
50     '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
51     '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
52     '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
53     '../third_party/skia/src/ports/SkFontHost_mac.cpp',
54     '../third_party/skia/src/ports/SkFontHost_win.cpp',
55     "../third_party/skia/src/ports/SkFontMgr_android.cpp",
56     '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
57     '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
58     '../third_party/skia/src/ports/SkOSFile_posix.cpp',
59     '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
60     '../third_party/skia/src/ports/SkOSFile_win.cpp',
61     '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
62     '../third_party/skia/src/ports/SkScalerContext_win_dw.h',
63     '../third_party/skia/src/ports/SkTime_Unix.cpp',
64     '../third_party/skia/src/ports/SkTLS_pthread.cpp',
65     '../third_party/skia/src/ports/SkTLS_win.cpp',
66     '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
67     '../third_party/skia/src/ports/SkTypeface_win_dw.h',
69     '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
70     '../third_party/skia/src/sfnt/SkOTTable_name.h',
71     '../third_party/skia/src/sfnt/SkOTUtils.cpp',
72     '../third_party/skia/src/sfnt/SkOTUtils.h',
74     '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp',
75     '../third_party/skia/src/utils/debugger/SkDebugCanvas.h',
76     '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp',
77     '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
78     '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
79     '../third_party/skia/src/utils/debugger/SkObjectParser.h',
81     '../third_party/skia/include/images/SkMovie.h',
82     '../third_party/skia/include/images/SkPageFlipper.h',
84     '../third_party/skia/include/ports/SkFontConfigInterface.h',
85     '../third_party/skia/include/ports/SkFontMgr.h',
86     '../third_party/skia/include/ports/SkFontMgr_indirect.h',
87     '../third_party/skia/include/ports/SkFontStyle.h',
88     '../third_party/skia/include/ports/SkRemotableFontMgr.h',
89     '../third_party/skia/include/ports/SkTypeface_win.h',
90   ],
92   # Exclude all unused files in skia utils.gypi file
93   'sources!': [
94   '../third_party/skia/include/utils/SkCondVar.h',
95   '../third_party/skia/include/utils/SkCountdown.h',
96   '../third_party/skia/include/utils/SkRunnable.h',
97   '../third_party/skia/include/utils/SkThreadPool.h',
98   '../third_party/skia/src/utils/SkCondVar.cpp',
99   '../third_party/skia/src/utils/SkCountdown.cpp',
101   '../third_party/skia/include/utils/SkBoundaryPatch.h',
102   '../third_party/skia/include/utils/SkFrontBufferedStream.h',
103   '../third_party/skia/include/utils/SkCamera.h',
104   '../third_party/skia/include/utils/SkCanvasStateUtils.h',
105   '../third_party/skia/include/utils/SkCubicInterval.h',
106   '../third_party/skia/include/utils/SkCullPoints.h',
107   '../third_party/skia/include/utils/SkDebugUtils.h',
108   '../third_party/skia/include/utils/SkDumpCanvas.h',
109   '../third_party/skia/include/utils/SkEventTracer.h',
110   '../third_party/skia/include/utils/SkInterpolator.h',
111   '../third_party/skia/include/utils/SkLayer.h',
112   '../third_party/skia/include/utils/SkMeshUtils.h',
113   '../third_party/skia/include/utils/SkNinePatch.h',
114   '../third_party/skia/include/utils/SkParse.h',
115   '../third_party/skia/include/utils/SkParsePaint.h',
116   '../third_party/skia/include/utils/SkParsePath.h',
117   '../third_party/skia/include/utils/SkRandom.h',
118   '../third_party/skia/include/utils/SkWGL.h',
120   '../third_party/skia/src/utils/SkBitmapHasher.cpp',
121   '../third_party/skia/src/utils/SkBitmapHasher.h',
122   '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
123   '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
124   '../third_party/skia/src/utils/SkCamera.cpp',
125   '../third_party/skia/src/utils/SkCanvasStack.h',
126   '../third_party/skia/src/utils/SkCubicInterval.cpp',
127   '../third_party/skia/src/utils/SkCullPoints.cpp',
128   '../third_party/skia/src/utils/SkDumpCanvas.cpp',
129   '../third_party/skia/src/utils/SkFloatUtils.h',
130   '../third_party/skia/src/utils/SkGatherPixelRefsAndRects.cpp',
131   '../third_party/skia/src/utils/SkGatherPixelRefsAndRects.h',
132   '../third_party/skia/src/utils/SkInterpolator.cpp',
133   '../third_party/skia/src/utils/SkLayer.cpp',
134   '../third_party/skia/src/utils/SkMD5.cpp',
135   '../third_party/skia/src/utils/SkMD5.h',
136   '../third_party/skia/src/utils/SkMeshUtils.cpp',
137   '../third_party/skia/src/utils/SkNinePatch.cpp',
138   '../third_party/skia/src/utils/SkOSFile.cpp',
139   '../third_party/skia/src/utils/SkParse.cpp',
140   '../third_party/skia/src/utils/SkParseColor.cpp',
141   '../third_party/skia/src/utils/SkParsePath.cpp',
142   '../third_party/skia/src/utils/SkPathUtils.cpp',
143   '../third_party/skia/src/utils/SkSHA1.cpp',
144   '../third_party/skia/src/utils/SkSHA1.h',
145   '../third_party/skia/src/utils/SkThreadUtils.h',
146   '../third_party/skia/src/utils/SkThreadUtils_pthread.cpp',
147   '../third_party/skia/src/utils/SkThreadUtils_pthread.h',
148   '../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp',
149   '../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp',
150   '../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp',
151   '../third_party/skia/src/utils/SkThreadUtils_win.cpp',
152   '../third_party/skia/src/utils/SkThreadUtils_win.h',
153   '../third_party/skia/src/utils/SkTFitsIn.h',
154   '../third_party/skia/src/utils/SkTLogic.h',
156 #windows
157   '../third_party/skia/include/utils/win/SkAutoCoInitialize.h',
158   '../third_party/skia/include/utils/win/SkHRESULT.h',
159   '../third_party/skia/include/utils/win/SkIStream.h',
160   '../third_party/skia/include/utils/win/SkTScopedComPtr.h',
161   '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp',
162   '../third_party/skia/src/utils/win/SkIStream.cpp',
163   '../third_party/skia/src/utils/win/SkWGL_win.cpp',
165 #testing
166   '../third_party/skia/src/fonts/SkGScalerContext.cpp',
167   '../third_party/skia/src/fonts/SkGScalerContext.h',
168   ],
170   'include_dirs': [
171     '../third_party/skia/include/core',
172     '../third_party/skia/include/effects',
173     '../third_party/skia/include/images',
174     '../third_party/skia/include/lazy',
175     '../third_party/skia/include/pathops',
176     '../third_party/skia/include/pdf',
177     '../third_party/skia/include/pipe',
178     '../third_party/skia/include/ports',
179     '../third_party/skia/include/record',
180     '../third_party/skia/include/utils',
181     '../third_party/skia/src/core',
182     '../third_party/skia/src/opts',
183     '../third_party/skia/src/image',
184     '../third_party/skia/src/ports',
185     '../third_party/skia/src/sfnt',
186     '../third_party/skia/src/utils',
187     '../third_party/skia/src/lazy',
188   ],
189   'conditions': [
190     ['skia_support_gpu != 0', {
191       'includes': [
192         '../third_party/skia/gyp/gpu.gypi',
193       ],
194       'sources': [
195         '<@(skgpu_null_gl_sources)',
196         '<@(skgpu_sources)',
197       ],
198       'include_dirs': [
199         '../third_party/skia/include/gpu',
200         '../third_party/skia/src/gpu',
201       ],
202     }],
203     ['skia_support_pdf == 0', {
204       'sources/': [
205         ['exclude', '../third_party/skia/src/pdf/']
206       ],
207     }],
208     ['skia_support_pdf == 1', {
209       'dependencies': [
210         '../third_party/sfntly/sfntly.gyp:sfntly',
211       ],
212     }],
214     [ 'OS != "ios"', {
215       'dependencies': [
216         '../third_party/WebKit/public/blink_skia_config.gyp:blink_skia_config',
217       ],
218       'export_dependent_settings': [
219         '../third_party/WebKit/public/blink_skia_config.gyp:blink_skia_config',
220       ],
221     }],
222     [ 'OS != "mac"', {
223       'sources/': [
224         ['exclude', '/mac/']
225       ],
226     }],
227     [ 'OS == "android" and target_arch == "arm"', {
228       'sources': [
229         '../third_party/skia/src/core/SkUtilsArm.cpp',
230       ],
231       'includes': [
232         '../build/android/cpufeatures.gypi',
233       ],
234     }],
235     [ 'target_arch == "arm" or target_arch == "arm64" or \
236        target_arch == "mipsel" or target_arch == "mips64el"', {
237       'sources!': [
238         '../third_party/skia/src/opts/opts_check_x86.cpp'
239       ],
240     }],
241     [ 'desktop_linux == 1 or chromeos == 1', {
242       'dependencies': [
243         '../build/linux/system.gyp:fontconfig',
244         '../build/linux/system.gyp:freetype2',
245         '../third_party/icu/icu.gyp:icuuc',
246       ],
247       'cflags': [
248         '-Wno-unused',
249         '-Wno-unused-function',
250       ],
251     }],
252     [ 'use_cairo == 1', {
253       'dependencies': [
254         '../build/linux/system.gyp:pangocairo',
255       ],
256     }],
257     [ 'OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', {
258       'sources!': [
259         '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
260         '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
261       ],
262     }],
263     [ 'OS=="win" or OS=="mac" or OS=="ios"', {
264       'sources!': [
265         '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
266         '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
267         '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
269       ],
270     }],
271     [ 'OS == "android"', {
272       'dependencies': [
273         '../third_party/expat/expat.gyp:expat',
274         '../third_party/freetype/freetype.gyp:ft2',
275       ],
276       # This exports a hard dependency because it needs to run its
277       # symlink action in order to expose the skia header files.
278       'hard_dependency': 1,
279       'include_dirs': [
280         '../third_party/expat/files/lib',
281       ],
282     }],
283     [ 'OS == "ios"', {
284       'include_dirs': [
285         '../third_party/skia/include/utils/ios',
286         '../third_party/skia/include/utils/mac',
287       ],
288       'link_settings': {
289         'libraries': [
290           '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework',
291         ],
292       },
293       'sources': [
294         # This file is used on both iOS and Mac, so it should be removed
295         #  from the ios and mac conditions and moved into the main sources
296         #  list.
297         '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
298       ],
299       'sources/': [
300         ['exclude', 'opts_check_x86\\.cpp$'],
301       ],
303       # The main skia_opts target does not currently work on iOS because the
304       # target architecture on iOS is determined at compile time rather than
305       # gyp time (simulator builds are x86, device builds are arm).  As a
306       # temporary measure, this is a separate opts target for iOS-only, using
307       # the _none.cpp files to avoid architecture-dependent implementations.
308       'dependencies': [
309         'skia_library_opts.gyp:skia_opts_none',
310       ],
311       'dependencies!': [
312         'skia_library_opts.gyp:skia_opts',
313       ],
314     }],
315     [ 'OS == "mac"', {
316       'direct_dependent_settings': {
317         'include_dirs': [
318           '../third_party/skia/include/utils/mac',
319         ],
320       },
321       'include_dirs': [
322         '../third_party/skia/include/utils/mac',
323       ],
324       'link_settings': {
325         'libraries': [
326           '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
327         ],
328       },
329       'sources': [
330         '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
331       ],
332     }],
333     [ 'OS == "win"', {
334       'sources!': [
335         '../third_party/skia/src/ports/SkOSFile_posix.cpp',
336         '../third_party/skia/src/ports/SkTime_Unix.cpp',
337         '../third_party/skia/src/ports/SkTLS_pthread.cpp',
338       ],
339       'include_dirs': [
340         '../third_party/skia/include/utils/win',
341         '../third_party/skia/src/utils/win',
342       ],
343     },{ # not 'OS == "win"'
344       'sources!': [
345         '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
346         '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
347         '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
348         '../third_party/skia/src/ports/SkScalerContext_win_dw.h',
349         '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
350         '../third_party/skia/src/ports/SkTypeface_win_dw.h',
352         '../third_party/skia/src/utils/win/SkDWrite.h',
353         '../third_party/skia/src/utils/win/SkDWrite.cpp',
354         '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp',
355         '../third_party/skia/src/utils/win/SkDWriteFontFileStream.h',
356         '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp',
357         '../third_party/skia/src/utils/win/SkDWriteGeometrySink.h',
358         '../third_party/skia/src/utils/win/SkHRESULT.cpp',
359       ],
360     }],
361   ],
362   'target_conditions': [
363     # Pull in specific Mac files for iOS (which have been filtered out
364     # by file name rules).
365     [ 'OS == "ios"', {
366       'sources/': [
367         ['include', 'SkFontHost_mac\\.cpp$',],
368         ['include', 'SkStream_mac\\.cpp$',],
369         ['include', 'SkCreateCGImageRef\\.cpp$',],
370       ],
371     }],
372   ],
374   'direct_dependent_settings': {
375     'include_dirs': [
376       #temporary until we can hide SkFontHost
377       '../third_party/skia/src/core',
379       '../third_party/skia/include/core',
380       '../third_party/skia/include/effects',
381       '../third_party/skia/include/pdf',
382       '../third_party/skia/include/gpu',
383       '../third_party/skia/include/lazy',
384       '../third_party/skia/include/pathops',
385       '../third_party/skia/include/pipe',
386       '../third_party/skia/include/ports',
387       '../third_party/skia/include/utils',
388     ],
389   },