blob: dca76eb02ea105452f296b6a07eb8bd2b7163e90 [file] [log] [blame]
mtkleinc04ff472016-06-23 10:29:30 -07001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
Mike Kleincfc4f442016-10-26 17:19:03 -04006import("gn/android_framework_defines.gni")
mikejurka8c24f4f2016-09-12 16:51:58 -07007import("gn/shared_sources.gni")
brettwb9447282016-09-01 14:24:39 -07008
mtklein3e8012e2016-09-21 09:14:19 -07009if (!defined(is_skia_standalone)) {
10 is_skia_standalone = false
11}
12
mtkleinc04ff472016-06-23 10:29:30 -070013declare_args() {
Mike Kleinc168a3a2016-11-14 14:53:13 +000014 skia_use_angle = false
mtklein63213812016-08-24 09:55:56 -070015 skia_use_expat = true
mtklein3cc22182016-08-29 13:26:14 -070016 skia_use_fontconfig = is_linux
mtkleincdedd0e2016-09-12 15:15:44 -070017 skia_use_freetype = is_android || is_fuchsia || is_linux
Mike Klein69f6ed42016-10-13 15:45:07 -040018 skia_use_gdi = false
Mike Klein7d302882016-11-03 14:06:31 -040019 skia_use_icu = !is_fuchsia && !is_ios && !is_win # TODO: Windows
mtklein63213812016-08-24 09:55:56 -070020 skia_use_libjpeg_turbo = true
21 skia_use_libpng = true
mtkleineb3c4252016-08-23 07:38:09 -070022 skia_use_libwebp = !is_fuchsia
Mike Klein38af9432016-11-11 11:39:44 -050023 skia_use_lua = false
mtkleina627b5c2016-09-20 13:36:47 -070024 skia_use_mesa = false
Mike Klein10d665d2016-11-01 11:46:10 -040025 skia_use_piex = !is_win
mtklein63213812016-08-24 09:55:56 -070026 skia_use_zlib = true
mtklein1bd72ba2016-09-16 07:45:52 -070027
28 skia_enable_android_framework_defines = false
mtklein06c35c02016-09-20 12:28:12 -070029 skia_enable_gpu = true
mtklein3e8012e2016-09-21 09:14:19 -070030 skia_enable_tools = is_skia_standalone
31 skia_enable_vulkan_debug_layers = is_skia_standalone && is_debug
Greg Daniel686bb212016-10-27 10:48:48 -040032 skia_vulkan_sdk = getenv("VULKAN_SDK")
mtkleinc04ff472016-06-23 10:29:30 -070033}
Brian Salomon23d73ea2016-10-27 13:31:37 -040034declare_args() {
James Robinson14b748d2016-11-12 18:29:39 -080035 skia_use_dng_sdk =
36 !is_fuchsia && !is_win && skia_use_libjpeg_turbo && skia_use_zlib
Mike Klein10d665d2016-11-01 11:46:10 -040037 skia_use_sfntly = skia_use_icu
38
Mike Klein4d598a32016-10-31 13:44:49 -040039 if (is_android) {
40 skia_use_vulkan = defined(ndk_api) && ndk_api >= 24
41 } else {
42 skia_use_vulkan = skia_vulkan_sdk != ""
43 }
Brian Salomon23d73ea2016-10-27 13:31:37 -040044}
Brian Salomon789e25e2016-09-30 13:41:03 -040045
mtklein38925aa2016-09-21 10:11:25 -070046# Our tools require static linking (they use non-exported symbols).
47skia_enable_tools = skia_enable_tools && !is_component_build
mtklein06c35c02016-09-20 12:28:12 -070048
mtkleina45be612016-08-29 15:22:10 -070049fontmgr_android_enabled = skia_use_expat && skia_use_freetype
50
mtklein1211e0c2016-07-26 13:55:45 -070051skia_public_includes = [
mtklein25c81d42016-07-27 13:55:26 -070052 "include/android",
mtkleinfa84d942016-07-28 09:45:14 -070053 "include/c",
mtklein1211e0c2016-07-26 13:55:45 -070054 "include/codec",
55 "include/config",
56 "include/core",
57 "include/effects",
58 "include/gpu",
59 "include/gpu/gl",
60 "include/images",
61 "include/pathops",
62 "include/ports",
mtklein25c81d42016-07-27 13:55:26 -070063 "include/svg",
mtklein1211e0c2016-07-26 13:55:45 -070064 "include/utils",
65 "include/utils/mac",
mtklein25c81d42016-07-27 13:55:26 -070066 "include/xml",
mtklein1211e0c2016-07-26 13:55:45 -070067]
68
mtkleinc04ff472016-06-23 10:29:30 -070069# Skia public API, generally provided by :skia.
70config("skia_public") {
mtklein1211e0c2016-07-26 13:55:45 -070071 include_dirs = skia_public_includes
Mike Kleinae7e6712016-10-11 17:49:33 -040072 defines = []
73 if (is_component_build) {
74 defines += [ "SKIA_DLL" ]
75 }
Mike Kleinc4cbd742016-09-26 21:37:09 -040076 if (is_fuchsia || is_linux) {
jcgregorio5561e3d2016-08-25 09:25:11 -070077 defines += [ "SK_SAMPLES_FOR_X" ]
78 }
mtkleincae1be52016-09-20 08:24:34 -070079 if (skia_enable_android_framework_defines) {
Mike Kleincfc4f442016-10-26 17:19:03 -040080 defines += android_framework_defines
mtkleincae1be52016-09-20 08:24:34 -070081 }
mtklein06c35c02016-09-20 12:28:12 -070082 if (!skia_enable_gpu) {
83 defines += [ "SK_SUPPORT_GPU=0" ]
84 }
mtkleinc04ff472016-06-23 10:29:30 -070085}
86
87# Skia internal APIs, used by Skia itself and a few test tools.
88config("skia_private") {
89 visibility = [ ":*" ]
90
91 include_dirs = [
92 "include/private",
93 "src/c",
mtklein1211e0c2016-07-26 13:55:45 -070094 "src/codec",
mtkleinc04ff472016-06-23 10:29:30 -070095 "src/config",
96 "src/core",
97 "src/effects",
mtklein25c81d42016-07-27 13:55:26 -070098 "src/effects/gradients",
99 "src/fonts",
mtkleinc04ff472016-06-23 10:29:30 -0700100 "src/gpu",
101 "src/image",
102 "src/images",
103 "src/lazy",
104 "src/opts",
105 "src/pathops",
mtklein2b6870c2016-07-28 14:17:33 -0700106 "src/pdf",
mtkleinc04ff472016-06-23 10:29:30 -0700107 "src/ports",
108 "src/sfnt",
mtklein9e0d9dd2016-08-30 10:37:19 -0700109 "src/sksl",
mtkleinc04ff472016-06-23 10:29:30 -0700110 "src/utils",
mtklein7a1f45f2016-08-04 06:19:33 -0700111 "src/utils/win",
mtkleinc04ff472016-06-23 10:29:30 -0700112 "third_party/etc1",
scroggo19b91532016-10-24 09:03:26 -0700113 "third_party/gif",
mtkleinc04ff472016-06-23 10:29:30 -0700114 "third_party/ktx",
115 ]
mtklein150d1132016-08-01 06:56:40 -0700116
Jim Van Verthb6c5e532016-10-28 10:38:08 -0400117 defines = [
118 "SK_GAMMA_APPLY_TO_A8",
119 "SK_INTERNAL",
120 ]
mtkleinb37c0342016-09-09 11:07:45 -0700121 if (is_android) {
122 defines += [
123 "SK_GAMMA_EXPONENT=1.4",
124 "SK_GAMMA_CONTRAST=0.0",
125 ]
126 }
mtklein88a7ac02016-09-14 11:16:49 -0700127 if (is_official_build || is_android) {
128 # TODO(bsalomon): it'd be nice to make Android normal.
129 defines += [ "SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0" ]
130 }
Brian Salomon789e25e2016-09-30 13:41:03 -0400131 libs = []
132 lib_dirs = []
133 if (skia_use_vulkan) {
Greg Danielab563d42016-10-31 11:19:59 -0400134 if (skia_vulkan_sdk != "" && !is_android) {
Mike Klein487bfc22016-10-14 14:04:56 -0400135 if (is_win) {
136 include_dirs += [ "$skia_vulkan_sdk/Include/" ]
137 lib_dirs += [ "$skia_vulkan_sdk/Bin" ]
138 } else {
Greg Daniel686bb212016-10-27 10:48:48 -0400139 include_dirs += [ "$skia_vulkan_sdk/include/" ]
140 lib_dirs += [ "$skia_vulkan_sdk/lib/" ]
Mike Klein487bfc22016-10-14 14:04:56 -0400141 }
Brian Salomon789e25e2016-09-30 13:41:03 -0400142 }
Mike Klein487bfc22016-10-14 14:04:56 -0400143 if (is_win) {
144 libs += [ "vulkan-1.lib" ]
145 } else {
146 libs += [ "vulkan" ]
147 }
Brian Salomon789e25e2016-09-30 13:41:03 -0400148 }
mtkleinc04ff472016-06-23 10:29:30 -0700149}
150
151# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
152config("skia_library") {
153 visibility = [ ":*" ]
mtkleinc04ff472016-06-23 10:29:30 -0700154 defines = [ "SKIA_IMPLEMENTATION=1" ]
155}
156
157skia_library_configs = [
158 ":skia_public",
159 ":skia_private",
160 ":skia_library",
161]
162
mtklein9b8583d2016-08-24 17:32:30 -0700163# Use for CPU-specific Skia code that needs particular compiler flags.
164template("opts") {
165 if (invoker.enabled) {
166 source_set(target_name) {
167 forward_variables_from(invoker, "*")
168 configs += skia_library_configs
169 }
170 } else {
171 # If not enabled, a phony empty target that swallows all otherwise unused variables.
172 source_set(target_name) {
173 forward_variables_from(invoker,
174 "*",
175 [
176 "sources",
177 "cflags",
178 ])
179 }
180 }
anmittala7eaf2e2016-08-17 13:57:26 -0700181}
182
mtklein422310d2016-08-16 18:28:43 -0700183is_x86 = current_cpu == "x64" || current_cpu == "x86"
mtkleinc04ff472016-06-23 10:29:30 -0700184
mtklein7d6fb2c2016-08-25 14:50:44 -0700185opts("none") {
186 enabled = !is_x86 && current_cpu != "arm" && current_cpu != "arm64"
brettwb9447282016-09-01 14:24:39 -0700187 sources = skia_opts.none_sources
anmittalb8b3f712016-08-25 04:55:19 -0700188 cflags = []
189}
190
mtklein7d6fb2c2016-08-25 14:50:44 -0700191opts("armv7") {
anmittalb8b3f712016-08-25 04:55:19 -0700192 enabled = current_cpu == "arm"
brettwb9447282016-09-01 14:24:39 -0700193 sources = skia_opts.armv7_sources + skia_opts.neon_sources
mtklein7d6fb2c2016-08-25 14:50:44 -0700194 cflags = []
anmittalb8b3f712016-08-25 04:55:19 -0700195}
196
197opts("arm64") {
198 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700199 sources = skia_opts.arm64_sources
anmittalb8b3f712016-08-25 04:55:19 -0700200 cflags = []
201}
202
203opts("crc32") {
204 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700205 sources = skia_opts.crc32_sources
anmittalb8b3f712016-08-25 04:55:19 -0700206 cflags = [ "-march=armv8-a+crc" ]
207}
208
mtklein9b8583d2016-08-24 17:32:30 -0700209opts("sse2") {
210 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700211 sources = skia_opts.sse2_sources
Mike Kleind8765e32016-10-19 13:39:13 -0400212 if (is_win) {
213 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE2" ]
214 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400215 cflags = [ "-msse2" ]
216 }
mtklein9b8583d2016-08-24 17:32:30 -0700217}
mtkleinc04ff472016-06-23 10:29:30 -0700218
mtklein9b8583d2016-08-24 17:32:30 -0700219opts("ssse3") {
220 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700221 sources = skia_opts.ssse3_sources
Mike Kleind8765e32016-10-19 13:39:13 -0400222 if (is_win) {
223 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSSE3" ]
224 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400225 cflags = [ "-mssse3" ]
226 }
mtklein9b8583d2016-08-24 17:32:30 -0700227}
mtkleinc04ff472016-06-23 10:29:30 -0700228
mtklein9b8583d2016-08-24 17:32:30 -0700229opts("sse41") {
230 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700231 sources = skia_opts.sse41_sources
Mike Kleind8765e32016-10-19 13:39:13 -0400232 if (is_win) {
233 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE41" ]
234 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400235 cflags = [ "-msse4.1" ]
236 }
mtklein9b8583d2016-08-24 17:32:30 -0700237}
mtklein4e976072016-08-08 09:06:27 -0700238
mtklein9b8583d2016-08-24 17:32:30 -0700239opts("sse42") {
240 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700241 sources = skia_opts.sse42_sources
Mike Kleind8765e32016-10-19 13:39:13 -0400242 if (is_win) {
243 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE42" ]
244 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400245 cflags = [ "-msse4.2" ]
246 }
mtklein9b8583d2016-08-24 17:32:30 -0700247}
248
249opts("avx") {
250 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700251 sources = skia_opts.avx_sources
Mike Klein3eb71212016-10-11 17:08:53 -0400252 if (is_win) {
Mike Klein17b6e482016-11-18 22:11:41 +0000253 cflags = [ "/arch:AVX" ]
Mike Klein3eb71212016-10-11 17:08:53 -0400254 } else {
255 cflags = [ "-mavx" ]
256 }
mtkleinc04ff472016-06-23 10:29:30 -0700257}
258
Mike Klein78d5a3b2016-09-30 10:48:01 -0400259opts("hsw") {
260 enabled = is_x86
261 sources = skia_opts.hsw_sources
Mike Klein3eb71212016-10-11 17:08:53 -0400262 if (is_win) {
Mike Klein17b6e482016-11-18 22:11:41 +0000263 cflags = [ "/arch:AVX2" ]
Mike Klein3eb71212016-10-11 17:08:53 -0400264 } else {
265 cflags = [
266 "-mavx2",
267 "-mbmi",
268 "-mbmi2",
269 "-mf16c",
270 "-mfma",
271 ]
272 }
Mike Klein78d5a3b2016-09-30 10:48:01 -0400273}
274
mtklein349cece2016-08-26 08:13:04 -0700275opts("dsp") {
276 enabled = current_cpu == "mipsel"
brettwb9447282016-09-01 14:24:39 -0700277 sources = skia_opts.mips_dsp_sources
mtkleinb6064ef2016-08-30 11:49:24 -0700278 cflags = []
mtklein349cece2016-08-26 08:13:04 -0700279}
280
mtkleinc095df52016-08-24 12:23:52 -0700281# Any feature of Skia that requires third-party code should be optional and use this template.
mtklein457b42a2016-08-23 13:56:37 -0700282template("optional") {
283 if (invoker.enabled) {
284 config(target_name + "_public") {
mtkleincd01b032016-08-31 04:58:19 -0700285 if (defined(invoker.public_defines)) {
286 defines = invoker.public_defines
287 }
mtklein457b42a2016-08-23 13:56:37 -0700288 }
289 source_set(target_name) {
mtkleincd01b032016-08-31 04:58:19 -0700290 forward_variables_from(invoker,
291 "*",
292 [
293 "public_defines",
294 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700295 "configs_to_remove",
mtkleincd01b032016-08-31 04:58:19 -0700296 ])
mtklein457b42a2016-08-23 13:56:37 -0700297 all_dependent_configs = [ ":" + target_name + "_public" ]
mtklein9b8583d2016-08-24 17:32:30 -0700298 configs += skia_library_configs
scroggof84ad642016-10-31 09:02:57 -0700299 if (defined(invoker.configs_to_remove)) {
300 configs -= invoker.configs_to_remove
301 }
mtklein457b42a2016-08-23 13:56:37 -0700302 }
303 } else {
mtklein457b42a2016-08-23 13:56:37 -0700304 source_set(target_name) {
305 forward_variables_from(invoker,
306 "*",
307 [
308 "public_defines",
mtklein457b42a2016-08-23 13:56:37 -0700309 "deps",
mtklein6ef69992016-09-14 06:12:09 -0700310 "libs",
mtklein457b42a2016-08-23 13:56:37 -0700311 "sources",
mtkleincd01b032016-08-31 04:58:19 -0700312 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700313 "configs_to_remove",
mtklein457b42a2016-08-23 13:56:37 -0700314 ])
mtkleincd01b032016-08-31 04:58:19 -0700315 if (defined(invoker.sources_when_disabled)) {
316 sources = invoker.sources_when_disabled
317 }
318 configs += skia_library_configs
mtklein457b42a2016-08-23 13:56:37 -0700319 }
mtkleineb3c4252016-08-23 07:38:09 -0700320 }
mtklein457b42a2016-08-23 13:56:37 -0700321}
mtklein457b42a2016-08-23 13:56:37 -0700322
mtkleina45be612016-08-29 15:22:10 -0700323optional("fontmgr_android") {
324 enabled = fontmgr_android_enabled
mtkleina45be612016-08-29 15:22:10 -0700325
326 deps = [
327 "//third_party/expat",
328 "//third_party/freetype2",
329 ]
330 sources = [
331 "src/ports/SkFontMgr_android.cpp",
332 "src/ports/SkFontMgr_android_factory.cpp",
333 "src/ports/SkFontMgr_android_parser.cpp",
334 ]
335}
336
mtkleind2e39db2016-09-07 07:52:55 -0700337optional("fontmgr_custom") {
338 enabled = is_linux && skia_use_freetype && !skia_use_fontconfig
339
340 deps = [
341 "//third_party/freetype2",
342 ]
343 sources = [
344 "src/ports/SkFontMgr_custom.cpp",
345 "src/ports/SkFontMgr_custom_directory_factory.cpp",
346 ]
347}
348
mtklein3cc22182016-08-29 13:26:14 -0700349optional("fontmgr_fontconfig") {
350 enabled = skia_use_freetype && skia_use_fontconfig
mtklein3cc22182016-08-29 13:26:14 -0700351
352 deps = [
353 "//third_party:fontconfig",
354 "//third_party/freetype2",
355 ]
356 sources = [
bungeman1ae0e012016-09-19 12:13:16 -0700357 "src/ports/SkFontConfigInterface.cpp",
mtklein3cc22182016-08-29 13:26:14 -0700358 "src/ports/SkFontConfigInterface_direct.cpp",
359 "src/ports/SkFontConfigInterface_direct_factory.cpp",
360 "src/ports/SkFontMgr_FontConfigInterface.cpp",
361 "src/ports/SkFontMgr_fontconfig.cpp",
362 "src/ports/SkFontMgr_fontconfig_factory.cpp",
363 ]
364}
365
mtkleincdedd0e2016-09-12 15:15:44 -0700366optional("fontmgr_fuchsia") {
367 enabled = is_fuchsia && skia_use_freetype
368
369 deps = [
370 "//third_party/freetype2",
371 ]
372 sources = [
373 "src/ports/SkFontMgr_custom.cpp",
374 "src/ports/SkFontMgr_custom_empty_factory.cpp",
375 ]
376}
377
mtklein06c35c02016-09-20 12:28:12 -0700378optional("gpu") {
379 enabled = skia_enable_gpu
mtkleine9fb3d52016-09-20 15:11:46 -0700380 public_defines = []
381
mtklein06c35c02016-09-20 12:28:12 -0700382 sources = skia_gpu_sources + [ "src/gpu/gl/GrGLDefaultInterface_native.cpp" ]
383
384 # These paths need to be absolute to match the ones produced by shared_sources.gni.
385 sources -= get_path_info([
386 "src/gpu/gl/GrGLCreateNativeInterface_none.cpp",
387 "src/gpu/gl/GrGLDefaultInterface_none.cpp",
388 ],
389 "abspath")
Mike Klein703cf5a2016-10-13 17:18:04 -0400390 libs = []
mtklein06c35c02016-09-20 12:28:12 -0700391 if (is_android) {
392 sources += [ "src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp" ]
393 } else if (is_linux) {
394 sources += [ "src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp" ]
395 } else if (is_mac) {
396 sources += [ "src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp" ]
Chinmay Garde130a1182016-11-23 11:43:56 -0800397 } else if (is_ios) {
398 sources += [ "src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp" ]
Mike Klein703cf5a2016-10-13 17:18:04 -0400399 } else if (is_win) {
400 sources += [ "src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp" ]
401 libs += [ "OpenGL32.lib" ]
mtklein06c35c02016-09-20 12:28:12 -0700402 } else {
403 sources += [ "src/gpu/gl/GrGLCreateNativeInterface_none.cpp" ]
404 }
mtkleine9fb3d52016-09-20 15:11:46 -0700405
406 if (skia_use_vulkan) {
407 public_defines += [ "SK_VULKAN" ]
408 sources += skia_vk_sources
egdaniele4a9bd72016-09-21 07:36:14 -0700409 if (skia_enable_vulkan_debug_layers) {
410 public_defines += [ "SK_ENABLE_VK_LAYERS" ]
411 }
mtkleine9fb3d52016-09-20 15:11:46 -0700412 }
mtklein06c35c02016-09-20 12:28:12 -0700413}
414
mtklein63213812016-08-24 09:55:56 -0700415optional("jpeg") {
416 enabled = skia_use_libjpeg_turbo
417 public_defines = [ "SK_HAS_JPEG_LIBRARY" ]
418
mtklein63213812016-08-24 09:55:56 -0700419 deps = [
420 "//third_party/libjpeg-turbo:libjpeg",
421 ]
422 sources = [
423 "src/codec/SkJpegCodec.cpp",
424 "src/codec/SkJpegDecoderMgr.cpp",
425 "src/codec/SkJpegUtility.cpp",
426 "src/images/SkJPEGImageEncoder.cpp",
427 "src/images/SkJPEGWriteUtility.cpp",
428 ]
429}
430
431optional("pdf") {
432 enabled = skia_use_zlib
mtklein63213812016-08-24 09:55:56 -0700433
mtklein63213812016-08-24 09:55:56 -0700434 deps = [
435 "//third_party/zlib",
436 ]
brettwb9447282016-09-01 14:24:39 -0700437 sources = skia_pdf_sources
mtkleincd01b032016-08-31 04:58:19 -0700438 sources_when_disabled = [ "src/pdf/SkDocument_PDF_None.cpp" ]
mtklein63213812016-08-24 09:55:56 -0700439
440 if (skia_use_sfntly) {
441 deps += [ "//third_party/sfntly" ]
mtkleincd01b032016-08-31 04:58:19 -0700442 public_defines = [ "SK_PDF_USE_SFNTLY" ]
mtklein63213812016-08-24 09:55:56 -0700443 }
444}
445
446optional("png") {
447 enabled = skia_use_libpng
448 public_defines = [ "SK_HAS_PNG_LIBRARY" ]
449
mtklein63213812016-08-24 09:55:56 -0700450 deps = [
451 "//third_party/libpng",
452 ]
453 sources = [
454 "src/codec/SkIcoCodec.cpp",
455 "src/codec/SkPngCodec.cpp",
456 "src/images/SkPNGImageEncoder.cpp",
457 ]
458}
459
scroggof84ad642016-10-31 09:02:57 -0700460optional("raw") {
Mike Klein10d665d2016-11-01 11:46:10 -0400461 enabled = skia_use_dng_sdk && skia_use_libjpeg_turbo && skia_use_piex
scroggof84ad642016-10-31 09:02:57 -0700462 public_defines = [ "SK_CODEC_DECODES_RAW" ]
463
464 deps = [
465 "//third_party/dng_sdk",
466 "//third_party/libjpeg-turbo:libjpeg",
467 "//third_party/piex",
468 ]
469
470 # SkRawCodec catches any exceptions thrown by dng_sdk, insulating the rest of
471 # Skia.
472 configs_to_remove = [ "//gn:no_exceptions" ]
473
474 sources = [
475 "src/codec/SkRawAdapterCodec.cpp",
476 "src/codec/SkRawCodec.cpp",
477 ]
478}
479
mtklein3cc22182016-08-29 13:26:14 -0700480optional("typeface_freetype") {
481 enabled = skia_use_freetype
mtklein3cc22182016-08-29 13:26:14 -0700482
483 deps = [
484 "//third_party/freetype2",
485 ]
486 sources = [
487 "src/ports/SkFontHost_FreeType.cpp",
488 "src/ports/SkFontHost_FreeType_common.cpp",
489 ]
490}
491
mtklein457b42a2016-08-23 13:56:37 -0700492optional("webp") {
493 enabled = skia_use_libwebp
494 public_defines = [ "SK_HAS_WEBP_LIBRARY" ]
495
mtklein457b42a2016-08-23 13:56:37 -0700496 deps = [
497 "//third_party/libwebp",
498 ]
499 sources = [
500 "src/codec/SkWebpAdapterCodec.cpp",
501 "src/codec/SkWebpCodec.cpp",
502 "src/images/SkWEBPImageEncoder.cpp",
503 ]
mtkleineb3c4252016-08-23 07:38:09 -0700504}
505
mtklein63213812016-08-24 09:55:56 -0700506optional("xml") {
507 enabled = skia_use_expat
Florin Malita442fff92016-11-08 16:07:52 +0000508 public_defines = [ "SK_XML" ]
mtklein63213812016-08-24 09:55:56 -0700509
mtklein63213812016-08-24 09:55:56 -0700510 deps = [
511 "//third_party/expat",
512 ]
513 sources = [
514 "src/xml/SkDOM.cpp",
515 "src/xml/SkXMLParser.cpp",
516 "src/xml/SkXMLWriter.cpp",
517 ]
518}
519
mtkleinc04ff472016-06-23 10:29:30 -0700520component("skia") {
521 public_configs = [ ":skia_public" ]
522 configs += skia_library_configs
mtkleinc04ff472016-06-23 10:29:30 -0700523
524 deps = [
anmittalb8b3f712016-08-25 04:55:19 -0700525 ":arm64",
526 ":armv7",
mtklein9b8583d2016-08-24 17:32:30 -0700527 ":avx",
anmittalb8b3f712016-08-25 04:55:19 -0700528 ":crc32",
mtklein349cece2016-08-26 08:13:04 -0700529 ":dsp",
mtkleina45be612016-08-29 15:22:10 -0700530 ":fontmgr_android",
mtkleind2e39db2016-09-07 07:52:55 -0700531 ":fontmgr_custom",
mtklein3cc22182016-08-29 13:26:14 -0700532 ":fontmgr_fontconfig",
mtkleincdedd0e2016-09-12 15:15:44 -0700533 ":fontmgr_fuchsia",
mtklein06c35c02016-09-20 12:28:12 -0700534 ":gpu",
Mike Klein78d5a3b2016-09-30 10:48:01 -0400535 ":hsw",
mtklein63213812016-08-24 09:55:56 -0700536 ":jpeg",
mtklein9b8583d2016-08-24 17:32:30 -0700537 ":none",
mtklein63213812016-08-24 09:55:56 -0700538 ":pdf",
539 ":png",
scroggof84ad642016-10-31 09:02:57 -0700540 ":raw",
mtklein9b8583d2016-08-24 17:32:30 -0700541 ":sse2",
542 ":sse41",
543 ":sse42",
544 ":ssse3",
mtklein3cc22182016-08-29 13:26:14 -0700545 ":typeface_freetype",
mtkleineb3c4252016-08-23 07:38:09 -0700546 ":webp",
mtklein63213812016-08-24 09:55:56 -0700547 ":xml",
mtkleinc04ff472016-06-23 10:29:30 -0700548 ]
549
Chinmay Garde43f115c2016-11-16 15:04:12 -0800550 # This file (and all GN files in Skia) are designed to work with an
551 # empty sources assignment filter; we handle all that explicitly.
552 # We clear the filter here for clients who may have set up a global filter.
553 set_sources_assignment_filter([])
554
mtkleinc04ff472016-06-23 10:29:30 -0700555 sources = []
brettwb9447282016-09-01 14:24:39 -0700556 sources += skia_core_sources
557 sources += skia_effects_sources
brettwb9447282016-09-01 14:24:39 -0700558 sources += skia_sksl_sources
559 sources += skia_utils_sources
mtkleinc04ff472016-06-23 10:29:30 -0700560 sources += [
mtklein25c81d42016-07-27 13:55:26 -0700561 "src/android/SkBitmapRegionCodec.cpp",
562 "src/android/SkBitmapRegionDecoder.cpp",
563 "src/codec/SkAndroidCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700564 "src/codec/SkBmpCodec.cpp",
565 "src/codec/SkBmpMaskCodec.cpp",
566 "src/codec/SkBmpRLECodec.cpp",
567 "src/codec/SkBmpStandardCodec.cpp",
568 "src/codec/SkCodec.cpp",
569 "src/codec/SkCodecImageGenerator.cpp",
scroggo19b91532016-10-24 09:03:26 -0700570 "src/codec/SkGifCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700571 "src/codec/SkMaskSwizzler.cpp",
572 "src/codec/SkMasks.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700573 "src/codec/SkSampledCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700574 "src/codec/SkSampler.cpp",
scroggo19b91532016-10-24 09:03:26 -0700575 "src/codec/SkStreamBuffer.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700576 "src/codec/SkSwizzler.cpp",
577 "src/codec/SkWbmpCodec.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700578 "src/images/SkImageEncoder.cpp",
579 "src/images/SkImageEncoder_Factory.cpp",
mtklein2b6870c2016-07-28 14:17:33 -0700580 "src/images/SkKTXImageEncoder.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700581 "src/ports/SkDiscardableMemory_none.cpp",
582 "src/ports/SkGlobalInitialization_default.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700583 "src/ports/SkImageGenerator_skia.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700584 "src/ports/SkMemory_malloc.cpp",
585 "src/ports/SkOSFile_stdio.cpp",
586 "src/sfnt/SkOTTable_name.cpp",
587 "src/sfnt/SkOTUtils.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700588 "src/svg/SkSVGCanvas.cpp",
589 "src/svg/SkSVGDevice.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700590 "src/utils/mac/SkStream_mac.cpp",
591 "third_party/etc1/etc1.cpp",
scroggo3d3a65c2016-10-24 12:28:30 -0700592 "third_party/gif/SkGifImageReader.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700593 "third_party/ktx/ktx.cpp",
594 ]
brettwb9447282016-09-01 14:24:39 -0700595
mtklein7d6fb2c2016-08-25 14:50:44 -0700596 libs = []
597
mtkleinc04ff472016-06-23 10:29:30 -0700598 if (is_win) {
599 sources += [
Mike Kleinae7e6712016-10-11 17:49:33 -0400600 "src/fonts/SkFontMgr_indirect.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700601 "src/ports/SkDebug_win.cpp",
602 "src/ports/SkFontHost_win.cpp",
603 "src/ports/SkFontMgr_win_dw.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700604 "src/ports/SkImageEncoder_WIC.cpp",
605 "src/ports/SkImageGeneratorWIC.cpp",
606 "src/ports/SkOSFile_win.cpp",
mtklein605d9522016-09-21 14:01:32 -0700607 "src/ports/SkOSLibrary_win.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700608 "src/ports/SkScalerContext_win_dw.cpp",
609 "src/ports/SkTLS_win.cpp",
610 "src/ports/SkTypeface_win_dw.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700611 "src/xps/SkDocument_XPS.cpp",
Mike Klein4b167fc2016-10-11 18:13:53 -0400612 "src/xps/SkXPSDevice.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700613 ]
Mike Klein69f6ed42016-10-13 15:45:07 -0400614 if (skia_use_gdi) {
615 sources += [ "src/ports/SkFontMgr_win_gdi_factory.cpp" ]
616 libs += [
617 "Gdi32.lib",
618 "Usp10.lib",
619 ]
620 } else {
621 sources += [ "src/ports/SkFontMgr_win_dw_factory.cpp" ]
622 }
mtkleinb9be9792016-09-16 14:44:18 -0700623 sources -=
624 [ get_path_info("src/utils/SkThreadUtils_pthread.cpp", "abspath") ]
Mike Klein4b167fc2016-10-11 18:13:53 -0400625 libs += [
626 "FontSub.lib",
627 "Ole32.lib",
628 "OleAut32.lib",
629 "User32.lib",
630 ]
mtkleinc04ff472016-06-23 10:29:30 -0700631 } else {
632 sources += [
mtkleinc04ff472016-06-23 10:29:30 -0700633 "src/ports/SkOSFile_posix.cpp",
mtklein605d9522016-09-21 14:01:32 -0700634 "src/ports/SkOSLibrary_posix.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700635 "src/ports/SkTLS_pthread.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700636 "src/xps/SkDocument_XPS_None.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700637 ]
638 }
639
mtklein7d6fb2c2016-08-25 14:50:44 -0700640 if (is_android) {
641 deps += [
642 "//third_party/cpu-features",
643 "//third_party/expat",
mtklein7d6fb2c2016-08-25 14:50:44 -0700644 ]
mtklein06c35c02016-09-20 12:28:12 -0700645 sources += [ "src/ports/SkDebug_android.cpp" ]
mtklein7d6fb2c2016-08-25 14:50:44 -0700646 libs += [
647 "EGL",
648 "GLESv2",
649 "log",
650 ]
651 }
652
mtkleinc04ff472016-06-23 10:29:30 -0700653 if (is_linux) {
mtklein09e61f72016-08-23 13:35:28 -0700654 libs += [
655 "GL",
656 "GLU",
657 "X11",
658 ]
mtklein06c35c02016-09-20 12:28:12 -0700659 sources += [ "src/ports/SkDebug_stdio.cpp" ]
mtkleinc04ff472016-06-23 10:29:30 -0700660 }
661
662 if (is_mac) {
663 sources += [
mtklein7d6fb2c2016-08-25 14:50:44 -0700664 "src/ports/SkDebug_stdio.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700665 "src/ports/SkFontHost_mac.cpp",
666 "src/ports/SkImageEncoder_CG.cpp",
667 "src/ports/SkImageGeneratorCG.cpp",
668 ]
mtklein09e61f72016-08-23 13:35:28 -0700669 libs += [
670 "ApplicationServices.framework",
671 "OpenGL.framework",
672 ]
mtkleinc04ff472016-06-23 10:29:30 -0700673 }
abarth6fc8ff02016-07-15 15:15:15 -0700674
Mike Klein7d302882016-11-03 14:06:31 -0400675 if (is_ios) {
676 sources += [
677 "src/ports/SkDebug_stdio.cpp",
678 "src/ports/SkFontHost_mac.cpp",
679 "src/ports/SkImageEncoder_CG.cpp",
680 "src/ports/SkImageGeneratorCG.cpp",
681 ]
682 libs += [
683 "CoreFoundation.framework",
684 "CoreGraphics.framework",
685 "CoreText.framework",
686 "ImageIO.framework",
687 "MobileCoreServices.framework",
688 ]
689 }
690
abarth6fc8ff02016-07-15 15:15:15 -0700691 if (is_fuchsia) {
mtklein06c35c02016-09-20 12:28:12 -0700692 sources += [ "src/ports/SkDebug_stdio.cpp" ]
abarth6fc8ff02016-07-15 15:15:15 -0700693 }
mtkleinc04ff472016-06-23 10:29:30 -0700694}
695
mtkleinc095df52016-08-24 12:23:52 -0700696# Targets guarded by skia_enable_tools may use //third_party freely.
697if (skia_enable_tools) {
Mike Kleinc36dedf2016-11-18 09:35:28 -0500698 config("skia.h_config") {
699 include_dirs = [ "$target_gen_dir" ]
700 }
701 action("skia.h") {
702 public_configs = [ ":skia.h_config" ]
703 skia_h = "$target_gen_dir/skia.h"
704 script = "gn/find_headers.py"
705 args = [ rebase_path(skia_h, root_build_dir) ] +
706 rebase_path(skia_public_includes)
707 depfile = "$skia_h.deps"
708 outputs = [
709 skia_h,
710 ]
711 }
712
713 if (skia_enable_gpu && target_cpu == "x64") {
714 # Our bots only have 64-bit libOSMesa installed.
715 # TODO: worth fixing?
716 executable("fiddle") {
717 libs = []
718 if (is_linux) {
719 libs += [ "OSMesa" ]
720 }
721
722 sources = [
723 "src/images/SkForceLinking.cpp",
724 "tools/fiddle/draw.cpp",
725 "tools/fiddle/fiddle_main.cpp",
726 ]
727 deps = [
728 ":skia",
729 ":skia.h",
730 ]
731 }
732 }
733
734 if (skia_enable_gpu) {
735 source_set("public_headers_warnings_check") {
736 sources = [
737 "tools/public_headers_warnings_check.cpp",
738 ]
739 configs -= [ "//gn:warnings_except_public_headers" ]
740 deps = [
741 ":skia",
742 ":skia.h",
743 ]
744 }
745 }
746
mtkleinc095df52016-08-24 12:23:52 -0700747 template("test_lib") {
748 config(target_name + "_config") {
749 include_dirs = invoker.public_include_dirs
mtkleina627b5c2016-09-20 13:36:47 -0700750 if (defined(invoker.public_defines)) {
751 defines = invoker.public_defines
752 }
mtklein25c81d42016-07-27 13:55:26 -0700753 }
mtkleinc095df52016-08-24 12:23:52 -0700754 source_set(target_name) {
755 forward_variables_from(invoker, "*", [ "public_include_dirs" ])
756 public_configs = [
757 ":" + target_name + "_config",
758 ":skia_private",
759 ]
760
761 if (!defined(deps)) {
762 deps = []
763 }
764 deps += [ ":skia" ]
765 testonly = true
766 }
mtklein25c81d42016-07-27 13:55:26 -0700767 }
mtklein25c81d42016-07-27 13:55:26 -0700768
mtkleinc095df52016-08-24 12:23:52 -0700769 test_lib("gpu_tool_utils") {
mtklein38925aa2016-09-21 10:11:25 -0700770 public_include_dirs = []
771 if (skia_enable_gpu) {
772 public_defines = []
773 public_include_dirs += [ "tools/gpu" ]
mtkleind68f9b02016-09-23 13:18:41 -0700774
775 deps = []
mtklein38925aa2016-09-21 10:11:25 -0700776 sources = [
777 "tools/gpu/GrContextFactory.cpp",
778 "tools/gpu/GrTest.cpp",
779 "tools/gpu/TestContext.cpp",
780 "tools/gpu/gl/GLTestContext.cpp",
mtklein605d9522016-09-21 14:01:32 -0700781 "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
mtklein38925aa2016-09-21 10:11:25 -0700782 "tools/gpu/gl/debug/DebugGLTestContext.cpp",
783 "tools/gpu/gl/debug/GrBufferObj.cpp",
784 "tools/gpu/gl/debug/GrFrameBufferObj.cpp",
785 "tools/gpu/gl/debug/GrProgramObj.cpp",
786 "tools/gpu/gl/debug/GrShaderObj.cpp",
787 "tools/gpu/gl/debug/GrTextureObj.cpp",
788 "tools/gpu/gl/debug/GrTextureUnitObj.cpp",
789 "tools/gpu/gl/null/NullGLTestContext.cpp",
790 ]
791 libs = []
mtklein25c81d42016-07-27 13:55:26 -0700792
mtklein38925aa2016-09-21 10:11:25 -0700793 if (is_android) {
794 sources += [ "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp" ]
Mike Klein7d302882016-11-03 14:06:31 -0400795 } else if (is_ios) {
796 sources += [ "tools/gpu/gl/iOS/CreatePlatformGLTestContext_iOS.mm" ]
797 libs += [ "OpenGLES.framework" ]
mtklein38925aa2016-09-21 10:11:25 -0700798 } else if (is_linux) {
799 sources += [ "tools/gpu/gl/glx/CreatePlatformGLTestContext_glx.cpp" ]
800 } else if (is_mac) {
801 sources += [ "tools/gpu/gl/mac/CreatePlatformGLTestContext_mac.cpp" ]
Mike Klein4b167fc2016-10-11 18:13:53 -0400802 } else if (is_win) {
803 sources += [ "tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp" ]
804 libs += [
805 "Gdi32.lib",
806 "OpenGL32.lib",
807 ]
mtklein38925aa2016-09-21 10:11:25 -0700808 }
mtklein6ef69992016-09-14 06:12:09 -0700809
Mike Kleinc168a3a2016-11-14 14:53:13 +0000810 if (skia_use_angle) {
811 public_defines += [ "SK_ANGLE" ]
812 deps += [ "//third_party/angle2" ]
813 sources += [ "tools/gpu/gl/angle/GLTestContext_angle.cpp" ]
814 }
mtklein38925aa2016-09-21 10:11:25 -0700815 if (skia_use_mesa) {
816 public_defines += [ "SK_MESA" ]
817 sources += [ "tools/gpu/gl/mesa/GLTestContext_mesa.cpp" ]
818 libs += [ "OSMesa" ]
819 }
mtkleind68f9b02016-09-23 13:18:41 -0700820 if (skia_use_vulkan) {
821 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
822 }
mtkleina627b5c2016-09-20 13:36:47 -0700823 }
mtklein25c81d42016-07-27 13:55:26 -0700824 }
mtklein25c81d42016-07-27 13:55:26 -0700825
mtkleinc095df52016-08-24 12:23:52 -0700826 test_lib("flags") {
827 public_include_dirs = [ "tools/flags" ]
828 sources = [
829 "tools/flags/SkCommandLineFlags.cpp",
mtklein046cb562016-09-16 10:23:12 -0700830 ]
831 }
832 test_lib("common_flags") {
833 public_include_dirs = [ "tools/flags" ]
834 sources = [
mtkleinc095df52016-08-24 12:23:52 -0700835 "tools/flags/SkCommonFlags.cpp",
836 "tools/flags/SkCommonFlagsConfig.cpp",
837 ]
838 deps = [
mtklein046cb562016-09-16 10:23:12 -0700839 ":flags",
mtkleinc095df52016-08-24 12:23:52 -0700840 ":gpu_tool_utils",
841 ]
842 }
mtklein25c81d42016-07-27 13:55:26 -0700843
mtkleinc095df52016-08-24 12:23:52 -0700844 test_lib("tool_utils") {
845 public_include_dirs = [
846 "tools",
847 "tools/debugger",
848 "tools/timer",
849 ]
850 sources = [
851 "src/images/SkForceLinking.cpp",
852 "src/utils/SkMultiPictureDocumentReader.cpp", # TODO(halcanary): move to tools?
mtkleinb37c0342016-09-09 11:07:45 -0700853 "tools/AndroidSkDebugToStdOut.cpp",
mtkleinc095df52016-08-24 12:23:52 -0700854 "tools/CrashHandler.cpp",
mtklein0590fa52016-09-01 07:06:54 -0700855 "tools/LsanSuppressions.cpp",
mtkleinc095df52016-08-24 12:23:52 -0700856 "tools/ProcStats.cpp",
857 "tools/Resources.cpp",
858 "tools/ThermalManager.cpp",
859 "tools/UrlDataManager.cpp",
860 "tools/debugger/SkDebugCanvas.cpp",
861 "tools/debugger/SkDrawCommand.cpp",
862 "tools/debugger/SkJsonWriteBuffer.cpp",
863 "tools/debugger/SkObjectParser.cpp",
mtkleinc095df52016-08-24 12:23:52 -0700864 "tools/picture_utils.cpp",
865 "tools/random_parse_path.cpp",
866 "tools/sk_tool_utils.cpp",
867 "tools/sk_tool_utils_font.cpp",
868 "tools/timer/Timer.cpp",
869 ]
870 deps = [
mtklein046cb562016-09-16 10:23:12 -0700871 ":common_flags",
mtkleinc095df52016-08-24 12:23:52 -0700872 ":flags",
873 "//third_party/libpng",
874 ]
875 public_deps = [
876 "//third_party/jsoncpp",
877 ]
878 }
mtklein25c81d42016-07-27 13:55:26 -0700879
Mike Klein6e744122016-10-27 12:21:40 -0400880 import("gn/gm.gni")
mtkleinc095df52016-08-24 12:23:52 -0700881 test_lib("gm") {
882 public_include_dirs = [ "gm" ]
883 sources = gm_sources
884 deps = [
scroggo19b91532016-10-24 09:03:26 -0700885 ":flags",
mtkleinc095df52016-08-24 12:23:52 -0700886 ":gpu_tool_utils",
887 ":skia",
888 ":tool_utils",
889 ]
890 }
mtklein25c81d42016-07-27 13:55:26 -0700891
Mike Klein6e744122016-10-27 12:21:40 -0400892 import("gn/tests.gni")
mtkleinc095df52016-08-24 12:23:52 -0700893 test_lib("tests") {
894 public_include_dirs = [ "tests" ]
Mike Klein6e744122016-10-27 12:21:40 -0400895 sources = tests_sources + pathops_tests_sources
mtkleina45be612016-08-29 15:22:10 -0700896 if (!fontmgr_android_enabled) {
Mike Klein6e744122016-10-27 12:21:40 -0400897 sources -= [ "//tests/FontMgrAndroidParserTest.cpp" ]
mtkleina45be612016-08-29 15:22:10 -0700898 }
mtkleinc095df52016-08-24 12:23:52 -0700899 deps = [
fmalita6cf896d2016-08-25 08:44:35 -0700900 ":experimental_svg_model",
mtkleinc095df52016-08-24 12:23:52 -0700901 ":flags",
902 ":gpu_tool_utils",
903 ":skia",
904 ":tool_utils",
905 "//third_party/libpng",
906 "//third_party/zlib",
907 ]
908 }
mtklein2f3416d2016-08-02 16:02:05 -0700909
Mike Klein6e744122016-10-27 12:21:40 -0400910 import("gn/bench.gni")
mtkleinc095df52016-08-24 12:23:52 -0700911 test_lib("bench") {
912 public_include_dirs = [ "bench" ]
913 sources = bench_sources
mtkleinc095df52016-08-24 12:23:52 -0700914 deps = [
915 ":flags",
916 ":gm",
917 ":gpu_tool_utils",
918 ":skia",
919 ":tool_utils",
920 ]
921 }
mtklein2b6870c2016-07-28 14:17:33 -0700922
mtkleinc095df52016-08-24 12:23:52 -0700923 test_lib("experimental_svg_model") {
924 public_include_dirs = [ "experimental/svg/model" ]
925 sources = [
926 "experimental/svg/model/SkSVGAttribute.cpp",
927 "experimental/svg/model/SkSVGAttributeParser.cpp",
928 "experimental/svg/model/SkSVGCircle.cpp",
929 "experimental/svg/model/SkSVGContainer.cpp",
930 "experimental/svg/model/SkSVGDOM.cpp",
931 "experimental/svg/model/SkSVGEllipse.cpp",
932 "experimental/svg/model/SkSVGLine.cpp",
fmalita28d5b722016-09-12 17:06:47 -0700933 "experimental/svg/model/SkSVGLinearGradient.cpp",
mtkleinc095df52016-08-24 12:23:52 -0700934 "experimental/svg/model/SkSVGNode.cpp",
935 "experimental/svg/model/SkSVGPath.cpp",
936 "experimental/svg/model/SkSVGPoly.cpp",
937 "experimental/svg/model/SkSVGRect.cpp",
938 "experimental/svg/model/SkSVGRenderContext.cpp",
939 "experimental/svg/model/SkSVGSVG.cpp",
940 "experimental/svg/model/SkSVGShape.cpp",
fmalita28d5b722016-09-12 17:06:47 -0700941 "experimental/svg/model/SkSVGStop.cpp",
mtkleinc095df52016-08-24 12:23:52 -0700942 "experimental/svg/model/SkSVGTransformableNode.cpp",
943 "experimental/svg/model/SkSVGValue.cpp",
944 ]
945 deps = [
946 ":skia",
947 ]
948 }
fmalitaa2b9fdf2016-08-03 19:53:36 -0700949
Brian Osman16adfa32016-10-18 14:42:44 -0400950 test_lib("views") {
951 public_include_dirs = [ "include/views" ]
952 sources = [
953 "src/views/SkEvent.cpp",
954 "src/views/SkEventSink.cpp",
955 "src/views/SkOSMenu.cpp",
956 "src/views/SkTagList.cpp",
957 "src/views/SkTouchGesture.cpp",
958 "src/views/SkView.cpp",
959 "src/views/SkViewPriv.cpp",
960 ]
961 libs = []
962 if (!is_android) {
963 sources += [ "src/views/SkWindow.cpp" ]
964 }
Jim Van Verth4e56a912016-10-21 10:58:52 -0400965 if (is_linux) {
Brian Osman2dd96932016-10-18 15:33:53 -0400966 public_include_dirs += [ "src/views/unix" ]
967 sources += [
968 "src/views/unix/SkOSWindow_Unix.cpp",
969 "src/views/unix/keysym2ucs.c",
970 ]
Brian Osman16adfa32016-10-18 14:42:44 -0400971 } else if (is_mac) {
972 sources += [
973 "src/views/mac/SkEventNotifier.mm",
974 "src/views/mac/SkNSView.mm",
975 "src/views/mac/SkOSWindow_Mac.mm",
976 "src/views/mac/SkTextFieldCell.m",
977 ]
978 libs += [
979 "QuartzCore.framework",
980 "Cocoa.framework",
981 "Foundation.framework",
982 ]
983 } else if (is_win) {
984 sources += [ "src/views/win/SkOSWindow_win.cpp" ]
985 }
986 }
987
Mike Klein38af9432016-11-11 11:39:44 -0500988 if (skia_use_lua) {
989 test_lib("lua") {
990 public_include_dirs = []
991 sources = [
992 "src/utils/SkLua.cpp",
993 "src/utils/SkLuaCanvas.cpp",
994 ]
995 deps = [
996 "//third_party/lua",
997 ]
998 }
999
1000 executable("lua_app") {
1001 sources = [
1002 "tools/lua/lua_app.cpp",
1003 ]
1004 deps = [
1005 ":lua",
1006 ":skia",
1007 "//third_party/lua",
1008 ]
1009 testonly = true
1010 }
1011
1012 executable("lua_pictures") {
1013 sources = [
1014 "tools/lua/lua_pictures.cpp",
1015 ]
1016 deps = [
1017 ":flags",
1018 ":lua",
1019 ":skia",
1020 ":tool_utils",
1021 "//third_party/lua",
1022 ]
1023 testonly = true
1024 }
1025 }
1026
Mike Klein6e744122016-10-27 12:21:40 -04001027 import("gn/samples.gni")
Brian Osman16adfa32016-10-18 14:42:44 -04001028 test_lib("samples") {
Brian Osman16adfa32016-10-18 14:42:44 -04001029 public_include_dirs = [ "samplecode" ]
Mike Klein6e744122016-10-27 12:21:40 -04001030 include_dirs = [ "experimental" ]
1031 sources = samples_sources + [
1032 "experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp",
1033 "experimental/SkSetPoly3To3.cpp",
1034 "experimental/SkSetPoly3To3_A.cpp",
1035 "experimental/SkSetPoly3To3_D.cpp",
1036 ]
Brian Osman16adfa32016-10-18 14:42:44 -04001037 deps = [
1038 ":experimental_svg_model",
Mike Klein6e744122016-10-27 12:21:40 -04001039 ":gm",
Brian Osman16adfa32016-10-18 14:42:44 -04001040 ":tool_utils",
1041 ":views",
1042 ":xml",
1043 ]
Mike Klein38af9432016-11-11 11:39:44 -05001044
1045 if (skia_use_lua) {
1046 sources += [ "samplecode/SampleLua.cpp" ]
1047 deps += [
1048 ":lua",
1049 "//third_party/lua",
1050 ]
1051 }
Brian Osman16adfa32016-10-18 14:42:44 -04001052 }
1053
mtklein2b6870c2016-07-28 14:17:33 -07001054 executable("dm") {
1055 sources = [
1056 "dm/DM.cpp",
1057 "dm/DMJsonWriter.cpp",
1058 "dm/DMSrcSink.cpp",
mtklein2b6870c2016-07-28 14:17:33 -07001059 ]
1060 include_dirs = [ "tests" ]
1061 deps = [
mtklein046cb562016-09-16 10:23:12 -07001062 ":common_flags",
fmalitaa2b9fdf2016-08-03 19:53:36 -07001063 ":experimental_svg_model",
mtklein2b6870c2016-07-28 14:17:33 -07001064 ":flags",
1065 ":gm",
1066 ":gpu_tool_utils",
1067 ":skia",
mtklein2f3416d2016-08-02 16:02:05 -07001068 ":tests",
mtklein2b6870c2016-07-28 14:17:33 -07001069 ":tool_utils",
1070 "//third_party/jsoncpp",
1071 "//third_party/libpng",
1072 ]
1073 testonly = true
1074 }
1075
Mike Kleina3430172016-09-27 16:46:29 -04001076 if (!is_debug) { # I've benchmarked debug code once too many times...
1077 executable("monobench") {
1078 sources = [
1079 "tools/monobench.cpp",
1080 ]
1081 deps = [
1082 ":bench",
1083 ":skia",
1084 ]
1085 testonly = true
1086 }
mtklein2b6870c2016-07-28 14:17:33 -07001087 }
1088
1089 executable("nanobench") {
1090 sources = [
1091 "bench/nanobench.cpp",
1092 ]
1093 deps = [
1094 ":bench",
mtklein046cb562016-09-16 10:23:12 -07001095 ":common_flags",
fmalita6519c212016-09-14 08:05:17 -07001096 ":experimental_svg_model",
mtklein2b6870c2016-07-28 14:17:33 -07001097 ":flags",
1098 ":gm",
1099 ":gpu_tool_utils",
1100 ":skia",
1101 ":tool_utils",
1102 "//third_party/jsoncpp",
1103 ]
1104 testonly = true
1105 }
halcanary19a97202016-08-03 15:08:04 -07001106
Jim Van Verth57a98fc2016-10-28 13:35:50 -04001107 if (is_linux || is_win || is_mac) {
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001108 executable("SampleApp") {
mtklein38925aa2016-09-21 10:11:25 -07001109 sources = [
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001110 "samplecode/SampleApp.cpp",
1111 "samplecode/SamplePictFile.cpp",
mtklein38925aa2016-09-21 10:11:25 -07001112 ]
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001113 if (is_mac) {
1114 sources += [ "src/views/mac/skia_mac.mm" ]
1115 } else if (is_win) {
1116 sources += [ "src/views/win/skia_win.cpp" ]
1117 } else if (is_linux) {
1118 sources += [ "src/views/unix/skia_unix.cpp" ]
1119 }
mtklein38925aa2016-09-21 10:11:25 -07001120 deps = [
1121 ":flags",
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001122 ":gm",
mtklein38925aa2016-09-21 10:11:25 -07001123 ":gpu_tool_utils",
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001124 ":samples",
mtklein38925aa2016-09-21 10:11:25 -07001125 ":skia",
1126 ":tool_utils",
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001127 ":views",
mtklein38925aa2016-09-21 10:11:25 -07001128 ]
Mike Kleinc168a3a2016-11-14 14:53:13 +00001129 if (skia_use_angle) {
1130 deps += [ "//third_party/angle2" ]
1131 }
mtklein38925aa2016-09-21 10:11:25 -07001132 testonly = true
1133 }
Jim Van Verth8f5468f2016-10-31 09:52:33 -04001134 }
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001135
Jim Van Verth8f5468f2016-10-31 09:52:33 -04001136 if (skia_enable_gpu) {
1137 executable("skpbench") {
1138 sources = [
1139 "tools/skpbench/skpbench.cpp",
1140 ]
1141 deps = [
1142 ":flags",
1143 ":gpu_tool_utils",
1144 ":skia",
1145 ":tool_utils",
1146 ]
1147 testonly = true
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001148 }
csmartdalton4b5179b2016-09-19 11:03:58 -07001149 }
1150
Mike Klein7d302882016-11-03 14:06:31 -04001151 # We can't yet build ICU on iOS or Windows.
1152 if (!is_ios && !is_win) {
halcanary3eee9d92016-09-10 07:01:53 -07001153 executable("sktexttopdf-hb") {
mtklein6f5df6a2016-08-29 16:01:10 -07001154 sources = [
1155 "tools/SkShaper_harfbuzz.cpp",
1156 "tools/using_skia_and_harfbuzz.cpp",
1157 ]
1158 deps = [
1159 ":skia",
1160 "//third_party/harfbuzz",
1161 ]
1162 testonly = true
1163 }
halcanary19a97202016-08-03 15:08:04 -07001164 }
halcanary3eee9d92016-09-10 07:01:53 -07001165 executable("sktexttopdf") {
1166 sources = [
1167 "tools/SkShaper_primitive.cpp",
1168 "tools/using_skia_and_harfbuzz.cpp",
1169 ]
1170 deps = [
1171 ":skia",
1172 ]
1173 testonly = true
1174 }
mtklein046cb562016-09-16 10:23:12 -07001175
1176 executable("get_images_from_skps") {
1177 sources = [
1178 "tools/get_images_from_skps.cpp",
1179 ]
1180 deps = [
1181 ":flags",
1182 ":skia",
1183 "//third_party/jsoncpp",
1184 ]
1185 testonly = true
1186 }
mtkleinecbc5262016-09-22 11:51:24 -07001187
Matt Sarett8740d582016-11-11 13:59:14 -05001188 executable("colorspaceinfo") {
1189 sources = [
1190 "tools/colorspaceinfo.cpp",
1191 ]
1192 deps = [
1193 ":flags",
1194 ":skia",
1195 ":tool_utils",
1196 ]
1197 testonly = true
1198 }
1199
Mike Klein7d302882016-11-03 14:06:31 -04001200 if (!is_ios) {
1201 executable("skiaserve") {
1202 sources = [
1203 "tools/skiaserve/Request.cpp",
1204 "tools/skiaserve/Response.cpp",
1205 "tools/skiaserve/skiaserve.cpp",
1206 "tools/skiaserve/urlhandlers/BatchBoundsHandler.cpp",
1207 "tools/skiaserve/urlhandlers/BatchesHandler.cpp",
1208 "tools/skiaserve/urlhandlers/BreakHandler.cpp",
1209 "tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp",
1210 "tools/skiaserve/urlhandlers/CmdHandler.cpp",
1211 "tools/skiaserve/urlhandlers/ColorModeHandler.cpp",
1212 "tools/skiaserve/urlhandlers/DataHandler.cpp",
1213 "tools/skiaserve/urlhandlers/DownloadHandler.cpp",
1214 "tools/skiaserve/urlhandlers/EnableGPUHandler.cpp",
1215 "tools/skiaserve/urlhandlers/ImgHandler.cpp",
1216 "tools/skiaserve/urlhandlers/InfoHandler.cpp",
1217 "tools/skiaserve/urlhandlers/OverdrawHandler.cpp",
1218 "tools/skiaserve/urlhandlers/PostHandler.cpp",
1219 "tools/skiaserve/urlhandlers/QuitHandler.cpp",
1220 "tools/skiaserve/urlhandlers/RootHandler.cpp",
1221 ]
1222 deps = [
1223 ":flags",
1224 ":gpu_tool_utils",
1225 ":skia",
1226 ":tool_utils",
1227 "//third_party/jsoncpp",
1228 "//third_party/libmicrohttpd",
1229 "//third_party/libpng",
1230 ]
1231 testonly = true
1232 }
mtkleinecbc5262016-09-22 11:51:24 -07001233 }
kjlubick14f984b2016-10-03 11:49:45 -07001234
1235 executable("fuzz") {
1236 sources = [
1237 "fuzz/FilterFuzz.cpp",
Kevin Lubickfec1dea2016-11-22 13:57:18 -05001238 "fuzz/FuzzDrawFunctions.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001239 "fuzz/FuzzGradients.cpp",
1240 "fuzz/FuzzParsePath.cpp",
1241 "fuzz/FuzzPathop.cpp",
1242 "fuzz/FuzzScaleToSides.cpp",
1243 "fuzz/fuzz.cpp",
1244 ]
1245 deps = [
1246 ":flags",
1247 ":skia",
Hal Canarydb683012016-11-23 08:55:18 -07001248 ":tool_utils",
kjlubick14f984b2016-10-03 11:49:45 -07001249 ]
1250 testonly = true
1251 }
Mike Klein38312422016-10-05 15:41:01 -04001252
caryclark9feb6322016-10-25 08:58:26 -07001253 executable("pathops_unittest") {
Mike Klein6e744122016-10-27 12:21:40 -04001254 sources = pathops_tests_sources + [
Mike Klein6e55fef2016-10-26 11:41:47 -04001255 rebase_path("tests/skia_test.cpp"),
1256 rebase_path("tests/Test.cpp"),
1257 ]
caryclark9feb6322016-10-25 08:58:26 -07001258 deps = [
1259 ":flags",
1260 ":gpu_tool_utils",
1261 ":skia",
1262 ":tool_utils",
1263 ]
1264 testonly = true
1265 }
1266
Mike Klein38312422016-10-05 15:41:01 -04001267 executable("dump_record") {
1268 sources = [
1269 "tools/DumpRecord.cpp",
1270 "tools/dump_record.cpp",
1271 ]
1272 deps = [
1273 ":flags",
1274 ":skia",
1275 ]
1276 testonly = true
1277 }
bungemanfe917272016-10-13 17:36:40 -04001278
1279 executable("skdiff") {
1280 sources = [
1281 "tools/skdiff/skdiff.cpp",
1282 "tools/skdiff/skdiff_html.cpp",
1283 "tools/skdiff/skdiff_main.cpp",
1284 "tools/skdiff/skdiff_utils.cpp",
1285 ]
1286 deps = [
1287 ":skia",
1288 ":tool_utils",
1289 ]
1290 testonly = true
1291 }
halcanarya73d76a2016-10-17 13:19:02 -07001292
1293 executable("skp_parser") {
1294 sources = [
1295 "tools/skp_parser.cpp",
1296 ]
1297 deps = [
1298 ":skia",
1299 ":tool_utils",
1300 "//third_party/jsoncpp",
1301 ]
1302 testonly = true
1303 }
Brian Osman16adfa32016-10-18 14:42:44 -04001304
Mike Klein43c25262016-10-20 10:17:47 -04001305 if (skia_enable_gpu && (is_linux || is_win || is_mac)) {
Brian Osman16adfa32016-10-18 14:42:44 -04001306 executable("viewer") {
1307 sources = [
1308 "tools/viewer/GMSlide.cpp",
1309 "tools/viewer/ImageSlide.cpp",
1310 "tools/viewer/SKPSlide.cpp",
1311 "tools/viewer/SampleSlide.cpp",
1312 "tools/viewer/Viewer.cpp",
1313 "tools/viewer/sk_app/CommandSet.cpp",
1314 "tools/viewer/sk_app/GLWindowContext.cpp",
1315 "tools/viewer/sk_app/Window.cpp",
1316 "tools/viewer/sk_app/WindowContext.cpp",
1317 ]
Brian Osman2dd96932016-10-18 15:33:53 -04001318 libs = []
Brian Osman16adfa32016-10-18 14:42:44 -04001319
Jim Van Verth4e56a912016-10-21 10:58:52 -04001320 if (is_android) {
1321 sources += [
1322 "tools/viewer/sk_app/android/GLWindowContext_android.cpp",
1323 "tools/viewer/sk_app/android/RasterWindowContext_android.cpp",
1324 "tools/viewer/sk_app/android/Window_android.cpp",
1325 "tools/viewer/sk_app/android/main_android.cpp",
1326 "tools/viewer/sk_app/android/surface_glue_android.cpp",
1327 ]
1328 } else if (is_linux) {
Brian Osman2dd96932016-10-18 15:33:53 -04001329 sources += [
1330 "tools/viewer/sk_app/unix/GLWindowContext_unix.cpp",
1331 "tools/viewer/sk_app/unix/RasterWindowContext_unix.cpp",
1332 "tools/viewer/sk_app/unix/Window_unix.cpp",
1333 "tools/viewer/sk_app/unix/main_unix.cpp",
1334 ]
1335 } else if (is_win) {
Brian Osman16adfa32016-10-18 14:42:44 -04001336 sources += [
1337 "tools/viewer/sk_app/win/GLWindowContext_win.cpp",
1338 "tools/viewer/sk_app/win/RasterWindowContext_win.cpp",
1339 "tools/viewer/sk_app/win/Window_win.cpp",
1340 "tools/viewer/sk_app/win/main_win.cpp",
1341 ]
Mike Klein43c25262016-10-20 10:17:47 -04001342 } else if (is_mac) {
1343 sources += [
1344 "tools/viewer/sk_app/mac/GLWindowContext_mac.cpp",
1345 "tools/viewer/sk_app/mac/RasterWindowContext_mac.cpp",
1346 "tools/viewer/sk_app/mac/Window_mac.cpp",
1347 "tools/viewer/sk_app/mac/main_mac.cpp",
1348 ]
Brian Osman16adfa32016-10-18 14:42:44 -04001349 }
1350
1351 if (skia_use_vulkan) {
1352 sources += [ "tools/viewer/sk_app/VulkanWindowContext.cpp" ]
Jim Van Verth4e56a912016-10-21 10:58:52 -04001353 if (is_android) {
1354 sources +=
1355 [ "tools/viewer/sk_app/android/VulkanWindowContext_android.cpp" ]
1356 libs += [ "android" ]
1357 } else if (is_linux) {
Brian Osman2dd96932016-10-18 15:33:53 -04001358 sources += [ "tools/viewer/sk_app/unix/VulkanWindowContext_unix.cpp" ]
1359 libs += [ "X11-xcb" ]
1360 } else if (is_win) {
Brian Osman16adfa32016-10-18 14:42:44 -04001361 sources += [ "tools/viewer/sk_app/win/VulkanWindowContext_win.cpp" ]
1362 }
1363 }
1364
1365 include_dirs = []
1366 deps = [
1367 ":flags",
1368 ":gm",
1369 ":gpu_tool_utils",
1370 ":samples",
1371 ":skia",
1372 ":tool_utils",
1373 ":views",
1374 "//third_party/jsoncpp",
1375 ]
Jim Van Verth4e56a912016-10-21 10:58:52 -04001376 if (is_android) {
1377 deps += [ "//third_party/native_app_glue" ]
1378 } else if (is_mac) {
Mike Klein43c25262016-10-20 10:17:47 -04001379 deps += [ "//third_party/libsdl" ]
1380 }
Brian Osman16adfa32016-10-18 14:42:44 -04001381 testonly = true
1382 }
1383 }
Ethan Nicholas4f3985c2016-11-14 11:16:37 -05001384
1385 if (skia_enable_gpu) {
1386 executable("skslc") {
1387 sources = [
1388 "src/sksl/SkSLMain.cpp",
1389 ]
1390 deps = [
1391 ":flags",
1392 ":skia",
1393 ]
1394 testonly = true
1395 }
1396 }
mtklein25c81d42016-07-27 13:55:26 -07001397}